2024-02-07 07:31:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2023-09-06 12:38:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
2023-09-06 13:05:18 +00:00
|
|
|
- Clean up the SPEC file.
|
2023-09-06 12:38:12 +00:00
|
|
|
|
2022-04-04 06:09:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2021-09-09 02:09:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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()
|
|
|
|
|
|
2021-02-14 10:33:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 14 10:32:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- skip python36 (no scipy anymore)
|
|
|
|
|
|
2019-01-21 09:46:00 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-09-20 17:57:54 +00:00
|
|
|
Fri Sep 20 17:56:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Do not pull in the scikits.example
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-01-21 09:46:00 +00:00
|
|
|
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
|
|
|
|
|
|
2018-06-02 10:01:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|