Changelog for
python312-scikit-sparse-0.4.15-1.2.x86_64.rpm :
* Mon Aug 05 2024 Steve Kowalik
- Update to 0.4.15:
* add publishing with a trusted publisher
* Bump up numpy requirement
* Autofind homebrew installation path
* add publishing with a trusted publisher
* Bump up numpy requirement
* Autofind homebrew installation path- Drop patch support-scipy-1.14.patch, included upstream.- Move test_data under the tests directory and run tests there.
* Thu Jul 25 2024 Steve Kowalik - Update to 0.4.13:
* Fix breaking changes in isspmatrix of scipy >=1.11.0, discontinuing compatibility with csc_array
* remove numpy build restrictions- Drop patches scikit-sparse-py312.patch, scipy111.patch:
* Included upstream.- Add patch support-scipy-1.14.patch:
* Do not call a now removed method in scipy.
* Sun Feb 18 2024 Ben Greiner - Add scikit-sparse-py312.patch gh#scikit-sparse/scikit-sparse#105
* Fri Sep 08 2023 Matej Cepl - Clean up the SPEC file.- Convert from python_{build,install} to pyproject_{wheel,install} macros.
* Thu Aug 31 2023 Markéta Machová - Update to 0.4.12
* Allow suitesparse include/library paths to be passed in to pip install through environment variables.
* Added support for python 3.11
* Fix compilation with Cython>=3.0.0- Add upstream scipy111.patch
* Sat Apr 24 2021 Ben Greiner - Update to 0.4.5
* Use PEP-517 style build-system so numpy and cython are no longer needed prior to installation (openSUSE: we still use setuptools here)
* Added support for python 3.9- Remove nose -- gh#scikit-sparse/pull#66
* Fri Feb 12 2021 Dirk Müller - skip python 36 build
* Wed Nov 07 2018 mceplAATTsuse.com- Update to 0.4.4:
* Bug in solve with dense array, where base of result is not set correctly, fixed.
* Supported versions updated to: - Python: 3.7, 3.6 - NumPy: 1.15, 1.14, 1.13 - SciPy: 1.1, 1.0, 0.19 - SuiteSparse: 5.2
* Wed Aug 08 2018 jengelhAATTinai.de- Trim irrelevant parts from description.
* Thu May 24 2018 toddrme2178AATTgmail.com- Add license file- spec file cleanups