1
0

Accepting request 1197898 from devel:languages:python:numeric

- 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] (forwarded request 1197897 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1197898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astropy?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2024-09-01 17:22:00 +00:00 committed by Git OBS Bridge
commit f6ac2f4dc4
4 changed files with 36 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ac834cdedc1f6b5ce6f941f7bfbbfc58fca861eb172bcf72dd90aff8f750970
size 7057076

View File

@ -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_strs 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>

View File

@ -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