1
0

- update to 5.3.1:

* The exponent in ``wowzCDM.de_density_scale`` has been
    corrected to 3, from -3.
  * Fix crash when a PrimaryHDU has a GROUPS keyword with a non-
    boolean value (i.e. not a random-groups HDU).
  * Fixed a bug that caused ``Cutout2D`` to not work correctly
    with ``CompImageHDU.section``
  * Fixed a bug that caused compressed images with TFORM missing
    the optional '1' prefix to not be readable. [#15001]
  * Restore bitmask propagation behavior in ``NDData.mask``, plus
    a fix for arithmetic between masked and unmasked ``NDData``
    objects.
  * Fix a bug where table indexes were not using a stable sort
    order. This was causing the order of rows within groups to
    not match the original table order when an indexed table
    was grouped. [#14907]
  * In VOunits, "pix", "au", "a", and "ct" are removed from the
    list of deprecated units. [#14885]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=96
This commit is contained in:
Dirk Mueller 2023-07-16 11:42:16 +00:00 committed by Git OBS Bridge
parent 2629826604
commit d41867f79f
4 changed files with 26 additions and 4 deletions

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

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jul 16 11:41:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.3.1:
* The exponent in ``wowzCDM.de_density_scale`` has been
corrected to 3, from -3.
* Fix crash when a PrimaryHDU has a GROUPS keyword with a non-
boolean value (i.e. not a random-groups HDU).
* Fixed a bug that caused ``Cutout2D`` to not work correctly
with ``CompImageHDU.section``
* Fixed a bug that caused compressed images with TFORM missing
the optional '1' prefix to not be readable. [#15001]
* Restore bitmask propagation behavior in ``NDData.mask``, plus
a fix for arithmetic between masked and unmasked ``NDData``
objects.
* Fix a bug where table indexes were not using a stable sort
order. This was causing the order of rows within groups to
not match the original table order when an indexed table
was grouped. [#14907]
* In VOunits, "pix", "au", "a", and "ct" are removed from the
list of deprecated units. [#14885]
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 1 14:04:02 UTC 2023 - Ben Greiner <code@bnavigator.de> Sat Jul 1 14:04:02 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

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