15
0
forked from pool/python-hankel
Files
python-hankel/python-hankel.changes
Tomáš Chvátal 4b40e965bb - Update to 0.3.8:
* Swapped to pytest from nose for all testing
  * Removed warnings of overflow for cosh and sinh functions
  * Improved documentation in many areas.
  * Swapped out default 3.2/h for pi/h, which sounds way cooler :-)
  * Fixed an error in tests such that the wrong analytic function was being tested.
  * Removed a check for deltaG in get_h, which sometimes fails spectacularly.
  * Fixed issue in Py3 in which dim=2 would not run the fast function (thanks @MuellerSeb)
  * Added support for transforms with nu=-0.5 (thanks @MuellerSeb)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=5
2019-03-05 10:45:39 +00:00

23 lines
1022 B
Plaintext

-------------------------------------------------------------------
Mon Mar 4 13:40:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.8:
* Swapped to pytest from nose for all testing
* Removed warnings of overflow for cosh and sinh functions
* Improved documentation in many areas.
* Swapped out default 3.2/h for pi/h, which sounds way cooler :-)
* Fixed an error in tests such that the wrong analytic function was being tested.
* Removed a check for deltaG in get_h, which sometimes fails spectacularly.
* Fixed issue in Py3 in which dim=2 would not run the fast function (thanks @MuellerSeb)
* Added support for transforms with nu=-0.5 (thanks @MuellerSeb)
-------------------------------------------------------------------
Tue Dec 4 12:48:48 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sat Mar 24 16:24:51 UTC 2018 - badshah400@gmail.com
- Initial package.