1
0
python-scikit-sparse/python-scikit-sparse.changes
Steve Kowalik d417069b60 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-sparse?expand=0&rev=19
2024-08-05 02:45:57 +00:00

94 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 5 02:43:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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 06:03:00 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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 15:19:40 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Add scikit-sparse-py312.patch gh#scikit-sparse/scikit-sparse#105
-------------------------------------------------------------------
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