1
0

Accepting request 1082978 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 5.2.2
  ## Bug Fixes
  ### astropy.io.ascii
  * CDS and MRT tables with units that contain with multiple
    divisions, such as km/s/Mpc now parse correctly as being equal
    to km/(s.Mpc). [#14369]
  ### astropy.io.fits
  * Fix FITSDiff when table contains a VLA column with the Q type.
    [#14539]
  ### astropy.table
  * Fix a bug when creating a QTable when a Quantity input column
    is present and the units argument modifies the unit of that
    column. This now works as expected where previously this caused
    an exception. [#14357]
  ### astropy.units
  * CDS units with multiple divisions, such as km/s/Mpc now parse
    correctly as being equal to km/(s.Mpc). [#14369]
  ### astropy.wcs
  * Fixed a bug that caused subclasses of BaseHighLevelWCS and
    HighLevelWCSMixin to not work correctly under certain
    conditions if they did not have world_n_dim and pixel_n_dim
    defined on them. [#14495]

OBS-URL: https://build.opensuse.org/request/show/1082978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=92
This commit is contained in:
Benjamin Greiner 2023-04-26 11:27:22 +00:00 committed by Git OBS Bridge
parent 57267226a6
commit 16a6a564a8
4 changed files with 30 additions and 4 deletions

View File

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

3
astropy-5.2.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Apr 26 09:56:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 5.2.2
## Bug Fixes
### astropy.io.ascii
* CDS and MRT tables with units that contain with multiple
divisions, such as km/s/Mpc now parse correctly as being equal
to km/(s.Mpc). [#14369]
### astropy.io.fits
* Fix FITSDiff when table contains a VLA column with the Q type.
[#14539]
### astropy.table
* Fix a bug when creating a QTable when a Quantity input column
is present and the units argument modifies the unit of that
column. This now works as expected where previously this caused
an exception. [#14357]
### astropy.units
* CDS units with multiple divisions, such as km/s/Mpc now parse
correctly as being equal to km/(s.Mpc). [#14369]
### astropy.wcs
* Fixed a bug that caused subclasses of BaseHighLevelWCS and
HighLevelWCSMixin to not work correctly under certain
conditions if they did not have world_n_dim and pixel_n_dim
defined on them. [#14495]
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 19 20:49:30 UTC 2023 - Ben Greiner <code@bnavigator.de> Sun Feb 19 20:49:30 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -54,7 +54,7 @@
%{?unbundle_wcs} %{?unbundle_wcs}
Name: python-astropy%{psuffix} Name: python-astropy%{psuffix}
Version: 5.2.1 Version: 5.2.2
Release: 0 Release: 0
Summary: Community-developed python astronomy tools Summary: Community-developed python astronomy tools
License: BSD-3-Clause License: BSD-3-Clause