Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalizing changelog for v5.3.3 #15286

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Version v5.3.3 (2023-09-07)
===========================

Bug Fixes
---------

astropy.coordinates
^^^^^^^^^^^^^^^^^^^

- ``TransformGraph.to_dot_graph()`` now throws an exception for invalid ``savelayout``.

astropy.cosmology
^^^^^^^^^^^^^^^^^

- The exponent of ``w0wzCDM`` functions in ``inv_efunc`` has been corrected to 3, from -3. [#15224]

astropy.modeling
^^^^^^^^^^^^^^^^

- Astropy modeling can filter non-finite data values using the ``filter_non_finite``
keyword argument in a fitter call. Now when ``filter_non_finite`` is True,
non-finite *weights* will also be filtered to prevent crashes in ``LevMarLSQFitter``. [#15215]

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

- Fixed ``astropy.units.Quantity``'s implementation of ``numpy.nanmedian()``,
where for Numpy >= 1.25 an exception was raised for some array shapes and axis
combinations. [#15228]


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

- v5.3.x will not support NumPy 2.0 or later. [#15234]


Version 5.3.2 (2023-08-11)
==========================

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/cosmology/15224.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes/modeling/15215.bugfix.rst

This file was deleted.

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

This file was deleted.