Skip to content

rust-numpy version 0.12.0

Compare
Choose a tag to compare
@kngwyu kngwyu released this 11 Oct 08:23

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!