pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-gwcs
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 13 12:11:04 UTC 2025
Modified Files:
pkgsrc/math/py-gwcs: Makefile PLIST distinfo
Log Message:
py-gwcs: updated to 0.24.0
0.24.0 (2025-02-04)
- Coordinate frames now have a "native" order and then are sorted based on ``axes_order``.
- ``WCS.numerical_inverse`` no longer accepts high level objects (``with_units=`` is not supported) use ``WCS.inverse``.
- ``CoordinateFrame.coordinates`` has been replaced by ``CoordinateFrame.to_high_level_coordinates``
- ``CoordinateFrame.to_quantity`` has been replaced by ``CoordinateFrame.from_high_level_coordinates``.
- Inputs to ``CelestialFrame``, such as ``axes_names`` are now explicitly in lon, lat order and will re sorted based on ``axes_order=``.
- Implement code linting and automatic formatting.
- Refactor ``WCS`` to use a ``Pipeline`` base class which adds basic checks to ensure that the pipeline is valid. These
include checking for duplicate frame names and that the last transform is ``None``.
- Bugfix for ``WCS.invert`` and ``WCS.to_fits`` that prevented evaluation when the attached bounding box happened to have
units on its values.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-gwcs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-gwcs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-gwcs/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-gwcs/Makefile
diff -u pkgsrc/math/py-gwcs/Makefile:1.10 pkgsrc/math/py-gwcs/Makefile:1.11
--- pkgsrc/math/py-gwcs/Makefile:1.10 Mon Nov 11 07:28:40 2024
+++ pkgsrc/math/py-gwcs/Makefile Thu Feb 13 12:11:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/11/11 07:28:40 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/13 12:11:04 adam Exp $
-DISTNAME= gwcs-0.21.0
+DISTNAME= gwcs-0.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gwcs/}
@@ -10,14 +10,15 @@ HOMEPAGE= https://gwcs.readthedocs.io/en
COMMENT= Generalized World Coordinate System
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-asdf>=2.8.1:../../math/py-asdf
-DEPENDS+= ${PYPKGPREFIX}-asdf_astropy>=0.2.0:../../math/py-asdf_astropy
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-asdf>=3.3.0:../../math/py-asdf
+DEPENDS+= ${PYPKGPREFIX}-asdf_astropy>=0.5.0:../../math/py-asdf_astropy
DEPENDS+= ${PYPKGPREFIX}-asdf_wcs_schemas>=0.4.0:../../math/py-asdf_wcs_schemas
-DEPENDS+= ${PYPKGPREFIX}-astropy>=5.3:../../math/py-astropy
-DEPENDS+= ${PYPKGPREFIX}-scipy>=0:../../math/py-scipy
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>=0:../../devel/py-test-doctestplus
+DEPENDS+= ${PYPKGPREFIX}-astropy>=6.0:../../math/py-astropy
+DEPENDS+= ${PYPKGPREFIX}-scipy>=1.14.1:../../math/py-scipy
+#TEST_DEPENDS+= ${PYPKGPREFIX}-test-astropy>=0.11.0:../../devel/py-test-astropy
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>0:../../devel/py-test-doctestplus
PYTHON_VERSIONS_INCOMPATIBLE= 39
Index: pkgsrc/math/py-gwcs/PLIST
diff -u pkgsrc/math/py-gwcs/PLIST:1.2 pkgsrc/math/py-gwcs/PLIST:1.3
--- pkgsrc/math/py-gwcs/PLIST:1.2 Wed May 15 07:01:41 2024
+++ pkgsrc/math/py-gwcs/PLIST Thu Feb 13 12:11:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/05/15 07:01:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/02/13 12:11:04 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -40,6 +40,9 @@ ${PYSITELIB}/gwcs/converters/wcs.pyo
${PYSITELIB}/gwcs/coordinate_frames.py
${PYSITELIB}/gwcs/coordinate_frames.pyc
${PYSITELIB}/gwcs/coordinate_frames.pyo
+${PYSITELIB}/gwcs/examples.py
+${PYSITELIB}/gwcs/examples.pyc
+${PYSITELIB}/gwcs/examples.pyo
${PYSITELIB}/gwcs/extension.py
${PYSITELIB}/gwcs/extension.pyc
${PYSITELIB}/gwcs/extension.pyo
@@ -77,6 +80,9 @@ ${PYSITELIB}/gwcs/tests/test_api.pyo
${PYSITELIB}/gwcs/tests/test_api_slicing.py
${PYSITELIB}/gwcs/tests/test_api_slicing.pyc
${PYSITELIB}/gwcs/tests/test_api_slicing.pyo
+${PYSITELIB}/gwcs/tests/test_bounding_box.py
+${PYSITELIB}/gwcs/tests/test_bounding_box.pyc
+${PYSITELIB}/gwcs/tests/test_bounding_box.pyo
${PYSITELIB}/gwcs/tests/test_coordinate_systems.py
${PYSITELIB}/gwcs/tests/test_coordinate_systems.pyc
${PYSITELIB}/gwcs/tests/test_coordinate_systems.pyo
@@ -104,9 +110,24 @@ ${PYSITELIB}/gwcs/tests/utils.pyo
${PYSITELIB}/gwcs/utils.py
${PYSITELIB}/gwcs/utils.pyc
${PYSITELIB}/gwcs/utils.pyo
-${PYSITELIB}/gwcs/wcs.py
-${PYSITELIB}/gwcs/wcs.pyc
-${PYSITELIB}/gwcs/wcs.pyo
+${PYSITELIB}/gwcs/wcs/__init__.py
+${PYSITELIB}/gwcs/wcs/__init__.pyc
+${PYSITELIB}/gwcs/wcs/__init__.pyo
+${PYSITELIB}/gwcs/wcs/_exception.py
+${PYSITELIB}/gwcs/wcs/_exception.pyc
+${PYSITELIB}/gwcs/wcs/_exception.pyo
+${PYSITELIB}/gwcs/wcs/_pipeline.py
+${PYSITELIB}/gwcs/wcs/_pipeline.pyc
+${PYSITELIB}/gwcs/wcs/_pipeline.pyo
+${PYSITELIB}/gwcs/wcs/_step.py
+${PYSITELIB}/gwcs/wcs/_step.pyc
+${PYSITELIB}/gwcs/wcs/_step.pyo
+${PYSITELIB}/gwcs/wcs/_utils.py
+${PYSITELIB}/gwcs/wcs/_utils.pyc
+${PYSITELIB}/gwcs/wcs/_utils.pyo
+${PYSITELIB}/gwcs/wcs/_wcs.py
+${PYSITELIB}/gwcs/wcs/_wcs.pyc
+${PYSITELIB}/gwcs/wcs/_wcs.pyo
${PYSITELIB}/gwcs/wcstools.py
${PYSITELIB}/gwcs/wcstools.pyc
${PYSITELIB}/gwcs/wcstools.pyo
Index: pkgsrc/math/py-gwcs/distinfo
diff -u pkgsrc/math/py-gwcs/distinfo:1.4 pkgsrc/math/py-gwcs/distinfo:1.5
--- pkgsrc/math/py-gwcs/distinfo:1.4 Wed May 15 07:01:41 2024
+++ pkgsrc/math/py-gwcs/distinfo Thu Feb 13 12:11:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/05/15 07:01:41 wiz Exp $
+$NetBSD: distinfo,v 1.5 2025/02/13 12:11:04 adam Exp $
-BLAKE2s (gwcs-0.21.0.tar.gz) = c366d39f2d59aa569e7e972825619b85c960a38abf8f4355d4c25f61f0c0b96a
-SHA512 (gwcs-0.21.0.tar.gz) = cccc914f4a74f1e306bbe88169178be5090240ffddd0b9a2006d67be659dc66b7fd33458a1b6e94e72da4dd731d8587456e3ab69add48036226130eaf728ab6b
-Size (gwcs-0.21.0.tar.gz) = 195866 bytes
+BLAKE2s (gwcs-0.24.0.tar.gz) = fb7d25cc674c6a9b46fbc24d8138baafbf09cb39db8f1fde2539c1e706d060e4
+SHA512 (gwcs-0.24.0.tar.gz) = 788aa343051ed9fbf423885391aecd197360c6a53d0691f6666b708520d583b93ccfb8ce7c24be34da08fd664d53f1b6549ae5fe3ff6c0c720ef0954770bfbdb
+Size (gwcs-0.24.0.tar.gz) = 212592 bytes
Home |
Main Index |
Thread Index |
Old Index