python-ndindex
No description set
- Sources inherited from project devel:languages:python:numeric
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-ndindex
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dgarcia:python312:numeric/python-ndindex && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
custom-pytest.patch | 0000001156 1.13 KB | |
ndindex-1.9.2.tar.gz | 0000243001 237 KB | |
python-ndindex.changes | 0000005411 5.28 KB | |
python-ndindex.spec | 0000002288 2.23 KB |
Revision 8 (latest revision is 9)
Markéta Machová (mcalabkova)
accepted
request 1224414
from
Nico Krapp (nkrapp)
(revision 8)
- Update to 1.9.2 * Fixes an issue with pickle and deepcopy serialization introduced in ndindex 1.9. - Update to 1.9.1 * This version is identical to 1.9, but includes some fixes to the release scripts to ensure that wheels are properly uploaded to PyPI. - Update to 1.9.0 * ndindex now uses a C extension (using Cython). Currently the constructors for {class}~.Slice and {class}~.Tuple have been Cythonized, 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 functionality. * Python 3.8 is no longer supported. * 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 HTML/CSS instead of MathJAX. * Some fixes to incorrect usage of __slots__. * Raise an exception earlier for invalid index in {any}ChunkSize.num_subchunks(). * The CYTHONIZE_NDINDEX environment variable for building has been removed, as Cython support is now required. * Fix a compatibility issue with NumPy 2.0. * {func}~.normalize_skip_axes will now raise AxisError before ValueError for non-unique axes. * Keep track of when a Slice has been reduced (with no shape) to avoid recomputing it. * Various improvements in the tests.
Comments 0