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-...@scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-dev

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to