[Numpy-discussion] ANN: SciPy 1.5.2

2020-07-23 Thread Tyler Reddy
Hi all, On behalf of the SciPy development team I'm pleased to announce the release of SciPy 1.5.2, which is a bug fix release. Sources and binary wheels can be found at: https://pypi.org/project/scipy/ and at: https://github.com/scipy/scipy/releases/tag/v1.5.2 One of a few ways to install this

Re: [Numpy-discussion] Why does fancy indexing work like this?

2020-07-23 Thread Aaron Meurer
> After writing this, I realized that I actually remember the *opposite* > discussion occurring before. I think in some of the equality > deprecations, we actually raise the new error due to an internal > try/except clause. And there was a complaint that its confusing that a >

Re: [Numpy-discussion] Why does fancy indexing work like this?

2020-07-23 Thread Sebastian Berg
On Thu, 2020-07-23 at 10:18 -0500, Sebastian Berg wrote: > On Wed, 2020-07-22 at 17:35 -0600, Aaron Meurer wrote: > > > About your warnings, do you have a nice way to do that? The > > > mechanism > > > for warnings does not really give a good way to catch that a > > > warning > > > was raised and

Re: [Numpy-discussion] Why does fancy indexing work like this?

2020-07-23 Thread Sebastian Berg
On Wed, 2020-07-22 at 17:35 -0600, Aaron Meurer wrote: > > About your warnings, do you have a nice way to do that? The > > mechanism > > for warnings does not really give a good way to catch that a > > warning > > was raised and then turn it into an error. Unless someone > > contributes > > a