File python-scikit-sparse.changes of Package failed_python-scikit-sparse
-------------------------------------------------------------------
Fri Sep 8 16:56:21 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up the SPEC file.
- Convert from python_{build,install} to
pyproject_{wheel,install} macros.
-------------------------------------------------------------------
Thu Aug 31 12:37:47 UTC 2023 - Markéta Machová <mmachova@suse.com>
- 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 16:29:24 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 14:12:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python 36 build
-------------------------------------------------------------------
Wed Nov 7 11:42:47 CET 2018 - mcepl@suse.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 8 16:38:21 UTC 2018 - jengelh@inai.de
- Trim irrelevant parts from description.
-------------------------------------------------------------------
Thu May 24 17:42:59 UTC 2018 - toddrme2178@gmail.com
- Add license file
- spec file cleanups
-------------------------------------------------------------------
Thu Apr 19 16:51:57 UTC 2018 - toddrme2178@gmail.com
- Update to version 0.4.3
* The method solve_L can now also use the L matrix of the LL' decomposition.
* Supported versions updated to Python 3.6, 3.5 and 2.7, NumPy 1.14 and 1.13 and SciPy 1.0 and 0.19.
-------------------------------------------------------------------
Thu May 25 16:14:07 UTC 2017 - toddrme2178@gmail.com
- Initial version