[Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

Pearu Peterson pearu.peterson at gmail.com
Thu Mar 31 06:18:34 EDT 2011


On Thu, Mar 31, 2011 at 1:00 PM, Scott Sinclair <scott.sinclair.za at gmail.com
> wrote:

> On 31 March 2011 11:37, Pearu Peterson <pearu.peterson at gmail.com> wrote:
> >
> >
> > On Thu, Mar 31, 2011 at 12:19 PM, David Cournapeau <cournape at gmail.com>
> > wrote:
> >>
> >> On Wed, Mar 30, 2011 at 7:22 AM, Russell E. Owen <rowen at uw.edu> wrote:
> >> > In article
> >> > <AANLkTi=eeg8KL7639imRTL-iHg1ncqYoLDDSiD5tfYvs at mail.gmail.com>,
> >> >  Ralf Gommers <ralf.gommers at googlemail.com> wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> I am pleased to announce the availability of the first beta of NumPy
> >> >> 1.6.0. Due to the extensive changes in the Numpy core for this
> >> >> release, the beta testing phase will last at least one month. Please
> >> >> test this beta and report any problems on the Numpy mailing list.
> >> >>
> >> >> Sources and binaries can be found at:
> >> >> http://sourceforge.net/projects/numpy/files/NumPy/1.6.0b1/
> >> >> For (preliminary) release notes see below.
> >>
> >> I see a segfault on Ubuntu 64 bits for the test
> >> TestAssumedShapeSumExample in numpy/f2py/tests/test_assumed_shape.py.
> >> Am I the only one seeing it ?
> >>
> >
> > The test work here ok on Ubuntu 64 with numpy master. Could you try the
> > maintenance/1.6.x branch where the related bugs are fixed.
>
> For what it's worth, the maintenance/1.6.x branch works for me on 64-bit
> Ubuntu:
>
> (numpy-1.6.x)scott at godzilla:~$ python -c "import numpy; numpy.test()"
>

You might want to run

 python -c "import numpy; numpy.test('full')"

as the corresponding test is decorated as slow.

Pearu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110331/ac793bd4/attachment.html>


More information about the NumPy-Discussion mailing list