forked from pool/python-astropy
Accepting request 1111062 from devel:languages:python:numeric
- Update to 5.3.3 ## Bug Fixes ### astropy.coordinates * TransformGraph.to_dot_graph() now throws an exception for invalid savelayout. ### astropy.cosmology * The exponent of w0wzCDM functions in inv_efunc has been corrected to 3, from -3. [#15224] ### astropy.modeling * Astropy modeling can filter non-finite data values using the filter_non_finite keyword argument in a fitter call. Now when filter_non_finite is True, non-finite weights will also be filtered to prevent crashes in LevMarLSQFitter. [#15215] ### astropy.units * Fixed astropy.units.Quantity’s implementation of numpy.nanmedian(), where for Numpy >= 1.25 an exception was raised for some array shapes and axis combinations. [#15228] ## Other Changes and Additions * v5.3.x will not support NumPy 2.0 or later. [#15234] - Restrain to Cython < 3 -- gh#astropy/astropy#15315 OBS-URL: https://build.opensuse.org/request/show/1111062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astropy?expand=0&rev=45
This commit is contained in:
commit
c5800f7ba4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:222003dedd4d1ad00cf3b3a02747fd59c4fc93a97ddbe6328952916ad5f1558f
|
||||
size 7803668
|
3
astropy-5.3.3.tar.gz
Normal file
3
astropy-5.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0330df9f5d7a2254367e9b8cf44255ba1070b06123188c6a72edc180493f93bb
|
||||
size 7806734
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 08:30:11 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 5.3.3
|
||||
## Bug Fixes
|
||||
### astropy.coordinates
|
||||
* TransformGraph.to_dot_graph() now throws an exception for
|
||||
invalid savelayout.
|
||||
### astropy.cosmology
|
||||
* The exponent of w0wzCDM functions in inv_efunc has been
|
||||
corrected to 3, from -3. [#15224]
|
||||
### astropy.modeling
|
||||
* Astropy modeling can filter non-finite data values using the
|
||||
filter_non_finite keyword argument in a fitter call. Now when
|
||||
filter_non_finite is True, non-finite weights will also be
|
||||
filtered to prevent crashes in LevMarLSQFitter. [#15215]
|
||||
### astropy.units
|
||||
* Fixed astropy.units.Quantity’s implementation of
|
||||
numpy.nanmedian(), where for Numpy >= 1.25 an exception was
|
||||
raised for some array shapes and axis combinations. [#15228]
|
||||
## Other Changes and Additions
|
||||
* v5.3.x will not support NumPy 2.0 or later. [#15234]
|
||||
- Restrain to Cython < 3 -- gh#astropy/astropy#15315
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 17:19:38 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
%{?unbundle_wcs}
|
||||
|
||||
Name: python-astropy%{psuffix}
|
||||
Version: 5.3.2
|
||||
Version: 5.3.3
|
||||
Release: 0
|
||||
Summary: Community-developed python astronomy tools
|
||||
License: BSD-3-Clause
|
||||
@ -59,12 +59,12 @@ Source: https://files.pythonhosted.org/packages/source/a/astropy/astropy
|
||||
# These are used by the python files so they must be available.
|
||||
Source100: python-astropy-rpmlintrc
|
||||
# https://docs.astropy.org/en/v5.3/install.html#requirements
|
||||
BuildRequires: %{python_module Cython >= 0.29.34}
|
||||
BuildRequires: %{python_module Cython >= 0.29.34 with %python-Cython < 3}
|
||||
BuildRequires: %{python_module Jinja2}
|
||||
BuildRequires: %{python_module PyYAML >= 3.13}
|
||||
BuildRequires: %{python_module devel >= 3.9}
|
||||
BuildRequires: %{python_module extension-helpers}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.21}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.25 with %python-numpy-devel < 2}
|
||||
BuildRequires: %{python_module packaging >= 19.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pyerfa >= 2.0}
|
||||
@ -76,9 +76,9 @@ BuildRequires: hdf5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML >= 3.13
|
||||
Requires: python-numpy >= 1.21
|
||||
Requires: python-packaging >= 19.0
|
||||
Requires: python-pyerfa >= 2.0
|
||||
Requires: (python-numpy >= 1.21 with python-numpy < 2)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Recommends: libxml2-tools
|
||||
@ -132,7 +132,7 @@ BuildRequires: libxml2-tools
|
||||
BuildRequires: %{python_module astropy = %{version}}
|
||||
BuildRequires: %{python_module ipython >= 4.2}
|
||||
BuildRequires: %{python_module objgraph}
|
||||
BuildRequires: %{python_module pytest >= 7}
|
||||
BuildRequires: %{python_module pytest >= 7 with %python-pytest < 8}
|
||||
BuildRequires: %{python_module pytest-astropy >= 0.10}
|
||||
BuildRequires: %{python_module pytest-astropy-header >= 0.2.1}
|
||||
BuildRequires: %{python_module pytest-doctestplus >= 0.12}
|
||||
|
Loading…
Reference in New Issue
Block a user