forked from pool/python-astropy
- Update to 6.1.3
## Bug Fixes ### astropy.io.fits * Fix reading zero-width columns such as 0A fields. [#16894] * Ensure that QTable, like Table, can read zero-length string columns, and not convert them to length 1 strings. In the process, avoid a needless copy of all the data for QTable. [#16898] ### astropy.io.votable * Fix KeyError when parsing certain VOTables. [#16830] ### astropy.modeling * Fixed the fit_deriv calculations in the Lorentz1D model. [#16794] ### astropy.table * Pretty-printing of Tables now also works in the presence of zero-length string columns (which sometimes are present in FITS tables). [#16898] ### astropy.utils * Fix the return type for np.broadcast_arrays on a single Masked instance: it now correctly returns a 1-element sequence instead of a single array, just like would be the case with a regular array. [#16842] ### astropy.wcs * Fix a bug where wcs_info_str’s results would look different in numpy 2 VS numpy 1. [#16586] ## Other Changes and Additions * The minimum required version of PyArrow is now v7.0.0. [#16785] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=137
This commit is contained in:
parent
31e95c3d33
commit
332dcbc0f9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2103d4e24e90389a820cfcdaaf4ca2d1ab22e5fd72978d147ff5cace54f1d3a
|
||||
size 7055575
|
3
astropy-6.1.3.tar.gz
Normal file
3
astropy-6.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ac834cdedc1f6b5ce6f941f7bfbbfc58fca861eb172bcf72dd90aff8f750970
|
||||
size 7057076
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 15:11:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.1.3
|
||||
## Bug Fixes
|
||||
### astropy.io.fits
|
||||
* Fix reading zero-width columns such as 0A fields. [#16894]
|
||||
* Ensure that QTable, like Table, can read zero-length string
|
||||
columns, and not convert them to length 1 strings. In the
|
||||
process, avoid a needless copy of all the data for QTable.
|
||||
[#16898]
|
||||
### astropy.io.votable
|
||||
* Fix KeyError when parsing certain VOTables. [#16830]
|
||||
### astropy.modeling
|
||||
* Fixed the fit_deriv calculations in the Lorentz1D model.
|
||||
[#16794]
|
||||
### astropy.table
|
||||
* Pretty-printing of Tables now also works in the presence of
|
||||
zero-length string columns (which sometimes are present in FITS
|
||||
tables). [#16898]
|
||||
### astropy.utils
|
||||
* Fix the return type for np.broadcast_arrays on a single Masked
|
||||
instance: it now correctly returns a 1-element sequence instead
|
||||
of a single array, just like would be the case with a regular
|
||||
array. [#16842]
|
||||
### astropy.wcs
|
||||
* Fix a bug where wcs_info_str’s results would look different in
|
||||
numpy 2 VS numpy 1. [#16586]
|
||||
## Other Changes and Additions
|
||||
* The minimum required version of PyArrow is now v7.0.0. [#16785]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 16 09:27:21 UTC 2024 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-astropy%{psuffix}
|
||||
Version: 6.1.2
|
||||
Version: 6.1.3
|
||||
Release: 0
|
||||
Summary: Community-developed python astronomy tools
|
||||
License: BSD-3-Clause
|
||||
@ -73,7 +73,7 @@ BuildRequires: hdf5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML >= 3.13
|
||||
Requires: python-astropy-iers-data >= 0.2024.4.29.0.28.48
|
||||
Requires: python-astropy-iers-data >= 0.2024.7.29.0.32.7
|
||||
Requires: python-numpy >= 1.23
|
||||
Requires: python-packaging >= 19.0
|
||||
Requires: python-pyerfa >= 2.0.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user