Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-24 Thread Charles R Harris
On Tue, Feb 23, 2016 at 8:44 AM, Pauli Virtanen wrote: > 23.02.2016, 03:47, Charles R Harris kirjoitti: > > I'm delighted to announce the release of Numpy 1.11.0rc1. Hopefully the > > issues discovered in 1.11.0b3 have been dealt with and this release can > go > > on to become the

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Charles R Harris
Christoph, any chance you can test https://github.com/numpy/numpy/pull/7324 before it gets merged (or not). Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Christoph Gohlke
On 2/23/2016 1:05 PM, Pauli Virtanen wrote: 23.02.2016, 22:40, Charles R Harris kirjoitti: [clip] On all 32-bit platforms: ERROR: test_zeros_big (test_multiarray.TestCreation)

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Charles R Harris
On Tue, Feb 23, 2016 at 1:58 PM, Julian Taylor < jtaylor.deb...@googlemail.com> wrote: > that test needs about 500Mb of memory on windows as it doesn't have > sparse allocations like most *nixes. > It used to fail for me during release testing when I only gave the > windows VM 1GB of ram. > If

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Pauli Virtanen
23.02.2016, 22:40, Charles R Harris kirjoitti: [clip] > On all 32-bit platforms: > > > ERROR: test_zeros_big (test_multiarray.TestCreation) > > Traceback (most recent call

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Julian Taylor
that test needs about 500Mb of memory on windows as it doesn't have sparse allocations like most *nixes. It used to fail for me during release testing when I only gave the windows VM 1GB of ram. If its a problem for CI we could disable it on windows, or at least skip the complex double case. On

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Charles R Harris
Christoph reports the following problem that I am unable to reproduce on appveyor or find reported elsewhere. On all 32-bit platforms: ERROR: test_zeros_big (test_multiarray.TestCreation)

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Pauli Virtanen
23.02.2016, 03:47, Charles R Harris kirjoitti: > I'm delighted to announce the release of Numpy 1.11.0rc1. Hopefully the > issues discovered in 1.11.0b3 have been dealt with and this release can go > on to become the official release. Source files and documentation can be > found on Sourceforge >

Re: [Numpy-discussion] Numpy 1.11.0rc1 released.

2016-02-23 Thread Charles R Harris
On Mon, Feb 22, 2016 at 6:47 PM, Charles R Harris wrote: > Hi All, > > I'm delighted to announce the release of Numpy 1.11.0rc1. Hopefully the > issues discovered in 1.11.0b3 have been dealt with and this release can go > on to become the official release. Source