forked from pool/python-hankel
* Fixed SymmetricFourierTransform default N to be dynamic, like HankelTransform. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=7
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 12 10:01:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.3.9:
|
|
* Fixed SymmetricFourierTransform default N to be dynamic, like HankelTransform.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|