On 09/23/2015 06:07 AM, Nathaniel Smith wrote:
On Tue, Sep 22, 2015 at 8:12 PM, Charles R Harris
<charlesr.har...@gmail.com> wrote:
Hi all,
I'm pleased to announce the availability of Numpy 1.10.0rc1. Sources and 32
bit binary packages for Windows may be found at Sourceforge. Please test
this out, as I would like to move to the final release as rapidly as
possible and the lack of error reports from the beta has left me nervous.
It's been quiet, too quiet. In the movies, we would all die in the next five
minutes.
Hi!
I found this strange thing:
jensj@jordan:~$ python
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
>>> a = np.zeros((2, 2, 2))
>>> b = np.zeros((2, 2, 2))
>>> a[0, 0] = 7
>>> b[0, 0] = 6
>>> np.vdot(a[:, :, 0], b[:, :, 0]).real
84.0
>>> np.__version__
'1.10.0rc1'
The result should be 42. This is on Ubuntu 15.04.
Jens Jørgen
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion