Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-05 Thread Christoph Gohlke
On 9/5/2013 1:18 AM, Sebastian Berg wrote: > On Wed, 2013-09-04 at 22:08 -0700, Christoph Gohlke wrote: >> On 9/1/2013 9:54 AM, Charles R Harris wrote: > > > >> >> Hello, >> >> is this IndexError intentional in numpy 1.8? Matplotlib 1.3 fails some >> tests because of this. >> > numpy.zeros(1)[

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-05 Thread Sebastian Berg
On Wed, 2013-09-04 at 22:08 -0700, Christoph Gohlke wrote: > On 9/1/2013 9:54 AM, Charles R Harris wrote: > > Hello, > > is this IndexError intentional in numpy 1.8? Matplotlib 1.3 fails some > tests because of this. > > >>> numpy.zeros(1)[[0], :] > Traceback (most recent call last): >Fi

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-04 Thread Christoph Gohlke
On 9/1/2013 9:54 AM, Charles R Harris wrote: > Hi all, > > I'm happy to announce the first beta release of Numpy 1.8.0. Please try > this beta and report any issues on the numpy-dev mailing list. > > Source tarballs and release notes can be found at > https://sourceforge.net/projects/numpy/files/Nu

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-04 Thread Charles R Harris
On Wed, Sep 4, 2013 at 5:05 PM, Orion Poplawski wrote: > On 09/01/2013 10:54 AM, Charles R Harris wrote: > > Hi all, > > > > I'm happy to announce the first beta release of Numpy 1.8.0. Please try > this > > beta and report any issues on the numpy-dev mailing list. > > > > Source tarballs and rel

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-04 Thread Orion Poplawski
On 09/01/2013 10:54 AM, Charles R Harris wrote: > Hi all, > > I'm happy to announce the first beta release of Numpy 1.8.0. Please try this > beta and report any issues on the numpy-dev mailing list. > > Source tarballs and release notes can be found at > https://sourceforge.net/projects/numpy/files

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-04 Thread Charles R Harris
On Tue, Sep 3, 2013 at 6:24 PM, Christoph Gohlke wrote: > > The 32 bit build fails two tests (unrelated to the above 64 bit issue): > > == > FAIL: test_invalid (test_errstate.TestErrstate) > --

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-04 Thread Neal Becker
Built on fedora linux 19 x86_64 using mkl: build OK using: env ATLAS=/usr/lib64 FFTW=/usr/lib64 BLAS=/usr/lib64 LAPACK=/usr/lib64 CFLAGS="-mtune=native -march=native -O3" LDFLAGS="-Wl,- rpath=/opt/intel/mkl/lib/intel64" python setup.py build and attached site.cfg: ==

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread David Cournapeau
On Wed, Sep 4, 2013 at 1:51 AM, Chris Barker - NOAA Federal < chris.bar...@noaa.gov> wrote: > FWIW, > > You all may know this already, but a "long" is 64 bit on most 64 bit > platforms, but 32 bit on Windows. > The correct solution in this context is to use (s)size_t, intptr_t and ptrdiff_t depen

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Charles R Harris
On Tue, Sep 3, 2013 at 6:18 PM, Charles R Harris wrote: > > > > On Tue, Sep 3, 2013 at 6:09 PM, Christoph Gohlke wrote: > >> On 9/3/2013 4:45 PM, Charles R Harris wrote: >> > >> > >> > >> > On Tue, Sep 3, 2013 at 5:40 PM, Christoph Gohlke > > > wrote: >> > >> > On 9/3/

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Chris Barker - NOAA Federal
FWIW, You all may know this already, but a "long" is 64 bit on most 64 bit platforms, but 32 bit on Windows. Can we start using stdint.h and int32_t and friends? -CHB On Sep 3, 2013, at 5:18 PM, Charles R Harris wrote: On Tue, Sep 3, 2013 at 6:09 PM, Christoph Gohlke wrote: > On 9/3/2013

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Christoph Gohlke
On 9/3/2013 4:52 PM, Charles R Harris wrote: > > > > On Tue, Sep 3, 2013 at 5:45 PM, Charles R Harris > mailto:charlesr.har...@gmail.com>> wrote: > > > > > On Tue, Sep 3, 2013 at 5:40 PM, Christoph Gohlke > wrote: > > On 9/3/2013 2:51 PM, Charles R Harris wr

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Charles R Harris
On Tue, Sep 3, 2013 at 6:09 PM, Christoph Gohlke wrote: > On 9/3/2013 4:45 PM, Charles R Harris wrote: > > > > > > > > On Tue, Sep 3, 2013 at 5:40 PM, Christoph Gohlke > > wrote: > > > > On 9/3/2013 2:51 PM, Charles R Harris wrote: > > > > > > > > > > >

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Christoph Gohlke
On 9/3/2013 4:45 PM, Charles R Harris wrote: > > > > On Tue, Sep 3, 2013 at 5:40 PM, Christoph Gohlke > wrote: > > On 9/3/2013 2:51 PM, Charles R Harris wrote: > > > > > > > > On Tue, Sep 3, 2013 at 3:23 PM, Christoph Gohlke >

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Charles R Harris
On Tue, Sep 3, 2013 at 5:45 PM, Charles R Harris wrote: > > > > On Tue, Sep 3, 2013 at 5:40 PM, Christoph Gohlke wrote: > >> On 9/3/2013 2:51 PM, Charles R Harris wrote: >> > >> > >> > >> > On Tue, Sep 3, 2013 at 3:23 PM, Christoph Gohlke > > > wrote: >> > >> > On 9/1/

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Christoph Gohlke
On 9/3/2013 4:32 PM, Charles R Harris wrote: > > > > On Tue, Sep 3, 2013 at 3:23 PM, Christoph Gohlke > wrote: > > On 9/1/2013 9:54 AM, Charles R Harris wrote: > > Hi all, > > I'm happy to announce the first beta release of Numpy 1.8.0. > Please

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Charles R Harris
On Tue, Sep 3, 2013 at 5:40 PM, Christoph Gohlke wrote: > On 9/3/2013 2:51 PM, Charles R Harris wrote: > > > > > > > > On Tue, Sep 3, 2013 at 3:23 PM, Christoph Gohlke > > wrote: > > > > On 9/1/2013 9:54 AM, Charles R Harris wrote: > > > > Hi all, > > > >

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Christoph Gohlke
On 9/3/2013 2:51 PM, Charles R Harris wrote: > > > > On Tue, Sep 3, 2013 at 3:23 PM, Christoph Gohlke > wrote: > > On 9/1/2013 9:54 AM, Charles R Harris wrote: > > Hi all, > > I'm happy to announce the first beta release of Numpy 1.8.0. > Please

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Charles R Harris
On Tue, Sep 3, 2013 at 3:23 PM, Christoph Gohlke wrote: > On 9/1/2013 9:54 AM, Charles R Harris wrote: > >> Hi all, >> >> I'm happy to announce the first beta release of Numpy 1.8.0. Please try >> this beta and report any issues on the numpy-dev mailing list. >> >> Source tarballs and release not

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Charles R Harris
On Tue, Sep 3, 2013 at 3:23 PM, Christoph Gohlke wrote: > On 9/1/2013 9:54 AM, Charles R Harris wrote: > >> Hi all, >> >> I'm happy to announce the first beta release of Numpy 1.8.0. Please try >> this beta and report any issues on the numpy-dev mailing list. >> >> Source tarballs and release not

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-03 Thread Christoph Gohlke
On 9/1/2013 9:54 AM, Charles R Harris wrote: Hi all, I'm happy to announce the first beta release of Numpy 1.8.0. Please try this beta and report any issues on the numpy-dev mailing list. Source tarballs and release notes can be found at https://sourceforge.net/projects/numpy/files/NumPy/1.8.0b

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-01 Thread Charles R Harris
On Sun, Sep 1, 2013 at 11:15 AM, Daπid wrote: > On 1 September 2013 18:54, Charles R Harris wrote: > >> I'm happy to announce the first beta release of Numpy 1.8.0. Please try >> this beta and report any issues on the numpy-dev mailing list. >> > > In an old thread there was discussion about addi

Re: [Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-01 Thread Daπid
On 1 September 2013 18:54, Charles R Harris wrote: > I'm happy to announce the first beta release of Numpy 1.8.0. Please try > this beta and report any issues on the numpy-dev mailing list. > In an old thread there was discussion about adding minmax and sincos; is there a plan for implementing th

[Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release

2013-09-01 Thread Charles R Harris
Hi all, I'm happy to announce the first beta release of Numpy 1.8.0. Please try this beta and report any issues on the numpy-dev mailing list. Source tarballs and release notes can be found at https://sourceforge.net/projects/numpy/files/NumPy/1.8.0b1/. The Windows and OS X installers will follow