[Numpy-discussion] ANN: SciPy 1.11.1

2023-06-28 Thread Tyler Reddy
Hi all, On behalf of the SciPy development team, I'm pleased to announce the release of SciPy 1.11.1, which addresses a few bugs and in particular a licensing issue discovered shortly after the release of 1.11.0, which has now been yanked from PyPI. Sources and binary wheels can be found at: http

[Numpy-discussion] Example gufuncs

2023-06-28 Thread Stefan van der Walt
Hi all, To teach gufuncs, we used to rely on the example implementations in `numpy.core.umath_tests`. That module has since been deprecated. Is there another, more suitable location for such examples? I know it's been on SciPy's roadmap to convert some of `sp.linalg` to gufuncs, but that hasn'

[Numpy-discussion] Re: Moving busday functionality to numpy-financial

2023-06-28 Thread Ralf Gommers
On Mon, Jun 26, 2023 at 6:57 AM Kai Striega wrote: > Hi Stefan, > > I'm interested in going that direction, or rather, getting the functions > out of NumPy. I'm not sure if it's feasible to rip these functions out of > NumPy itself – or how much work it would require. Last week I spent some > tim