Skip to content

Commit

Permalink
Merge pull request #15424 from saimn/v5.3-changelog
Browse files Browse the repository at this point in the history
Finalizing changelog for v5.3.4
  • Loading branch information
saimn committed Oct 4, 2023
2 parents 569f5f2 + 764f6ff commit 110b78e
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 12 deletions.
45 changes: 45 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,48 @@
Version 5.3.4 (2023-10-03)
==========================

Bug Fixes
---------

astropy.io.misc
^^^^^^^^^^^^^^^

- Updated ``astropy.io.misc.yaml`` so ``dump()` with a numpy object array or
``load()`` with YAML representing a Numpy object array both raise
``TypeError``. This prevents problems like a segmentation fault. [#15373]

astropy.io.votable
^^^^^^^^^^^^^^^^^^

- Fixed a bug in ``convert_to_writable_filelike`` where ``GzipFile`` was not
closed properly. [#15359]

astropy.units
^^^^^^^^^^^^^

- In VOUnit, the spaces around the slash were removed in the formatting of
fractions, and fractional powers now also use the "**" operator. [#15282]

- We now ensure that the unit ``u.cgs.cm`` is just an alias of ``u.si.cm``,
instead of a redefinition. This ensures that ``u.Unit("cm") / u.cm``
will reliably cancel to dimensionless (instead of some "cm / cm"). [#15368]

astropy.utils
^^^^^^^^^^^^^

- For ``Masked``, ``np.ptp`` and the ``.ptp()`` method now properly account for
the mask, ensuring the result is identical to subtracting the maximum and
minimum (with the same arguments). [#15380]

Other Changes and Additions
---------------------------

- Compatibility with Python 3.12. [#14784]

- Replaced the URL of ``IETF_LEAP_SECOND_URL`` because the original is now
defunct and IETF now defers to IANA for such look-up. [#15421]


Version v5.3.3 (2023-09-07)
===========================

Expand Down
1 change: 0 additions & 1 deletion docs/changes/14784.other.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/io.misc/15373.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/io.votable/15359.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/units/15282.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/units/15368.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/utils/15380.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changes/utils/15421.api.rst

This file was deleted.

0 comments on commit 110b78e

Please sign in to comment.