[Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.10.0b1 release

Jens Jørgen Mortensen jensj at fysik.dtu.dk
Wed Aug 12 03:41:57 EDT 2015


On 08/11/2015 11:23 PM, Charles R Harris wrote:
> Hi All,
>
> give this release a whirl and report any problems either on the 
> numpy-discussion list or by opening an issue on github.
> I'm pleased to announce the first beta release of Numpy 1.10.0. There 
> is over a year's worth of enhancements and bug fixes in the 1.10.0 
> release, so please give this release a whirl and report any problems 
> either on the numpy-discussion list or by opening an issue on github. 
> Tarballs, installers, and release notes may be found in the usual 
> place at Sourceforge 
> <https://sourceforge.net/projects/numpy/files/NumPy/1.10.0b1/>.

This looks a bit strange:

Python 2.7.9 (default, Apr  2 2015, 15:33:21)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import numpy as np
 >>> np.zeros(1).strides
(9223372036854775807,)
 >>> np.zeros(42).strides
(8,)
 >>> np.__version__
'1.10.0b1'

This is on Ubuntu 15.04.

Jens Jørgen

>
> Chuck
>
>
>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20150812/605e7c7e/attachment.html>


More information about the NumPy-Discussion mailing list