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:
committed by
Git OBS Bridge
parent
3fefce38e3
commit
73e032a25e
3
1.0.2.tar.gz
Normal file
3
1.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0015f1a6b6f5f1b5a813cc934323702499668138d37d9435da05a331a95f3148
|
||||
size 6488850
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-hankel
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,15 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-hankel
|
||||
Version: 0.3.9
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Hankel Transformations using method of Ogata 2005
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/steven-murray/hankel
|
||||
Source: https://github.com/steven-murray/hankel/archive/v%{version}.tar.gz
|
||||
Source: https://github.com/steven-murray/hankel/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb7e8c9d73d4f7e69dbd3d11574ceb3771be574d4dcd79684bb27ce51b2d0551
|
||||
size 6382055
|
||||
Reference in New Issue
Block a user