Re: [Numpy-discussion] NumPy 1.15.0rc2 released.

2018-07-09 Thread Charles R Harris
On Mon, Jul 9, 2018 at 5:38 PM, Marten van Kerkwijk < m.h.vankerkw...@gmail.com> wrote: > Maybe not too unhelpful: > > mhvk@weasel:~/packages/numpy$ git log v1.15.0rc1..v1.15.0rc2 > commit ccc68b80305ff5b363d10f6e905fb4e5276a8adb (HEAD, tag: v1.15.0rc2) > Author: Charles Harris > Date: Mon Jul

Re: [Numpy-discussion] NumPy 1.15.0rc2 released.

2018-07-09 Thread Marten van Kerkwijk
Maybe not too unhelpful: mhvk@weasel:~/packages/numpy$ git log v1.15.0rc1..v1.15.0rc2 commit ccc68b80305ff5b363d10f6e905fb4e5276a8adb (HEAD, tag: v1.15.0rc2) Author: Charles Harris Date: Mon Jul 9 10:35:40 2018 -0600 REL: NumPy 1.15.0rc2 release. commit 3f6e8dc0a223162ceda7563ac774258a229

Re: [Numpy-discussion] NumPy 1.15.0rc2 released.

2018-07-09 Thread Charles R Harris
On Mon, Jul 9, 2018 at 4:39 PM, Nathan Goldbaum wrote: > Hi Chuck, > > Is there a summary of the differences with respect to rc1 somewhere? > No, but you can look at the changelog to see what went in. and compare it to the previous changelog to see what is additional. Chuck

Re: [Numpy-discussion] NumPy 1.15.0rc2 released.

2018-07-09 Thread Nathan Goldbaum
Hi Chuck, Is there a summary of the differences with respect to rc1 somewhere? Nathan On Mon, Jul 9, 2018 at 5:08 PM Charles R Harris wrote: > Hi All, > > On behalf of the NumPy team I'm pleased to announce the release of NumPy > 1.15.0rc2. > This release has an unusual number of cleanups, man

[Numpy-discussion] NumPy 1.15.0rc2 released.

2018-07-09 Thread Charles R Harris
Hi All, On behalf of the NumPy team I'm pleased to announce the release of NumPy 1.15.0rc2. This release has an unusual number of cleanups, many deprecations of old functions, and improvements to many existing functions. A total of 435 pull reguests were merged for this release, please look at the

Re: [Numpy-discussion] Looking for description/insight/documentation on matmul

2018-07-09 Thread Matti Picus
On 09/07/18 09:48, jeff saremi wrote: Is there any resource available or anyone who's able to describe matmul operation of matrices when n > 2? The only description i can find is: "If either argument is N-D, N > 2, it is treated as a stack of matrices residing in the last two indexes and broa

Re: [Numpy-discussion] Looking for description/insight/documentation on matmul

2018-07-09 Thread Stephan Hoyer
Hi Jeff, I think PEP 465 would be the definitive reference here. See the section on "Intended usage details" in https://www.python.org/dev/peps/pep-0465/ Cheers, Stephan On Mon, Jul 9, 2018 at 9:48 AM jeff saremi wrote: > Is there any resource available or anyone who's able to describe matmul

[Numpy-discussion] Looking for description/insight/documentation on matmul

2018-07-09 Thread jeff saremi
Is there any resource available or anyone who's able to describe matmul operation of matrices when n > 2? The only description i can find is: "If either argument is N-D, N > 2, it is treated as a stack of matrices residing in the last two indexes and broadcast accordingly." which is very crypti

Re: [Numpy-discussion] NumPy 1.15.0rc1 released

2018-07-09 Thread Tiziano Zito
On Sun 08 Jul, 22:35 -0400, Sandro Tosi wrote: The Python versions supported by this release are 2.7, 3.4-3.6. The wheels are linked with OpenBLAS 3.0, which should fix some of the linalg problems reported for NumPy 1.14, and the source archives were created using Cython 0.28.2 and should wor