Needed by the latest version of python-astropy (already in openSUSE:Factory). OBS-URL: https://build.opensuse.org/request/show/502735 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mpmath?expand=0&rev=1
90 lines
3.5 KiB
Plaintext
90 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 24 18:47:55 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Implement single-spec version
|
|
- Fix source URL.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 18 15:30:54 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.19
|
|
* Moved issue tracking to github and the main website to mpmath.org.
|
|
Several URLs and issue numbers were updated in the documentation
|
|
(Sergey B Kirpichev)
|
|
* Enabled automatic testing with Travis CI (Sergey B Kirpichev)
|
|
* Fixed many doctest issues (Sergey B Kirpichev)
|
|
* Converted line endings to LF (Ondrej Certik)
|
|
* Made polyroots() more robust (Ondrej Certik)
|
|
- Update to 0.18
|
|
* Linear algebra:
|
|
* added qr() for matrix QR factorization (contributed by Ken Allen)
|
|
* added functions eigsy(), eighe(), eig() to compute matrix
|
|
eigenvalues (contributed by Timo Hartmann)
|
|
* added functions svd(), svd_r(), svd_c() for singular value
|
|
decomposition of matrices (contributed by Timo Hartmann)
|
|
* added calculation of Gaussian quadrature rules for various weight
|
|
functions (contributed by Timo Hartmann)
|
|
* improved precision selection in exp_pade() (contributed by
|
|
Mario Pernici)
|
|
* Special functions:
|
|
* fixed ellippi() to return an inf instead of raising an exception
|
|
* fixed a crash in zeta() with huge arguments
|
|
* added functions for computing Stirling numbers
|
|
(stirling1(), stirling2())
|
|
* improved the computation of zeros of zeta at high precision
|
|
(contributed by Juan Arias de Reyna)
|
|
* fixed zeta(-x) raising an exception for tiny x
|
|
* recognize when lerchphi() can call zeta() or polylog(),
|
|
handling those cases faster
|
|
* Compatibility:
|
|
* fixed gmpy2 compatibility issues (contributed by Case Van Horsen)
|
|
* better solutions for python 2/3 compatibility,
|
|
using Benjamin Peterson's six.py
|
|
* fixes to allow mpmath to run in non-sage mode when sage is available
|
|
* support abstract base classes (contributed by Stefan Krastanov)
|
|
* use new-style classes to improve pypy performance
|
|
* Other:
|
|
* added Levin, Sidi-S and Cohen/Villegas/Zagier series
|
|
transformations (contributed by Timo Hartmann)
|
|
* added isfinite() utility function
|
|
* fixed a problem with bisection root-finding
|
|
* fixed several documentation errors
|
|
* corrected number of coefficients returned by diffs() with
|
|
method='quad'
|
|
* fixed repr(constant) being slow at high precision
|
|
* made intervals hashable
|
|
- Run unit tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 31 10:50:54 UTC 2012 - saschpe@suse.de
|
|
|
|
- Fix macro usage
|
|
- Set license to SPDX style (BSD-3-Clause)
|
|
- Package CHANGES, LICENSE and README
|
|
- Added group to doc package (SLE_11 build)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 15:06:09 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
- version 0.17
|
|
- Cleaned up spec file formatting with spec-cleaner
|
|
- Changed source to point to upstream source URL
|
|
- Switched to .changes file
|
|
- Added documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 20 00:00:00 UTC 2009 - werner.ho@gmx.de
|
|
|
|
- fixed site-packages location for openSUSE 11.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 10 00:00:00 UTC 2009 - felix.richter2@uni-rostock.de
|
|
|
|
- version 0.12
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 6 00:00:00 UTC 2009 - felix.richter2@uni-rostock.de
|
|
|
|
- version 0.10
|
|
- directory fixes for opensuse 11.1
|