[Numpy-discussion] [SciPy-Dev] Numpy 1.11.0b1 is out

Charles R Harris charlesr.harris at gmail.com
Tue Jan 26 21:13:30 EST 2016


On Tue, Jan 26, 2016 at 6:58 PM, Charles R Harris <charlesr.harris at gmail.com
> wrote:

>
>
> On Tue, Jan 26, 2016 at 4:48 PM, Derek Homeier <
> derek at astro.physik.uni-goettingen.de> wrote:
>
>> Hi Chuck,
>>
>> > I'm pleased to announce that Numpy 1.11.0b1 is now available on
>> sourceforge. This is a source release as the mingw32 toolchain is broken.
>> Please test it out and report any errors that you discover. Hopefully we
>> can do better with 1.11.0 than we did with 1.10.0 ;)
>>
>> the tarball seems to be incomplete, hope that does not bode ill ;-)
>>
>>   adding
>> 'build/src.macosx-10.10-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h'
>> to sources.
>> executing numpy/core/code_generators/generate_numpy_api.py
>> error: [Errno 2] No such file or directory:
>> 'numpy/core/code_generators/../src/multiarray/arraytypes.c.src'
>>
>
> Grr, yes indeed, `paver sdist` doesn't do the right thing, none of the
> `multiarray/*.c.src` files are included, but it works fine in 1.10.x. The
> changes are minimal, the only thing that would seem to matter is the
> removal of setupegg.py. Ralf, any ideas.
>
>
>> > tar tvf /sw/src/numpy-1.11.0b1.tar.gz |grep arraytypes
>> -rw-rw-r-- charris/charris   62563 2016-01-21 20:38
>> numpy-1.11.0b1/numpy/core/include/numpy/ndarraytypes.h
>> -rw-rw-r-- charris/charris     981 2016-01-21 20:38
>> numpy-1.11.0b1/numpy/core/src/multiarray/arraytypes.h
>>
>> FWIW, the maintenance/1.11.x branch (there is no tag for the beta?)
>> builds and passes all tests with Python 2.7.11
>> and 3.5.1 on  Mac OS X 10.10.
>>
>>
> You probably didn't fetch the tags, if they can't be reached from the
> branch head they don't download automatically. Try `git fetch --tags
> upstream`
>
>
setupegg.py doesn't seem to matter...

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20160126/ca41d21f/attachment.html>


More information about the NumPy-Discussion mailing list