Re: [Numpy-discussion] NumPy + Python 3.5 + Windows + VS2015

2015-06-09 Thread Charles R Harris
On Tue, Jun 9, 2015 at 5:12 PM, Jaime Fernández del Río < jaime.f...@gmail.com> wrote: > On Mon, Jun 8, 2015 at 3:11 PM, Jaime Fernández del Río < > jaime.f...@gmail.com> wrote: > >> I have just unsuccessfully tried to build numpy under Windows for Python >> 3.5, using the latest release candidate

Re: [Numpy-discussion] NumPy + Python 3.5 + Windows + VS2015

2015-06-09 Thread Jaime Fernández del Río
On Mon, Jun 8, 2015 at 3:11 PM, Jaime Fernández del Río < jaime.f...@gmail.com> wrote: > I have just unsuccessfully tried to build numpy under Windows for Python > 3.5, using the latest release candidate for Visual Studio 2015. > > A very early failure with a: > > RuntimeError: Broken toolchain: c

[Numpy-discussion] ANN: Py-ART v1.4.0 released

2015-06-09 Thread Jonathan Helmus
I am happy to announce the release of Py-ART version 1.4.0. Py-ART is an open source Python module for reading, visualizing, correcting and analysis of weather radar data. Documentation : http://arm-doe.github.io/pyart/dev/index.html GitHub : https://github.com/ARM-DOE/pyart Pre-build conda binar

Re: [Numpy-discussion] Backwards-incompatible improvements to numpy.random.RandomState

2015-06-09 Thread Antony Lee
2015-05-29 14:06 GMT-07:00 Antony Lee : > > A proof-of-concept implementation, still missing tests, is tracked as >> #5911. It includes the patch proposed in #5158 as an example of how to >> include an improved version of random.choice. >> > > Tests are in now (whether we should bundle in pickles