Path to this page:
Subject: CVS commit: pkgsrc/math/py-astropy
From: Adam Ciarcinski
Date: 2023-09-16 06:24:31
Message id: 20230916042431.634BEFBDB@cvs.NetBSD.org
Log Message:
py-astropy: updated to 5.3.3
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.
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``.
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.
Files: