------------------------------------------------------------------- Mon Jul 7 02:10:01 UTC 2025 - Steve Kowalik - Switch to pyproject macros. ------------------------------------------------------------------- Thu Nov 14 13:59:17 UTC 2024 - Nico Krapp - Add fix-get_h-test.patch to fix numpy ValueError in tests * from: https://github.com/steven-murray/hankel/commit/3307d7527325dc80ac441d845982f93fd84d5311 ------------------------------------------------------------------- Thu Sep 14 14:11:02 UTC 2023 - Markéta Machová - Update to 1.2.2 * Fixed installation (eg. #101) - Drop fix-requirements.patch, no longer needed ------------------------------------------------------------------- Wed Feb 8 00:50:32 UTC 2023 - Steve Kowalik - Add patch fix-requirements.patch: * Stop specifying an invalid Sphinx version. ------------------------------------------------------------------- Sun May 1 18:52:47 UTC 2022 - Atri Bhattacharya - Update to version 1.2.1: * The ``.G()`` has been removed as planned. - Changes from version 1.2.0: * Switched to using ``setup.cfg`` instead of ``setup.py`` and various other tooling updates. ------------------------------------------------------------------- Sat Feb 13 00:02:02 UTC 2021 - Benjamin Greiner - NEP29: TW does not have python36-scipy anymore skip python36 build ------------------------------------------------------------------- Mon Sep 14 09:01:07 UTC 2020 - Atri Bhattacharya - Switch to using PyPI source tarball to prevent version determination errors from setuptools. - Make file list more specific, particularly to the versioning of the egg-info dir. ------------------------------------------------------------------- Wed Jun 10 02:35:57 UTC 2020 - Atri Bhattacharya - Update to version 1.1.0: * Adds ability to transform complex-valued functions. - Use %{name}-%{version} naming scheme for source tarball. - Update package versions in Requires and BuildRequires in keeping with upstream. - Don't run tests for i586 arch where they take too long leading to the obs worker shutting down assuming a stuck job. ------------------------------------------------------------------- Thu Apr 23 11:02:49 UTC 2020 - Tomáš Chvátal - Drop py2 deps as package is py3 only ------------------------------------------------------------------- Wed Apr 8 14:46:49 UTC 2020 - Marketa Calabkova - 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 - 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 - 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 - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Sat Mar 24 16:24:51 UTC 2018 - badshah400@gmail.com - Initial package.