forked from pool/python-astropy
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:
parent
57267226a6
commit
16a6a564a8
@ -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
3
astropy-5.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6a9e34716bda5945788353c63f0644721ee7e5447d16b1cdcb58c48a96b0d9c
|
||||
size 8288550
|
@ -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>
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
%{?unbundle_wcs}
|
||||
|
||||
Name: python-astropy%{psuffix}
|
||||
Version: 5.2.1
|
||||
Version: 5.2.2
|
||||
Release: 0
|
||||
Summary: Community-developed python astronomy tools
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user