[Numpy-discussion] Re: Usage of Datetime DType in NumPy 2.0 C-API

2025-02-24 Thread Sebastian Berg
On Mon, 2025-02-24 at 11:30 -0600, Lee Johnston via NumPy-Discussion wrote: > We have a C-extension module that works with Datetime DType objects > through > the C-API. The existing code works fine for NumPy 1x, but not 2x. The > NumPy > 2.0 migration documentation > < > https://numpy.org/doc/stabl

[Numpy-discussion] Usage of Datetime DType in NumPy 2.0 C-API

2025-02-24 Thread Lee Johnston via NumPy-Discussion
We have a C-extension module that works with Datetime DType objects through the C-API. The existing code works fine for NumPy 1x, but not 2x. The NumPy 2.0 migration documentation does not addres