17
0

Accepting request 612052 from devel:languages:python

Python interface to UMFPACK sparse direct solver

OBS-URL: https://build.opensuse.org/request/show/612052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-umfpack?expand=0&rev=1
This commit is contained in:
2018-06-02 10:01:20 +00:00
committed by Git OBS Bridge
commit ce10bb8810
5 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
-------------------------------------------------------------------
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