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
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:
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
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
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