[Numpy-discussion] NumPy 1.23.1 released

2022-07-08 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.23.1. NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the 1.23.0 release. Notable fixes are: - Fix searchsorted for float16 NaNs - Fix compilation on Apple M1 - Fix KeyError in crac

[Numpy-discussion] Maintainers Track at EuroScipy 2022

2022-07-08 Thread Adrin
Hi Folks, We're organizing the maintainers' track at EuroScipy 2022, happening in Basel at the end of August this year: https://www.euroscipy.org/2022/. This track is a venue for maintainers to meet one another and meet maintainers of other projects, interact, and exchange ideas. With the works g

[Numpy-discussion] Re: Need help extending a NumPy array in C

2022-07-08 Thread Sebastian Berg
On Thu, 2022-07-07 at 22:37 +, lpsm...@uw.edu wrote: > Hello!  I am maintaining a C++ codebase with extensive ties to Python > bindings (via SWIG).  One of the features of the code is that we > define (in C) a subclass of a NumPy Array.  Everything worked until > we started getting this message

[Numpy-discussion] Re: Need help extending a NumPy array in C

2022-07-08 Thread Matti Picus
On 8/7/22 01:37, lpsm...@uw.edu wrote: Hello! I am maintaining a C++ codebase with extensive ties to Python bindings (via SWIG). One of the features of the code is that we define (in C) a subclass of a NumPy Array. Everything worked until we started getting this message with numpy 1.23:

[Numpy-discussion] Need help extending a NumPy array in C

2022-07-08 Thread lpsmith
Hello! I am maintaining a C++ codebase with extensive ties to Python bindings (via SWIG). One of the features of the code is that we define (in C) a subclass of a NumPy Array. Everything worked until we started getting this message with numpy 1.23: RuntimeError: Object of type appears to