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
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
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
--
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
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.