- Update to 1.0.2
* Limit calculation for k=0 provided (resulted in nan before)
* Alternative hankel kernel now selectable: sqrt(x) * J(nu, x)
* Caching of series factors for faster calculations
* Various infrastructure upgrades (setuptools_scm, pre-commit, black)
* Saver calculation of xrange_approx
* Methods ``G`` and ``deltaG`` now named ``final_term_amplitude`` and ``slope_of_last_term``.
* Upstream apparently dropped Python 2.
OBS-URL: https://build.opensuse.org/request/show/792487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=9
* 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