Skip to content

Commit 110b78e

Browse files
authored
Merge pull request astropy#15424 from saimn/v5.3-changelog
Finalizing changelog for v5.3.4
2 parents 569f5f2 + 764f6ff commit 110b78e

File tree

8 files changed

+45
-12
lines changed

8 files changed

+45
-12
lines changed

CHANGES.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
Version 5.3.4 (2023-10-03)
2+
==========================
3+
4+
Bug Fixes
5+
---------
6+
7+
astropy.io.misc
8+
^^^^^^^^^^^^^^^
9+
10+
- Updated ``astropy.io.misc.yaml`` so ``dump()` with a numpy object array or
11+
``load()`` with YAML representing a Numpy object array both raise
12+
``TypeError``. This prevents problems like a segmentation fault. [#15373]
13+
14+
astropy.io.votable
15+
^^^^^^^^^^^^^^^^^^
16+
17+
- Fixed a bug in ``convert_to_writable_filelike`` where ``GzipFile`` was not
18+
closed properly. [#15359]
19+
20+
astropy.units
21+
^^^^^^^^^^^^^
22+
23+
- In VOUnit, the spaces around the slash were removed in the formatting of
24+
fractions, and fractional powers now also use the "**" operator. [#15282]
25+
26+
- We now ensure that the unit ``u.cgs.cm`` is just an alias of ``u.si.cm``,
27+
instead of a redefinition. This ensures that ``u.Unit("cm") / u.cm``
28+
will reliably cancel to dimensionless (instead of some "cm / cm"). [#15368]
29+
30+
astropy.utils
31+
^^^^^^^^^^^^^
32+
33+
- For ``Masked``, ``np.ptp`` and the ``.ptp()`` method now properly account for
34+
the mask, ensuring the result is identical to subtracting the maximum and
35+
minimum (with the same arguments). [#15380]
36+
37+
Other Changes and Additions
38+
---------------------------
39+
40+
- Compatibility with Python 3.12. [#14784]
41+
42+
- Replaced the URL of ``IETF_LEAP_SECOND_URL`` because the original is now
43+
defunct and IETF now defers to IANA for such look-up. [#15421]
44+
45+
146
Version v5.3.3 (2023-09-07)
247
===========================
348

docs/changes/14784.other.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/io.misc/15373.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/io.votable/15359.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/units/15282.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/units/15368.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes/utils/15380.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes/utils/15421.api.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)