On Wed, Aug 18, 2010 at 12:31 AM, Bruce Southey <[email protected]> wrote:
> On Tue, Aug 17, 2010 at 10:23 AM, Ralf Gommers > <[email protected]> wrote: > > I am pleased to announce the availability of the second beta of NumPy > 1.5.0. > > This will be the first NumPy release to include support for Python 3, as > > well as for Python 2.7. > > > > Please try this beta and report any problems on the NumPy mailing list. > > Especially with Python 3 testing will be very useful. On Linux and OS X > > building from source should be straightforward, for Windows a binary > > installer is provided. There is one important known issue on Windows > left, > > in fromfile and tofile (ticket 1583). > > > > Binaries, sources and release notes can be found at > > https://sourceforge.net/projects/numpy/files/ > > > > Enjoy, > > Ralf > > _______________________________________________ > > NumPy-Discussion mailing list > > [email protected] > > http://mail.scipy.org/mailman/listinfo/numpy-discussion > > > > > > Hi, > How do you get nose installed under Windows with Python3.1 such as a > single package or command? There is a nose branch that works with py3k here: http://bitbucket.org/jpellerin/nose3/. Just install with "python setup.py install". I will try not to forget to mention this in the next announcement. Cheers, Ralf
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
