Package Release Info

python-scikit-umfpack-0.3.2-bp152.1.12

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-scikit-umfpack
python3-scikit-umfpack

Change Logs

* Fri Sep 20 2019 Tomá? Chvátal <tchvatal@suse.com>
- Do not pull in the scikits.example
* Sat Dec 22 2018 Todd R <toddrme2178@gmail.com>
- Update to 0.3.2
  * replace non-ascii character
  * Remove hack for windows
* Thu May 24 2018 toddrme2178@gmail.com
- spec file cleanups
* Thu Apr 19 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 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 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 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Sun Jun 03 2012 toddrme2178@gmail.com
- Clean up spec file
* Wed Mar 07 2012 scorot@free.fr
- build requires suitesparse-devel instead of umfpack-devel
* Thu Mar 03 2011 scorot@gtt.fr
- first package