rust-numpy icon indicating copy to clipboard operation
rust-numpy copied to clipboard

PyO3-based Rust bindings of the NumPy C-API

Results 48 rust-numpy issues
Sort by recently updated
recently updated
newest added

Will not happen before version 0.18.0, this PR just checks what the result would look like.

Hi, this isn't really an issue but just a question as to whether your team might consider supporting nalgebra instead of (or alongside) ndarray in the future? Pybinds for C++...

enhancement

Would it be possible to accept any numpy ufunc as `&PyAny` and apply that to a mutable vec allocated in Rust?

question

Like described, it would allow storing numpy native operations.

enhancement

It would be useful to support arrays with multiple data types like structured arrays https://numpy.org/doc/stable/user/basics.rec.html This would be useful when dealing with for example timestamped data where you have a...

enhancement

`half` is part of our API and hence this is a breaking change. This also increases MSRV to 1.58 if `half` is enabled. (It was already 1.51 if `half` is...

Bump ahash version to 0.8.

Hello! With Numpy 2.0.0rc1 moving closer towards a release, has there been any thought about what will be needed to support the later version or if there's anything needed to...

enhancement

- macOS 14.2.1 - Python 3.11.7 (installed via pyenv, also tried Homebrew and System Python) - Rust 1.75.0 When I try to run the tests with NumPy installed in the...