Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 02:24:12PM +0200, Olivier Grisel wrote: > >> Alright then maybe we should kill the 0.14a1 release on PyPI and > >> release the source tarball and windows binaries for the RC release > >> process on sourceforge only. +1 I'll put the files on sourceforge, and then kill the 0

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
2013/7/29 Andreas Mueller : > On 07/29/2013 02:17 PM, Andreas Mueller wrote: >> On 07/29/2013 02:15 PM, Olivier Grisel wrote: >>> Alright then maybe we should kill the 0.14a1 release on PyPI and >>> release the source tarball and windows binaries for the RC release >>> process on sourceforge only.

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Andreas Mueller
On 07/29/2013 02:17 PM, Andreas Mueller wrote: > On 07/29/2013 02:15 PM, Olivier Grisel wrote: >> Alright then maybe we should kill the 0.14a1 release on PyPI and >> release the source tarball and windows binaries for the RC release >> process on sourceforge only. >> >> And only upload 0.14 final o

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
2013/7/29 Andreas Mueller : > On 07/29/2013 02:15 PM, Olivier Grisel wrote: >> Alright then maybe we should kill the 0.14a1 release on PyPI and >> release the source tarball and windows binaries for the RC release >> process on sourceforge only. >> >> And only upload 0.14 final on PyPI. >> > +1 > >

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Andreas Mueller
On 07/29/2013 02:15 PM, Olivier Grisel wrote: > Alright then maybe we should kill the 0.14a1 release on PyPI and > release the source tarball and windows binaries for the RC release > process on sourceforge only. > > And only upload 0.14 final on PyPI. > +1 And give the pip-line that people need t

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Andreas Mueller
On 07/29/2013 02:12 PM, Nelle Varoquaux wrote: On 29 July 2013 13:58, Gael Varoquaux > wrote: On Mon, Jul 29, 2013 at 01:54:21PM +0200, Vlad Niculae wrote: > I uploaded the windows binaries manually through the web interface > with no issue.

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
Alright then maybe we should kill the 0.14a1 release on PyPI and release the source tarball and windows binaries for the RC release process on sourceforge only. And only upload 0.14 final on PyPI. -- Olivier -- See ever

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread federico vaggi
Oh woops, good point. On Mon, Jul 29, 2013 at 2:12 PM, Vlad Niculae wrote: > Which are linked against MKL, so no. > > On Mon, Jul 29, 2013 at 2:07 PM, federico vaggi > wrote: > > If you want to stay neutral and not affiliate yourself with an official > > distro, you can use the ones distribute

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Nelle Varoquaux
On 29 July 2013 13:58, Gael Varoquaux wrote: > On Mon, Jul 29, 2013 at 01:54:21PM +0200, Vlad Niculae wrote: > > I uploaded the windows binaries manually through the web interface > > with no issue. > > I might give up and upload it manually, but I tend to like the automation > that command line

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Vlad Niculae
Which are linked against MKL, so no. On Mon, Jul 29, 2013 at 2:07 PM, federico vaggi wrote: > If you want to stay neutral and not affiliate yourself with an official > distro, you can use the ones distributed by Christian Gohlke: > http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > > On Mon, Jul 29,

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread federico vaggi
If you want to stay neutral and not affiliate yourself with an official distro, you can use the ones distributed by Christian Gohlke: http://www.lfd.uci.edu/~gohlke/pythonlibs/ On Mon, Jul 29, 2013 at 1:58 PM, Gael Varoquaux < gael.varoqu...@normalesup.org> wrote: > On Mon, Jul 29, 2013 at 01:54

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 01:54:21PM +0200, Vlad Niculae wrote: > I uploaded the windows binaries manually through the web interface > with no issue. I might give up and upload it manually, but I tend to like the automation that command line gives. I am wondering what I am doing right. Maybe pypi do

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Vlad Niculae
I uploaded the windows binaries manually through the web interface with no issue. Unrelated question: We could go for a python3.3 binary too, but I would need to build it using the (free) scipy installed with Anaconda, because official scipy doesn't provide binaries for python 3.3. From what I un

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 01:13:23PM +0200, Olivier Grisel wrote: > python setup.py sdist upload That's what I have been doing, and apparently it doesn't work: copying setup.cfg -> scikit-learn-0.14a1 Writing scikit-learn-0.14a1/setup.cfg Creating tar archive removing 'scikit-learn-0.14a1' (and eve

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Vlad Niculae
Or simply hide the 0.14a1 release? It should still stay pip installable if you use the right magic words, right? On Mon, Jul 29, 2013 at 1:35 PM, Andreas Mueller wrote: > On 07/29/2013 01:20 PM, Andreas Mueller wrote: > > On 07/29/2013 01:13 PM, Olivier Grisel wrote: > > Maybe try: > > python set

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Andreas Mueller
On 07/29/2013 01:20 PM, Andreas Mueller wrote: On 07/29/2013 01:13 PM, Olivier Grisel wrote: Maybe try: python setup.py sdist upload You need to do |python setup.py register and | |python setup.py sdist upload Should I do it? The default version is not switched automatically| I was wrong.

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Andreas Mueller
On 07/29/2013 01:13 PM, Olivier Grisel wrote: Maybe try: python setup.py sdist upload You need to do |python setup.py register and | |python setup.py sdist upload Should I do it? The default version is not switched automatically | -

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
Maybe try: python setup.py sdist upload -- Olivier -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagno

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
Apparently the sdist tarball has not been uploaded. Only the new version has been registered. https://pypi.python.org/pypi/scikit-learn/0.14a1 On 0.13.1 you can find the tarball online: https://pypi.python.org/pypi/scikit-learn/0.13.1 -- Olivier

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 12:51:55PM +0200, Gael Varoquaux wrote: > On Mon, Jul 29, 2013 at 12:09:48PM +0200, Olivier Grisel wrote: > > +1 for pushing scikit-learn-0.14a1to PyPI. > I am doing that right away. Done: release 0.14a1 is on PyPI: https://pypi.python.org/pypi/scikit-learn/0.14a1 PIP doe

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 12:09:48PM +0200, Olivier Grisel wrote: > +1 for pushing scikit-learn-0.14a1to PyPI. I am doing that right away. -- See everything from the browser to the database with AppDynamics Get end-to-end v

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
2013/7/29 Vlad Niculae : > I can do it; the question is whether to build against anaconda or > against binary numpy/scipy; and whether it matters. I'll see if I can > check. I don't think it matters but I think it's better to do it against the scipy.org / sourceforge distributed binary packages t

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Vlad Niculae
I can do it; the question is whether to build against anaconda or against binary numpy/scipy; and whether it matters. I'll see if I can check. On Mon, Jul 29, 2013 at 12:09 PM, Olivier Grisel wrote: > 2013/7/29 Olivier Grisel : >> I found problems when running the tests on an installed version o

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
2013/7/29 Olivier Grisel : > I found problems when running the tests on an installed version of > scikit-learn 0.14a1 under linux python 3. Note this is the first test > I did so it might not be related to python 3 at all: > > Here is the test script and the output: > > https://gist.github.com/ogri

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Vlad Niculae
Sorry, but I can't find the issue, you posted the same link twice. Those errors are very similar to what I was getting before figuring out that I need to use nosetests3 instead of nosetests. Vlad On Mon, Jul 29, 2013 at 10:35 AM, Olivier Grisel wrote: > I found problems when running the tests o

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
I found problems when running the tests on an installed version of scikit-learn 0.14a1 under linux python 3. Note this is the first test I did so it might not be related to python 3 at all: Here is the test script and the output: https://gist.github.com/ogrisel/6102848 I opened an issue here to

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
Alright. -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free tr

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 10:01:24AM +0200, Olivier Grisel wrote: > We can always to a 0.14rc2 if needed later that week. > 0.14rc and 0.14rc2 are valid version numbers for python packages according to: > http://www.python.org/dev/peps/pep-0386/#the-new-versioning-algorithm I am always worried abo

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
2013/7/29 Gael Varoquaux : > On Mon, Jul 29, 2013 at 09:55:48AM +0200, Nelle Varoquaux wrote: >> How should we proceed for fixes that should go in 0.14 ? Merge in the 0.14 >> branch then cherrypick on master, or the other way around ? Or even regularly >> 0.14 in master ? > > Other way around: mast

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
The version number in the 0.14.X branch is currently 0.14a1 and there is a tag matching that name. Shall we switch to 0.14rc as previously advertised on the website and twitter? We can always to a 0.14rc2 if needed later that week. 0.14rc and 0.14rc2 are valid version numbers for python packages

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 09:55:48AM +0200, Nelle Varoquaux wrote: > How should we proceed for fixes that should go in 0.14 ? Merge in the 0.14 > branch then cherrypick on master, or the other way around ? Or even regularly > 0.14 in master ? Other way around: master first, and then 0.14. Remember:

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
> I will build a sdist locally and test it under OSX and linux python 2 > and python 3 in venvs to check. I'll report back here in a couple > minutes. Excellent. This is useful. I did a lot of checks, but more are welcomed. G --

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Nelle Varoquaux
How should we proceed for fixes that should go in 0.14 ? Merge in the 0.14 branch then cherrypick on master, or the other way around ? Or even regularly 0.14 in master ? On 29 July 2013 09:50, Gael Varoquaux wrote: > On Mon, Jul 29, 2013 at 09:03:07AM +0200, Andreas Mueller wrote: > > Is it als

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Andreas Mueller
On 07/29/2013 09:50 AM, Gael Varoquaux wrote: > On Mon, Jul 29, 2013 at 09:03:07AM +0200, Andreas Mueller wrote: >> Is it also pip-installable yet? > No, I wanted to sleep on that. > >> And if so, what is the command? > I can do it in a few minutes. Should I do it now? No, please take your time. I'

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Olivier Grisel
2013/7/29 Gael Varoquaux : > On Mon, Jul 29, 2013 at 09:03:07AM +0200, Andreas Mueller wrote: >> Is it also pip-installable yet? > > No, I wanted to sleep on that. > >> And if so, what is the command? > > I can do it in a few minutes. Should I do it now? I will build a sdist locally and test it un

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Gael Varoquaux
On Mon, Jul 29, 2013 at 09:03:07AM +0200, Andreas Mueller wrote: > Is it also pip-installable yet? No, I wanted to sleep on that. > And if so, what is the command? I can do it in a few minutes. Should I do it now? G --

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread federico vaggi
Congratulations on the heroic latenight coding spree. Looking at commit log, that was quite the effort :) On Mon, Jul 29, 2013 at 9:03 AM, Andreas Mueller wrote: > Hey Gael. > Thanks a lot for all your work to make this happen. > Is it also pip-installable yet? And if so, what is the command? >

Re: [Scikit-learn-general] Feature freeze

2013-07-29 Thread Andreas Mueller
Hey Gael. Thanks a lot for all your work to make this happen. Is it also pip-installable yet? And if so, what is the command? If not, I can have a look at what we need to do. I feel that is quite important. Cheers, Andy On 07/29/2013 03:29 AM, Gael Varoquaux wrote: > Hey team, > > thanks for bein

Re: [Scikit-learn-general] Feature freeze

2013-07-28 Thread Gael Varoquaux
Hey team, thanks for being enthousiastic and patient. The RC is out: https://github.com/scikit-learn/scikit-learn/tree/0.14.X The branch 0.14.X is open. Let us not push to it without good reasons: the goal of the RC is to increase quality, not features. Master is open again for normal developmen

[Scikit-learn-general] Feature freeze

2013-07-28 Thread Gael Varoquaux
Hi developers, We have to leave the sprint (and for a few core devs do a bit of social with our better halves). To be able to cut an RC, we need to focus on the main bugs and release critical issues. I have made a list that I tried to keep tight on the milestone page: https://github.com/scikit-l