Re: [Scikit-learn-general] Python 3 port

2013-07-15 Thread Lars Buitinck
2013/7/9 Arnaud Joly : > Is the py3k branch https://github.com/scikit-learn/scikit-learn/tree/py3k > still useful? I had completely forgotten about that one. I picked off the one commit that was still useful and pushed that to master, then deleted it. -- Lars Buitinck Scientific programmer, ILP

Re: [Scikit-learn-general] Python 3 port

2013-07-15 Thread Arnaud Joly
Is the py3k branch https://github.com/scikit-learn/scikit-learn/tree/py3k still useful? Arnaud On 09 Jul 2013, at 16:26, Olivier Grisel wrote: > The REAMDE-Py3k.rst was not reflecting the current situation. I just > updated it. We don't use 2to3 anymore but a single code base with > helpers in

Re: [Scikit-learn-general] Python 3 port

2013-07-09 Thread Olivier Grisel
The REAMDE-Py3k.rst was not reflecting the current situation. I just updated it. We don't use 2to3 anymore but a single code base with helpers in sklearn.externals.six . Please feel free to submit pull requests to fix the remaining test failures if you wish. -- Olivier --

Re: [Scikit-learn-general] Python 3 port

2013-07-08 Thread Robert Layton
Hi Ed, Thanks for your talk, it was very informative. I'm sorry I didn't get a chance to speak to you more. I went to the sprints first thing on Monday, but had to leave just before lunch to catch my flight. As for the port -- if you have anything that can improve the transition, put it in as a P

[Scikit-learn-general] Python 3 port

2013-07-08 Thread Ed Schofield
Hi everyone! I gave a talk at PyConAU over the weekend about "modern" scientific computing and big data analytics with Python. My grand plans included using a complete Python 3-based stack for the demonstrations and tutorial environment, and recommending that the audience migrate to Python 3 now.