15
0
forked from pool/python-hankel

Accepting request 792487 from home:mcalabkova:branches:devel:languages:python

- 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
This commit is contained in:
Tomáš Chvátal
2020-04-08 15:17:41 +00:00
committed by Git OBS Bridge
parent 3fefce38e3
commit 73e032a25e
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 8 14:46:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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.
-------------------------------------------------------------------
Thu Sep 12 10:01:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>