Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-sparse | Distribution: openSUSE:Factory:zSystems |
Version: 0.15.4 | Vendor: openSUSE |
Release: 6.2 | Build date: Tue Nov 26 11:27:28 2024 |
Group: Unspecified | Build host: reproducible |
Size: 1580873 | Source RPM: python-sparse-0.15.4-6.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/pydata/sparse | |
Summary: Sparse n-dimensional arrays for Python |
This module implements sparse multidimensional arrays on top of NumPy and Scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout, but extends beyond just rows and columns to an arbitrary number of dimensions. The original motivation is for machine learning algorithms, but it is intended for somewhat general use.
BSD-3-Clause
* Tue Nov 26 2024 Guillaume GARDET <guillaume.gardet@opensuse.org> - Re-enable python 3.13 since numba has been patched to support it * Wed Nov 20 2024 Ben Greiner <code@bnavigator.de> - Skip python313: No numba 0.61 yet * Mon Sep 23 2024 Ben Greiner <code@bnavigator.de> - Switch to testing in multibuild: The obs runtime requirement resolver deals with numba/numpy blockage more gracefully than trying to resolve a BuildRequires on them. Numba 0.60 is restricted to Numpy < 2.1 right now. * Test in parallel with xdist * Fri Aug 30 2024 Ben Greiner <code@bnavigator.de> - Unpin numpy 2 * Mon Jul 08 2024 Steve Kowalik <steven.kowalik@suse.com> - Limit numpy to < 2. * Thu Jun 06 2024 Ben Greiner <code@bnavigator.de> - Update to 0.15.4 * no changelog since 0.15.1 - Release 0.15.1 * Fix regression where with XArray by supporting all API functions via the Array API standard. (PR #622 thanks @hameerabbasi) - Release 0.15.0 * Fix regression where DeprecationWarning`s were being fired unexpectedly. (:pr:`581 thanks @hameerabbasi) * Extended sparse.einsum support (PR #579 thanks @HadrienNU) * General code clean-up (PR #586 thanks @MHRasmy, PR #598 thanks @jamestwebber) * Bug fixes with respect to NumPy compatibility (PR #598 thanks @hameerabbasi, PR #609 thanks @Illviljan, PR #620 thanks @mtsokol) * Bug fixes with respect to GCXS (PR #611 thanks @EuGig, PR #601 thanks @jamestwebber) * Array API standard support (PR #612, PR #613, PR #614, PR #615, PR #619, PR #620 thanks @mtsokol) * matrepr support for display of sparse data (PR #605, PR #606 thanks @alugowski). * Larger code clean-up with Ruff formatter and linter (PR #617, PR #621 thanks @hameerabbasi) * Fri Mar 29 2024 ecsos <ecsos@opensuse.org> - Add %{?sle15_python_module_pythons} * Mon May 29 2023 Ben Greiner <code@bnavigator.de> - Unskip python311: numby 0.57 is released - Skip test_tensordot: gh#pydata/sparse#594 * Sat Mar 25 2023 Ben Greiner <code@bnavigator.de> - Update to 0.14.0 * sparse.einsum support (PR #564 thanks @jcmgray) * Some bug-fixes (PR #524, PR #527, PR #555 thanks @hameerabbasi, PR #569, thanks @jamestwebber, PR #534, thanks @sarveshbhatnagar) * Some performance improvements (PR #570, thanks @jamestwebber, PR #540, thanks @smldub). - Skip python311 build: no numba yet - Drop skip-32bit-archs.patch, disable 32bit test suite: too many tests involve 64bit types * Fri Oct 21 2022 Matej Cepl <mcepl@suse.com> - Add skip-32bit-archs.patch skiping a failing test on 32bit arch (gh#pydata/sparse#490). - Also remove conditional python_module definition. * Thu Jul 14 2022 Ben Greiner <code@bnavigator.de> - remove stray ancient pathlib requirement - Dask supports Python 3.10 now: reenable tests * Mon Jan 24 2022 Ben Greiner <code@bnavigator.de> - Don't test optional dask for python310: not supported yet * Wed Sep 22 2021 Ben Greiner <code@bnavigator.de> - Update to 0.13.0 * GCXS improvements and changes. * Maintainence fixes * sparse.DOK.from_scipy_sparse method * Black re-formatting * Add sparse.pad * Switch to GitHub Actions * Fix a number of bugs in format conversion. * Fix bug in sparse.matmul for higher-dimensional arrays. * Fix scalar conversion to COO * Fix OOB memory accesses * Fixes element-wise ops with scalar COO array. * Fix scalar broadcast_to with nnz==0. * Add order parameter to {zero, ones, full}[_like]. * Fix tensordot typing bugs. - Release 0.12.0 * There are a number of large changes in this release. For example, we have implemented the GCXS type, and its specializations CSR and CSC. We plan on gradually improving the performance of these. * A number of GCXS fixes and additions * Ability to change the index dtype for better storage characteristics. * Some work on DOK arrays to bring them closer to the other formats * CSR and CSC specializations of GCXS * Fix a number of bugs * Add nnz parameter to sparse.random - Drop sparse-pr421-fix-cootype.patch merged upstream * Fri Feb 12 2021 Dirk Müller <dmueller@suse.com> - skip python 3.6 build
/usr/lib/python3.12/site-packages/sparse /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/INSTALLER /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/LICENSE /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/METADATA /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/RECORD /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/REQUESTED /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/WHEEL /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/entry_points.txt /usr/lib/python3.12/site-packages/sparse-0.15.4.dist-info/top_level.txt /usr/lib/python3.12/site-packages/sparse/__init__.py /usr/lib/python3.12/site-packages/sparse/__pycache__ /usr/lib/python3.12/site-packages/sparse/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_common.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_common.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_dok.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_dok.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_io.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_io.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_numba_extension.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_numba_extension.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_settings.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_settings.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_slicing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_slicing.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_sparse_array.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_sparse_array.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_umath.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_umath.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_utils.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_version.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/__pycache__/_version.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_common.py /usr/lib/python3.12/site-packages/sparse/_compressed /usr/lib/python3.12/site-packages/sparse/_compressed/__init__.py /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__ /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/common.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/common.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/compressed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/compressed.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/convert.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/convert.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/indexing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/__pycache__/indexing.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_compressed/common.py /usr/lib/python3.12/site-packages/sparse/_compressed/compressed.py /usr/lib/python3.12/site-packages/sparse/_compressed/convert.py /usr/lib/python3.12/site-packages/sparse/_compressed/indexing.py /usr/lib/python3.12/site-packages/sparse/_coo /usr/lib/python3.12/site-packages/sparse/_coo/__init__.py /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__ /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/common.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/common.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/core.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/core.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/indexing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/indexing.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/numba_extension.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/_coo/__pycache__/numba_extension.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/_coo/common.py /usr/lib/python3.12/site-packages/sparse/_coo/core.py /usr/lib/python3.12/site-packages/sparse/_coo/indexing.py /usr/lib/python3.12/site-packages/sparse/_coo/numba_extension.py /usr/lib/python3.12/site-packages/sparse/_dok.py /usr/lib/python3.12/site-packages/sparse/_io.py /usr/lib/python3.12/site-packages/sparse/_numba_extension.py /usr/lib/python3.12/site-packages/sparse/_settings.py /usr/lib/python3.12/site-packages/sparse/_slicing.py /usr/lib/python3.12/site-packages/sparse/_sparse_array.py /usr/lib/python3.12/site-packages/sparse/_umath.py /usr/lib/python3.12/site-packages/sparse/_utils.py /usr/lib/python3.12/site-packages/sparse/_version.py /usr/lib/python3.12/site-packages/sparse/tests /usr/lib/python3.12/site-packages/sparse/tests/__pycache__ /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/conftest.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/conftest.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_array_function.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_array_function.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_compressed.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_compressed.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_compressed_2d.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_compressed_2d.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_compressed_convert.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_compressed_convert.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_conversion.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_conversion.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_coo.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_coo.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_coo_numba.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_coo_numba.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_dask_interop.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_dask_interop.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_dok.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_dok.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_dot.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_dot.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_einsum.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_einsum.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_elemwise.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_elemwise.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_io.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/sparse/tests/__pycache__/test_io.cpython-312.pyc /usr/lib/python3.12/site-packages/sparse/tests/conftest.py /usr/lib/python3.12/site-packages/sparse/tests/test_array_function.py /usr/lib/python3.12/site-packages/sparse/tests/test_compressed.py /usr/lib/python3.12/site-packages/sparse/tests/test_compressed_2d.py /usr/lib/python3.12/site-packages/sparse/tests/test_compressed_convert.py /usr/lib/python3.12/site-packages/sparse/tests/test_conversion.py /usr/lib/python3.12/site-packages/sparse/tests/test_coo.py /usr/lib/python3.12/site-packages/sparse/tests/test_coo_numba.py /usr/lib/python3.12/site-packages/sparse/tests/test_dask_interop.py /usr/lib/python3.12/site-packages/sparse/tests/test_dok.py /usr/lib/python3.12/site-packages/sparse/tests/test_dot.py /usr/lib/python3.12/site-packages/sparse/tests/test_einsum.py /usr/lib/python3.12/site-packages/sparse/tests/test_elemwise.py /usr/lib/python3.12/site-packages/sparse/tests/test_io.py /usr/share/doc/packages/python312-sparse /usr/share/doc/packages/python312-sparse/README.rst /usr/share/doc/packages/python312-sparse/changelog.rst /usr/share/doc/packages/python312-sparse/conduct.rst /usr/share/doc/packages/python312-sparse/construct.rst /usr/share/doc/packages/python312-sparse/contributing.rst /usr/share/doc/packages/python312-sparse/index.rst /usr/share/doc/packages/python312-sparse/install.rst /usr/share/doc/packages/python312-sparse/operations.rst /usr/share/doc/packages/python312-sparse/quickstart.rst /usr/share/doc/packages/python312-sparse/roadmap.rst /usr/share/licenses/python312-sparse /usr/share/licenses/python312-sparse/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 4 23:43:41 2025