Skip to content

Commit 66158f0

Browse files
authored
Merge pull request #1 from PyO3/npyiter-mentoring
Refactor MultiIter implementation
2 parents 0e6a618 + a0f6cc6 commit 66158f0

File tree

3 files changed

+146
-211
lines changed

3 files changed

+146
-211
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ pub use crate::array::{
5252
pub use crate::convert::{IntoPyArray, NpyIndex, ToNpyDims, ToPyArray};
5353
pub use crate::error::{FromVecError, NotContiguousError, ShapeError};
5454
pub use crate::npyffi::{PY_ARRAY_API, PY_UFUNC_API};
55+
pub use crate::npyiter::{
56+
NpyIterFlag, NpyMultiIter, NpyMultiIterBuilder, NpySingleIter, NpySingleIterBuilder,
57+
};
5558
pub use crate::readonly::{
5659
PyReadonlyArray, PyReadonlyArray1, PyReadonlyArray2, PyReadonlyArray3, PyReadonlyArray4,
5760
PyReadonlyArray5, PyReadonlyArray6, PyReadonlyArrayDyn,

0 commit comments

Comments
 (0)