- update to 1.10.1:
* Fix BooleanArray.count_nonzero() to always return a Python int
instead of a NumPy integer type, which could cause issues in
some contexts.
* Fix some doctests to work with recent versions of NumPy and to
always pass regardless of environment.
* Add support for free threaded builds of CPython
* Fixes an issue with pickle and deepcopy serialization introduced
* ndindex now uses a C extension (using Cython). Currently the
meaning constructing and using those classes is now much faster. In the
future, additional parts of ndindex will be Cythonized as performance
needs dictate. This does not have any user-facing changes to
* The documentation now includes a documentation guide for all NumPy
index types, extending the previous guide for slices. The slices
guide has also been improved and now has diagrams built using
* Raise an exception earlier for invalid index in
* The CYTHONIZE_NDINDEX environment variable for building has been
* {func}~.normalize_skip_axes will now raise AxisError before
* Keep track of when a Slice has been reduced (with no shape) to
OBS-URL: https://build.opensuse.org/request/show/1339181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ndindex?expand=0&rev=6
Description
No description provided
Languages
Diff
100%