1
0
Files
python-scikit-umfpack/python-scikit-umfpack.changes
Daniel Garcia 613d28098a - 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
2024-02-07 07:31:40 +00:00

117 lines
4.1 KiB
Plaintext

-------------------------------------------------------------------
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>
- update to 0.3.3
* use scipy.sparse.linalg function without linsolve namespace
* DOC: add citations to README.rst
- drop merged scikit-umfpack-pr68-scipy-sparse-linalg.patch
- add numpy125.patch
- Clean up the SPEC file.
-------------------------------------------------------------------
Sat Apr 2 20:13:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Add scikit-umfpack-pr68-scipy-sparse-linalg.patch
gh#scikit-umfpack/scikit-umfpack#68
- x86_64 is the only platform where this works
-------------------------------------------------------------------
Thu Sep 9 02:08:15 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Switch from nose to pytest.
- Add do-not-use-numpy-decorators.patch:
* The numpy decorators require nose, switch to unittest.skipIf()
-------------------------------------------------------------------
Sun Feb 14 10:32:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python36 (no scipy anymore)
-------------------------------------------------------------------
Fri Sep 20 17:56:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not pull in the scikits.example
-------------------------------------------------------------------
Sat Dec 22 02:37:09 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 0.3.2
* replace non-ascii character
* Remove hack for windows
-------------------------------------------------------------------
Thu May 24 17:43:10 UTC 2018 - toddrme2178@gmail.com
- spec file cleanups
-------------------------------------------------------------------
Thu Apr 19 16:47:53 UTC 2018 - toddrme2178@gmail.com
- Update to 0.3.1
* FIX: replace scipy with scikit.umfpack
* setup: require scipy 1.0
* FIX: define Suitesparse_long as UF_long if not defined
* BUG: type Suitesparse_long to be UF_long.
* FIX: revert the int32 type conversion
* setup: set the correct install_requires
* FIX: use explicit bit-width types in UmfpackContext._getIndx()
* BUG: fix UmfpackContext family selection in UmfpackLU.__init__()
* replace suppress_warnings() by warnings.catch_warnings()
-------------------------------------------------------------------
Fri Jul 14 15:45:55 UTC 2017 - toddrme2178@gmail.com
- Update to 0.3.0 official release
- Use the scikits namespace package
- Implement single-spec version
- Fix source URL.
-------------------------------------------------------------------
Mon Jan 11 10:48:03 UTC 2016 - toddrme2178@gmail.com
- Use proper package name (python-scikit-umfpack)
- Update to 0.2.1 official release
- Implement update-alternatives for scikits/__init__.py
-------------------------------------------------------------------
Thu Oct 24 11:14:01 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Sun Jun 3 12:18:14 UTC 2012 - toddrme2178@gmail.com
- Clean up spec file
-------------------------------------------------------------------
Wed Mar 7 23:00:55 UTC 2012 - scorot@free.fr
- build requires suitesparse-devel instead of umfpack-devel
-------------------------------------------------------------------
Sun Mar 3 00:00:00 UTC 2011 - scorot@gtt.fr
- first package