rust-numpy version 0.12.0
This version includes two additional wrappers: for dtype
and nditer
.
PyArrayDescr
is introduced as a wrapper of array.dtype
in Python.
Also, we added wrappers of nditer
as two types: NpySingleIter
and NpyMultiIter
.
Both iterators have a nice, flexible builders, thanks @PTNobel!