Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-09-09 Thread Frédéric Bastien
Hi, forget this email, it was sent by error. I'll write the info in a new email in a few minutes. Fred On Sun, Sep 9, 2012 at 1:08 PM, Frédéric Bastien wrote: > All the PyArray_FLOAT*, ... to NPY_FLOAT*. > > PyObject *var; > PyArrayObject * var_arr; > var_arr->{dimensions,strides,nd,descr} to P

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-09-09 Thread Frédéric Bastien
All the PyArray_FLOAT*, ... to NPY_FLOAT*. PyObject *var; PyArrayObject * var_arr; var_arr->{dimensions,strides,nd,descr} to PyArray_{DIMS,...}(var_arr), need macro PyArray_ISCONTIGUOUS(var) to PyArray_ISCONTIGUOUS(var_arr) PyArray_{DATA,STRIDES,GETPTR2}(var) to PyArray_{DATA,STRIDES}(var_arr)

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-09-04 Thread Ondřej Čertík
On Sat, Sep 1, 2012 at 2:19 AM, Sandro Tosi wrote: > On Fri, Aug 31, 2012 at 8:07 PM, Sandro Tosi wrote: >> On Fri, Aug 31, 2012 at 7:17 PM, Ondřej Čertík >> wrote: >>> If you could create issues at github: https://github.com/numpy/numpy/issues >>> that would be great. If you have time, also wi

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-09-01 Thread Sandro Tosi
On Fri, Aug 31, 2012 at 8:07 PM, Sandro Tosi wrote: > On Fri, Aug 31, 2012 at 7:17 PM, Ondřej Čertík > wrote: >> If you could create issues at github: https://github.com/numpy/numpy/issues >> that would be great. If you have time, also with some info about the platform >> and how to reproduce it

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-31 Thread Sandro Tosi
On Fri, Aug 31, 2012 at 7:17 PM, Ondřej Čertík wrote: > If you could create issues at github: https://github.com/numpy/numpy/issues > that would be great. If you have time, also with some info about the platform > and how to reproduce it. Or at least a link to the build logs. I've reported it her

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-31 Thread Stefan Krah
Ond??ej ??ert??k wrote: > > python3.2-dbg: numpy/core/src/multiarray/common.c:161: > > PyArray_DTypeFromObjectHelper: Assertion > > `((PyObject*)(temp))->ob_type))->tp_flags & ((1L<<27))) != 0)' > > If you could create issues at github: https://github.com/numpy/numpy/issues > that would be gr

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-31 Thread Ondřej Čertík
Hi Sandro, On Fri, Aug 31, 2012 at 6:18 AM, Sandro Tosi wrote: > Hello, > > On Tue, Aug 21, 2012 at 6:24 PM, Ondřej Čertík > wrote: >> Hi, >> >> I'm pleased to announce the availability of the first beta release of >> NumPy 1.7.0b1. > > I've just uploaded it to Debian experimental, so we can gi

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-31 Thread Sandro Tosi
Hello, On Tue, Aug 21, 2012 at 6:24 PM, Ondřej Čertík wrote: > Hi, > > I'm pleased to announce the availability of the first beta release of > NumPy 1.7.0b1. I've just uploaded it to Debian experimental, so we can give it a run while in freeze. Some of the buildds are already building[1] the pac

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-23 Thread Benjamin Root
On Tue, Aug 21, 2012 at 12:24 PM, Ondřej Čertík wrote: > Hi, > > I'm pleased to announce the availability of the first beta release of > NumPy 1.7.0b1. > > Sources and binary installers can be found at > https://sourceforge.net/projects/numpy/files/NumPy/1.7.0b1/ > > Please test this release and r

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Orion Poplawski
On 08/22/2012 12:36 PM, Ronan Lamy wrote: > Le mercredi 22 août 2012 à 10:59 -0600, Orion Poplawski a écrit : >>> >>> If I drop the cython generation it builds, but the python 3 test failure I >>> get >>> now is: >> .. >>> ERROR: Ticket #16 >>> -

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Ronan Lamy
Le mercredi 22 août 2012 à 10:59 -0600, Orion Poplawski a écrit : > On 08/22/2012 10:26 AM, Orion Poplawski wrote: > > On 08/22/2012 09:55 AM, Orion Poplawski wrote: > >> On 08/21/2012 10:24 AM, Ondřej Čertík wrote: > >>> Hi, > >>> > >>> I'm pleased to announce the availability of the first beta re

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Orion Poplawski
On 08/22/2012 10:26 AM, Orion Poplawski wrote: > On 08/22/2012 09:55 AM, Orion Poplawski wrote: >> On 08/21/2012 10:24 AM, Ondřej Čertík wrote: >>> Hi, >>> >>> I'm pleased to announce the availability of the first beta release of >>> NumPy 1.7.0b1. >> >> Currently in trying to support python 3.3 in

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Orion Poplawski
On 08/22/2012 09:55 AM, Orion Poplawski wrote: > On 08/21/2012 10:24 AM, Ondřej Čertík wrote: >> Hi, >> >> I'm pleased to announce the availability of the first beta release of >> NumPy 1.7.0b1. > > Currently in trying to support python 3.3 in Fedora Rawhide (F19) and Fedora > 18 we are doing: > >

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Orion Poplawski
On 08/21/2012 10:24 AM, Ondřej Čertík wrote: > Hi, > > I'm pleased to announce the availability of the first beta release of > NumPy 1.7.0b1. Currently in trying to support python 3.3 in Fedora Rawhide (F19) and Fedora 18 we are doing: # Regenerate Cython c sources # This is needed with numpy-1.

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Christoph Gohlke
On 8/22/2012 6:26 AM, Charles R Harris wrote: > > > On Tue, Aug 21, 2012 at 1:59 PM, Christoph Gohlke > wrote: > > On 8/21/2012 9:24 AM, Ondřej Čertík wrote: > > Hi, > > > > I'm pleased to announce the availability of the first beta release of > > NumPy

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Charles R Harris
On Tue, Aug 21, 2012 at 1:59 PM, Christoph Gohlke wrote: > On 8/21/2012 9:24 AM, Ondřej Čertík wrote: > > Hi, > > > > I'm pleased to announce the availability of the first beta release of > > NumPy 1.7.0b1. > > > > Sources and binary installers can be found at > > https://sourceforge.net/projects

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Ralf Gommers
On Tue, Aug 21, 2012 at 9:59 PM, Christoph Gohlke wrote: > On 8/21/2012 9:24 AM, Ondřej Čertík wrote: > > Hi, > > > > I'm pleased to announce the availability of the first beta release of > > NumPy 1.7.0b1. > > > > Sources and binary installers can be found at > > https://sourceforge.net/projects

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-22 Thread Ralf Gommers
On Tue, Aug 21, 2012 at 9:59 PM, Christoph Gohlke wrote: > On 8/21/2012 9:24 AM, Ondřej Čertík wrote: > > Hi, > > > > I'm pleased to announce the availability of the first beta release of > > NumPy 1.7.0b1. > > > > Sources and binary installers can be found at > > https://sourceforge.net/projects

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-21 Thread josef . pktd
On Tue, Aug 21, 2012 at 3:59 PM, Christoph Gohlke wrote: > On 8/21/2012 9:24 AM, Ondřej Čertík wrote: >> Hi, >> >> I'm pleased to announce the availability of the first beta release of >> NumPy 1.7.0b1. >> >> Sources and binary installers can be found at >> https://sourceforge.net/projects/numpy/f

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-21 Thread Skipper Seabold
On Tue, Aug 21, 2012 at 3:59 PM, Christoph Gohlke wrote: > On 8/21/2012 9:24 AM, Ondřej Čertík wrote: > > Hi, > > > > I'm pleased to announce the availability of the first beta release of > > NumPy 1.7.0b1. > > > > Sources and binary installers can be found at > > https://sourceforge.net/projects

Re: [Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-21 Thread Christoph Gohlke
On 8/21/2012 9:24 AM, Ondřej Čertík wrote: > Hi, > > I'm pleased to announce the availability of the first beta release of > NumPy 1.7.0b1. > > Sources and binary installers can be found at > https://sourceforge.net/projects/numpy/files/NumPy/1.7.0b1/ > > Please test this release and report any iss

[Numpy-discussion] ANN: NumPy 1.7.0b1 release

2012-08-21 Thread Ondřej Čertík
Hi, I'm pleased to announce the availability of the first beta release of NumPy 1.7.0b1. Sources and binary installers can be found at https://sourceforge.net/projects/numpy/files/NumPy/1.7.0b1/ Please test this release and report any issues on the numpy-discussion mailing list. The following pr