PyO3 / rust-numpy

PyO3-based Rust bindings of the NumPy C-API
BSD 2-Clause "Simplified" License
1.07k stars 98 forks source link

convert `PyArrayDescr` to `Bound` API #412

Closed Icxolu closed 4 months ago

Icxolu commented 4 months ago

Following #411

This migrates PyArrayDescr to the Bound API. This introduces PyArrayDescrMethods to implement the methods on Bound.