Re: [Numpy-discussion] Allowing broadcasting of code dimensions in generalized ufuncs

2018-06-12 Thread Eric Wieser
I don’t understand your alternative here. If we overload np.matmul using *array_function*, then it would not use *ether* of these options for writing the operation in terms of other gufuncs. It would simply look for an *array_function* attribute, and call that method instead. Let me explain that s

[Numpy-discussion] SciPy 2018

2018-06-12 Thread Charles R Harris
Hi All, Thought I'd raise the topic of meeting up at SciPy 2018. I wasn't planning on registering for the main conference, but would be happy to fly down for a couple of days if we plan on a meetup during sprints or some other point in the conference schedule. Chuck __

Re: [Numpy-discussion] SciPy 2018

2018-06-12 Thread Matti Picus
On 12/06/18 14:26, Charles R Harris wrote: Hi All, Thought I'd raise the topic of meeting up at SciPy 2018. I wasn't planning on registering for the main conference, but would be happy to fly down for a couple of days if we plan on a meetup during sprints or some other point in the conference

[Numpy-discussion] Permissions to upload to PyPI

2018-06-12 Thread Matti Picus
Almost ready to finish the 1.14.5 release, but it seems I need permissions to upload to PyPI (makes sense). My user name there is mattip. Can someone help out? Matti ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/

Re: [Numpy-discussion] Permissions to upload to PyPI

2018-06-12 Thread Charles R Harris
On Tue, Jun 12, 2018 at 4:22 PM, Matti Picus wrote: > Almost ready to finish the 1.14.5 release, but it seems I need permissions > to upload to PyPI (makes sense). My user name there is mattip. Can someone > help out? > Matti > Done. Sorry I missed that. Chuck __

[Numpy-discussion] NumPy 1.15.x branched.

2018-06-12 Thread Charles R Harris
Hi All, NumPy 1.15.x has been branched and master is now open for 1.16 development. If there are any remaining PRs that *just have to be in 1.15*, please complain here :0 Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.p

[Numpy-discussion] NumPy 1.14.5 released

2018-06-12 Thread Matti Picus
Hi All, I am pleased to announce the release of NumPy 14.4.5. This is a bugfix release for bugs reported following the 1.14.4 release. The most significant fixes are: * fixes for compilation errors on alpine and NetBSD The Python versions supported in this release are 2.7 and 3.4 - 3.6. The P

Re: [Numpy-discussion] Allowing broadcasting of code dimensions in generalized ufuncs

2018-06-12 Thread Marten van Kerkwijk
On Tue, Jun 12, 2018 at 2:35 AM, Eric Wieser wrote: > Frozen dimensions: > > I started with just making every 3-vector and 3x3-matrix structured arrays > with the relevant single sub-array entry > > I was actually suggesting omitting the structured dtype (ie, field names) > altogether, and just u