pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-astropy



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 16 04:24:31 UTC 2023

Modified Files:
        pkgsrc/math/py-astropy: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-astropy/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-astropy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-astropy/Makefile
diff -u pkgsrc/math/py-astropy/Makefile:1.9 pkgsrc/math/py-astropy/Makefile:1.10
--- pkgsrc/math/py-astropy/Makefile:1.9 Thu Aug 31 14:01:37 2023
+++ pkgsrc/math/py-astropy/Makefile     Sat Sep 16 04:24:31 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/08/31 14:01:37 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/09/16 04:24:31 adam Exp $
 
-DISTNAME=      astropy-5.3.2
+DISTNAME=      astropy-5.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astropy/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://www.astropy.org/
 COMMENT=       Python module for astronomical calculations and data analysis
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers-[0-9]*:../../devel/py-extension-helpers
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml
 DEPENDS+=      ${PYPKGPREFIX}-pyerfa>=2.0.0.1:../../math/py-pyerfa
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=19.0:../../devel/py-packaging

Index: pkgsrc/math/py-astropy/distinfo
diff -u pkgsrc/math/py-astropy/distinfo:1.5 pkgsrc/math/py-astropy/distinfo:1.6
--- pkgsrc/math/py-astropy/distinfo:1.5 Thu Aug 31 14:01:37 2023
+++ pkgsrc/math/py-astropy/distinfo     Sat Sep 16 04:24:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/08/31 14:01:37 adam Exp $
+$NetBSD: distinfo,v 1.6 2023/09/16 04:24:31 adam Exp $
 
-BLAKE2s (astropy-5.3.2.tar.gz) = 70e41838c55d60971d4f80ff1943de81a3263e90f97a455d47a884e500485c40
-SHA512 (astropy-5.3.2.tar.gz) = 252df2b86984e904960292e11fd7d7357f1a8d10dec0010c3dee6ee9a5a67b8d894bfe062de5aade1821db828c3bed766c0f30e3bcad4ffd004fc654bd84c493
-Size (astropy-5.3.2.tar.gz) = 7803668 bytes
+BLAKE2s (astropy-5.3.3.tar.gz) = 74701e6dde465a322f008b45803a7497f3bdcf9b252b63519a8445de4aab466c
+SHA512 (astropy-5.3.3.tar.gz) = a3213b2aeeff8d9a24388ab109b60db2fd728258488af84287a68ad382507996148f9dad5bef27f76db676dbdfe525c0a457d5323b539077b4a9b051491de606
+Size (astropy-5.3.3.tar.gz) = 7806734 bytes



Home | Main Index | Thread Index | Old Index