We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffe035 commit 3257fd9Copy full SHA for 3257fd9
src/lib.rs
@@ -45,6 +45,8 @@ mod readonly;
45
mod slice_box;
46
mod sum_products;
47
48
+pub use ndarray;
49
+
50
pub use crate::array::{
51
get_array_module, PyArray, PyArray0, PyArray1, PyArray2, PyArray3, PyArray4, PyArray5,
52
PyArray6, PyArrayDyn,
0 commit comments