PyO3 / rust-numpy

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

How to create a PyArray4? #402

Closed BrosnanYuen closed 11 months ago

BrosnanYuen commented 11 months ago

How do you create a numpy::array::PyArray4 from rust vectors?

There isn't a from_vec4 function