PyO3 / rust-numpy

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

deprecate `inner`, `dot` and `einsum` #421

Closed Icxolu closed 3 months ago

Icxolu commented 3 months ago

This migrates inner, dot and einsum to the Bound API.