17
0

- drop do-not-use-numpy-decorators.patch

- drop numpy125.patch
- Update to 0.4.1
  * BLD: fix building with Clang, avoid using GCC-specific -print-sysroot
  * BLD: try to locate OpenBLAS with pkg-config first
  * BLD: add support for using a native file to set library/include dirs
  * DOC: update and extend the install instructions
  * MAINT: include particular headers only for version < 6
- 0.4.0
  * Allow reuse of symbolic factorization
  * do not use deprecated pkg_resources
  * fix deprecation warning
  * do not use NumPy decorators
  * do not use nose-compat NumPy functions
  * BLD: fix the build, remove `stdint.h` and suppress warnings
  * TST: fix issues in test suite
  * BLD: fix building in conda envs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-umfpack?expand=0&rev=15
This commit is contained in:
2024-02-07 07:31:40 +00:00
committed by Git OBS Bridge
parent bd6941befb
commit 613d28098a
6 changed files with 35 additions and 162 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Feb 7 07:20:22 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- drop do-not-use-numpy-decorators.patch
- drop numpy125.patch
- Update to 0.4.1
* BLD: fix building with Clang, avoid using GCC-specific -print-sysroot
* BLD: try to locate OpenBLAS with pkg-config first
* BLD: add support for using a native file to set library/include dirs
* DOC: update and extend the install instructions
* MAINT: include particular headers only for version < 6
- 0.4.0
* Allow reuse of symbolic factorization
* do not use deprecated pkg_resources
* fix deprecation warning
* do not use NumPy decorators
* do not use nose-compat NumPy functions
* BLD: fix the build, remove `stdint.h` and suppress warnings
* TST: fix issues in test suite
* BLD: fix building in conda envs
-------------------------------------------------------------------
Thu Aug 31 12:48:22 UTC 2023 - Markéta Machová <mmachova@suse.com>