pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-photutils
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 16 11:19:25 UTC 2025
Modified Files:
pkgsrc/math/py-photutils: Makefile PLIST distinfo
Log Message:
py-photutils: updated to 2.2.0
2.2.0 (2025-02-18)
New Features
- ``photutils.aperture``
- Add an ``aperture_to_region`` function to convert an Aperture object
to an astropy ``Region`` or ``Regions`` object.
- ``photutils.profiles``
- Added ``data_radius`` and ``data_profile`` attributes to the
``RadialProfile`` class for calculating the raw radial profile.
- ``photutils.segmentation``
- Added a ``to_regions`` method to ``SegmentationImage`` that converts
the segment outlines to a ``regions.Regions`` object.
Bug Fixes
- ``photutils.segmentation``
- Fixed an issue where the ``SegmentationImage`` ``polygons``
attribute would raise an error if any source segment contained a
hole.
API Changes
- ``photutils.aperture``
- The ``theta`` attribute of ``EllipticalAperture``,
``EllipticalAnnulus``, ``RectangularAperture``, and
``RectangularAnnulus`` is now always returned as an angular
``Quantity``.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-photutils/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-photutils/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-photutils/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-photutils/Makefile
diff -u pkgsrc/math/py-photutils/Makefile:1.13 pkgsrc/math/py-photutils/Makefile:1.14
--- pkgsrc/math/py-photutils/Makefile:1.13 Mon Nov 11 07:28:42 2024
+++ pkgsrc/math/py-photutils/Makefile Wed Apr 16 11:19:25 2025
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.13 2024/11/11 07:28:42 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/16 11:19:25 adam Exp $
-DISTNAME= photutils-1.0.1
+DISTNAME= photutils-2.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/photutils/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://photutils.readthedocs.io/en/stable/
+HOMEPAGE= https://photutils.readthedocs.io/
COMMENT= Astropy coordinated module for astronomical photometry
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-scikit-image>=0.14.2:../../math/py-scikit-image
-DEPENDS+= ${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
-DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.0:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers>=1:../../devel/py-extension-helpers
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-astropy>=5.3:../../math/py-astropy
DEPENDS+= ${PYPKGPREFIX}-extension-helpers>=0.1:../../devel/py-extension-helpers
DEPENDS+= ${PYPKGPREFIX}-gwcs>=0.12:../../math/py-gwcs
+DEPENDS+= ${PYPKGPREFIX}-scipy>=1.10:../../math/py-scipy
-PYTHON_VERSIONS_INCOMPATIBLE+= 39 # py-scikit-learn py-scikit-image ...
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310
.include "../../lang/python/wheel.mk"
.include "../../math/py-numpy/buildlink3.mk"
Index: pkgsrc/math/py-photutils/PLIST
diff -u pkgsrc/math/py-photutils/PLIST:1.2 pkgsrc/math/py-photutils/PLIST:1.3
--- pkgsrc/math/py-photutils/PLIST:1.2 Sat May 18 13:37:34 2024
+++ pkgsrc/math/py-photutils/PLIST Wed Apr 16 11:19:25 2025
@@ -1,22 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2024/05/18 13:37:34 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+@comment $NetBSD: PLIST,v 1.3 2025/04/16 11:19:25 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/photutils/CITATION.rst
${PYSITELIB}/photutils/__init__.py
${PYSITELIB}/photutils/__init__.pyc
${PYSITELIB}/photutils/__init__.pyo
-${PYSITELIB}/photutils/_astropy_init.py
-${PYSITELIB}/photutils/_astropy_init.pyc
-${PYSITELIB}/photutils/_astropy_init.pyo
${PYSITELIB}/photutils/aperture/__init__.py
${PYSITELIB}/photutils/aperture/__init__.pyc
${PYSITELIB}/photutils/aperture/__init__.pyo
-${PYSITELIB}/photutils/aperture/_photometry_utils.py
-${PYSITELIB}/photutils/aperture/_photometry_utils.pyc
-${PYSITELIB}/photutils/aperture/_photometry_utils.pyo
${PYSITELIB}/photutils/aperture/attributes.py
${PYSITELIB}/photutils/aperture/attributes.pyc
${PYSITELIB}/photutils/aperture/attributes.pyo
@@ -26,6 +20,9 @@ ${PYSITELIB}/photutils/aperture/bounding
${PYSITELIB}/photutils/aperture/circle.py
${PYSITELIB}/photutils/aperture/circle.pyc
${PYSITELIB}/photutils/aperture/circle.pyo
+${PYSITELIB}/photutils/aperture/converters.py
+${PYSITELIB}/photutils/aperture/converters.pyc
+${PYSITELIB}/photutils/aperture/converters.pyo
${PYSITELIB}/photutils/aperture/core.py
${PYSITELIB}/photutils/aperture/core.pyc
${PYSITELIB}/photutils/aperture/core.pyo
@@ -41,6 +38,9 @@ ${PYSITELIB}/photutils/aperture/photomet
${PYSITELIB}/photutils/aperture/rectangle.py
${PYSITELIB}/photutils/aperture/rectangle.pyc
${PYSITELIB}/photutils/aperture/rectangle.pyo
+${PYSITELIB}/photutils/aperture/stats.py
+${PYSITELIB}/photutils/aperture/stats.pyc
+${PYSITELIB}/photutils/aperture/stats.pyo
${PYSITELIB}/photutils/aperture/tests/__init__.py
${PYSITELIB}/photutils/aperture/tests/__init__.pyc
${PYSITELIB}/photutils/aperture/tests/__init__.pyo
@@ -53,6 +53,9 @@ ${PYSITELIB}/photutils/aperture/tests/te
${PYSITELIB}/photutils/aperture/tests/test_circle.py
${PYSITELIB}/photutils/aperture/tests/test_circle.pyc
${PYSITELIB}/photutils/aperture/tests/test_circle.pyo
+${PYSITELIB}/photutils/aperture/tests/test_converters.py
+${PYSITELIB}/photutils/aperture/tests/test_converters.pyc
+${PYSITELIB}/photutils/aperture/tests/test_converters.pyo
${PYSITELIB}/photutils/aperture/tests/test_ellipse.py
${PYSITELIB}/photutils/aperture/tests/test_ellipse.pyc
${PYSITELIB}/photutils/aperture/tests/test_ellipse.pyo
@@ -65,6 +68,9 @@ ${PYSITELIB}/photutils/aperture/tests/te
${PYSITELIB}/photutils/aperture/tests/test_rectangle.py
${PYSITELIB}/photutils/aperture/tests/test_rectangle.pyc
${PYSITELIB}/photutils/aperture/tests/test_rectangle.pyo
+${PYSITELIB}/photutils/aperture/tests/test_stats.py
+${PYSITELIB}/photutils/aperture/tests/test_stats.pyc
+${PYSITELIB}/photutils/aperture/tests/test_stats.pyo
${PYSITELIB}/photutils/background/__init__.py
${PYSITELIB}/photutils/background/__init__.pyc
${PYSITELIB}/photutils/background/__init__.pyo
@@ -74,6 +80,12 @@ ${PYSITELIB}/photutils/background/backgr
${PYSITELIB}/photutils/background/core.py
${PYSITELIB}/photutils/background/core.pyc
${PYSITELIB}/photutils/background/core.pyo
+${PYSITELIB}/photutils/background/interpolators.py
+${PYSITELIB}/photutils/background/interpolators.pyc
+${PYSITELIB}/photutils/background/interpolators.pyo
+${PYSITELIB}/photutils/background/local_background.py
+${PYSITELIB}/photutils/background/local_background.pyc
+${PYSITELIB}/photutils/background/local_background.pyo
${PYSITELIB}/photutils/background/tests/__init__.py
${PYSITELIB}/photutils/background/tests/__init__.pyc
${PYSITELIB}/photutils/background/tests/__init__.pyo
@@ -83,6 +95,12 @@ ${PYSITELIB}/photutils/background/tests/
${PYSITELIB}/photutils/background/tests/test_core.py
${PYSITELIB}/photutils/background/tests/test_core.pyc
${PYSITELIB}/photutils/background/tests/test_core.pyo
+${PYSITELIB}/photutils/background/tests/test_interpolators.py
+${PYSITELIB}/photutils/background/tests/test_interpolators.pyc
+${PYSITELIB}/photutils/background/tests/test_interpolators.pyo
+${PYSITELIB}/photutils/background/tests/test_local_background.py
+${PYSITELIB}/photutils/background/tests/test_local_background.pyc
+${PYSITELIB}/photutils/background/tests/test_local_background.pyo
${PYSITELIB}/photutils/centroids/__init__.py
${PYSITELIB}/photutils/centroids/__init__.pyc
${PYSITELIB}/photutils/centroids/__init__.pyo
@@ -108,56 +126,89 @@ ${PYSITELIB}/photutils/conftest.pyo
${PYSITELIB}/photutils/datasets/__init__.py
${PYSITELIB}/photutils/datasets/__init__.pyc
${PYSITELIB}/photutils/datasets/__init__.pyo
-${PYSITELIB}/photutils/datasets/data/README.rst
-${PYSITELIB}/photutils/datasets/data/fermi_counts.fits.gz
+${PYSITELIB}/photutils/datasets/data/100gaussians_params.ecsv
+${PYSITELIB}/photutils/datasets/data/4gaussians_params.ecsv
+${PYSITELIB}/photutils/datasets/examples.py
+${PYSITELIB}/photutils/datasets/examples.pyc
+${PYSITELIB}/photutils/datasets/examples.pyo
+${PYSITELIB}/photutils/datasets/images.py
+${PYSITELIB}/photutils/datasets/images.pyc
+${PYSITELIB}/photutils/datasets/images.pyo
${PYSITELIB}/photutils/datasets/load.py
${PYSITELIB}/photutils/datasets/load.pyc
${PYSITELIB}/photutils/datasets/load.pyo
-${PYSITELIB}/photutils/datasets/make.py
-${PYSITELIB}/photutils/datasets/make.pyc
-${PYSITELIB}/photutils/datasets/make.pyo
+${PYSITELIB}/photutils/datasets/model_params.py
+${PYSITELIB}/photutils/datasets/model_params.pyc
+${PYSITELIB}/photutils/datasets/model_params.pyo
+${PYSITELIB}/photutils/datasets/noise.py
+${PYSITELIB}/photutils/datasets/noise.pyc
+${PYSITELIB}/photutils/datasets/noise.pyo
${PYSITELIB}/photutils/datasets/tests/__init__.py
${PYSITELIB}/photutils/datasets/tests/__init__.pyc
${PYSITELIB}/photutils/datasets/tests/__init__.pyo
+${PYSITELIB}/photutils/datasets/tests/test_examples.py
+${PYSITELIB}/photutils/datasets/tests/test_examples.pyc
+${PYSITELIB}/photutils/datasets/tests/test_examples.pyo
+${PYSITELIB}/photutils/datasets/tests/test_images.py
+${PYSITELIB}/photutils/datasets/tests/test_images.pyc
+${PYSITELIB}/photutils/datasets/tests/test_images.pyo
${PYSITELIB}/photutils/datasets/tests/test_load.py
${PYSITELIB}/photutils/datasets/tests/test_load.pyc
${PYSITELIB}/photutils/datasets/tests/test_load.pyo
-${PYSITELIB}/photutils/datasets/tests/test_make.py
-${PYSITELIB}/photutils/datasets/tests/test_make.pyc
-${PYSITELIB}/photutils/datasets/tests/test_make.pyo
+${PYSITELIB}/photutils/datasets/tests/test_model_params.py
+${PYSITELIB}/photutils/datasets/tests/test_model_params.pyc
+${PYSITELIB}/photutils/datasets/tests/test_model_params.pyo
+${PYSITELIB}/photutils/datasets/tests/test_noise.py
+${PYSITELIB}/photutils/datasets/tests/test_noise.pyc
+${PYSITELIB}/photutils/datasets/tests/test_noise.pyo
+${PYSITELIB}/photutils/datasets/tests/test_wcs.py
+${PYSITELIB}/photutils/datasets/tests/test_wcs.pyc
+${PYSITELIB}/photutils/datasets/tests/test_wcs.pyo
+${PYSITELIB}/photutils/datasets/wcs.py
+${PYSITELIB}/photutils/datasets/wcs.pyc
+${PYSITELIB}/photutils/datasets/wcs.pyo
${PYSITELIB}/photutils/detection/__init__.py
${PYSITELIB}/photutils/detection/__init__.pyc
${PYSITELIB}/photutils/detection/__init__.pyo
${PYSITELIB}/photutils/detection/core.py
${PYSITELIB}/photutils/detection/core.pyc
${PYSITELIB}/photutils/detection/core.pyo
-${PYSITELIB}/photutils/detection/findstars.py
-${PYSITELIB}/photutils/detection/findstars.pyc
-${PYSITELIB}/photutils/detection/findstars.pyo
+${PYSITELIB}/photutils/detection/daofinder.py
+${PYSITELIB}/photutils/detection/daofinder.pyc
+${PYSITELIB}/photutils/detection/daofinder.pyo
+${PYSITELIB}/photutils/detection/irafstarfinder.py
+${PYSITELIB}/photutils/detection/irafstarfinder.pyc
+${PYSITELIB}/photutils/detection/irafstarfinder.pyo
+${PYSITELIB}/photutils/detection/peakfinder.py
+${PYSITELIB}/photutils/detection/peakfinder.pyc
+${PYSITELIB}/photutils/detection/peakfinder.pyo
+${PYSITELIB}/photutils/detection/starfinder.py
+${PYSITELIB}/photutils/detection/starfinder.pyc
+${PYSITELIB}/photutils/detection/starfinder.pyo
${PYSITELIB}/photutils/detection/tests/__init__.py
${PYSITELIB}/photutils/detection/tests/__init__.pyc
${PYSITELIB}/photutils/detection/tests/__init__.pyo
-${PYSITELIB}/photutils/detection/tests/data/daofind_test_thresh08.0_fwhm01.0.txt
-${PYSITELIB}/photutils/detection/tests/data/daofind_test_thresh08.0_fwhm01.5.txt
-${PYSITELIB}/photutils/detection/tests/data/daofind_test_thresh08.0_fwhm02.0.txt
-${PYSITELIB}/photutils/detection/tests/data/daofind_test_thresh10.0_fwhm01.0.txt
-${PYSITELIB}/photutils/detection/tests/data/daofind_test_thresh10.0_fwhm01.5.txt
-${PYSITELIB}/photutils/detection/tests/data/daofind_test_thresh10.0_fwhm02.0.txt
-${PYSITELIB}/photutils/detection/tests/data/irafstarfind_test_thresh08.0_fwhm01.0.txt
-${PYSITELIB}/photutils/detection/tests/data/irafstarfind_test_thresh08.0_fwhm01.5.txt
-${PYSITELIB}/photutils/detection/tests/data/irafstarfind_test_thresh08.0_fwhm02.0.txt
-${PYSITELIB}/photutils/detection/tests/data/irafstarfind_test_thresh10.0_fwhm01.0.txt
-${PYSITELIB}/photutils/detection/tests/data/irafstarfind_test_thresh10.0_fwhm01.5.txt
-${PYSITELIB}/photutils/detection/tests/data/irafstarfind_test_thresh10.0_fwhm02.0.txt
-${PYSITELIB}/photutils/detection/tests/test_core.py
-${PYSITELIB}/photutils/detection/tests/test_core.pyc
-${PYSITELIB}/photutils/detection/tests/test_core.pyo
-${PYSITELIB}/photutils/detection/tests/test_findstars.py
-${PYSITELIB}/photutils/detection/tests/test_findstars.pyc
-${PYSITELIB}/photutils/detection/tests/test_findstars.pyo
+${PYSITELIB}/photutils/detection/tests/conftest.py
+${PYSITELIB}/photutils/detection/tests/conftest.pyc
+${PYSITELIB}/photutils/detection/tests/conftest.pyo
+${PYSITELIB}/photutils/detection/tests/test_daofinder.py
+${PYSITELIB}/photutils/detection/tests/test_daofinder.pyc
+${PYSITELIB}/photutils/detection/tests/test_daofinder.pyo
+${PYSITELIB}/photutils/detection/tests/test_irafstarfinder.py
+${PYSITELIB}/photutils/detection/tests/test_irafstarfinder.pyc
+${PYSITELIB}/photutils/detection/tests/test_irafstarfinder.pyo
+${PYSITELIB}/photutils/detection/tests/test_peakfinder.py
+${PYSITELIB}/photutils/detection/tests/test_peakfinder.pyc
+${PYSITELIB}/photutils/detection/tests/test_peakfinder.pyo
+${PYSITELIB}/photutils/detection/tests/test_starfinder.py
+${PYSITELIB}/photutils/detection/tests/test_starfinder.pyc
+${PYSITELIB}/photutils/detection/tests/test_starfinder.pyo
${PYSITELIB}/photutils/extern/__init__.py
${PYSITELIB}/photutils/extern/__init__.pyc
${PYSITELIB}/photutils/extern/__init__.pyo
+${PYSITELIB}/photutils/extern/biweight.py
+${PYSITELIB}/photutils/extern/biweight.pyc
+${PYSITELIB}/photutils/extern/biweight.pyo
${PYSITELIB}/photutils/geometry/__init__.py
${PYSITELIB}/photutils/geometry/__init__.pyc
${PYSITELIB}/photutils/geometry/__init__.pyo
@@ -266,6 +317,27 @@ ${PYSITELIB}/photutils/morphology/tests/
${PYSITELIB}/photutils/morphology/tests/test_non_parametric.py
${PYSITELIB}/photutils/morphology/tests/test_non_parametric.pyc
${PYSITELIB}/photutils/morphology/tests/test_non_parametric.pyo
+${PYSITELIB}/photutils/profiles/__init__.py
+${PYSITELIB}/photutils/profiles/__init__.pyc
+${PYSITELIB}/photutils/profiles/__init__.pyo
+${PYSITELIB}/photutils/profiles/core.py
+${PYSITELIB}/photutils/profiles/core.pyc
+${PYSITELIB}/photutils/profiles/core.pyo
+${PYSITELIB}/photutils/profiles/curve_of_growth.py
+${PYSITELIB}/photutils/profiles/curve_of_growth.pyc
+${PYSITELIB}/photutils/profiles/curve_of_growth.pyo
+${PYSITELIB}/photutils/profiles/radial_profile.py
+${PYSITELIB}/photutils/profiles/radial_profile.pyc
+${PYSITELIB}/photutils/profiles/radial_profile.pyo
+${PYSITELIB}/photutils/profiles/tests/__init__.py
+${PYSITELIB}/photutils/profiles/tests/__init__.pyc
+${PYSITELIB}/photutils/profiles/tests/__init__.pyo
+${PYSITELIB}/photutils/profiles/tests/test_curve_of_growth.py
+${PYSITELIB}/photutils/profiles/tests/test_curve_of_growth.pyc
+${PYSITELIB}/photutils/profiles/tests/test_curve_of_growth.pyo
+${PYSITELIB}/photutils/profiles/tests/test_radial_profile.py
+${PYSITELIB}/photutils/profiles/tests/test_radial_profile.pyc
+${PYSITELIB}/photutils/profiles/tests/test_radial_profile.pyo
${PYSITELIB}/photutils/psf/__init__.py
${PYSITELIB}/photutils/psf/__init__.pyc
${PYSITELIB}/photutils/psf/__init__.pyo
@@ -275,9 +347,18 @@ ${PYSITELIB}/photutils/psf/epsf.pyo
${PYSITELIB}/photutils/psf/epsf_stars.py
${PYSITELIB}/photutils/psf/epsf_stars.pyc
${PYSITELIB}/photutils/psf/epsf_stars.pyo
-${PYSITELIB}/photutils/psf/groupstars.py
-${PYSITELIB}/photutils/psf/groupstars.pyc
-${PYSITELIB}/photutils/psf/groupstars.pyo
+${PYSITELIB}/photutils/psf/functional_models.py
+${PYSITELIB}/photutils/psf/functional_models.pyc
+${PYSITELIB}/photutils/psf/functional_models.pyo
+${PYSITELIB}/photutils/psf/gridded_models.py
+${PYSITELIB}/photutils/psf/gridded_models.pyc
+${PYSITELIB}/photutils/psf/gridded_models.pyo
+${PYSITELIB}/photutils/psf/groupers.py
+${PYSITELIB}/photutils/psf/groupers.pyc
+${PYSITELIB}/photutils/psf/groupers.pyo
+${PYSITELIB}/photutils/psf/image_models.py
+${PYSITELIB}/photutils/psf/image_models.pyc
+${PYSITELIB}/photutils/psf/image_models.pyo
${PYSITELIB}/photutils/psf/matching/__init__.py
${PYSITELIB}/photutils/psf/matching/__init__.pyc
${PYSITELIB}/photutils/psf/matching/__init__.pyo
@@ -296,36 +377,60 @@ ${PYSITELIB}/photutils/psf/matching/test
${PYSITELIB}/photutils/psf/matching/windows.py
${PYSITELIB}/photutils/psf/matching/windows.pyc
${PYSITELIB}/photutils/psf/matching/windows.pyo
-${PYSITELIB}/photutils/psf/models.py
-${PYSITELIB}/photutils/psf/models.pyc
-${PYSITELIB}/photutils/psf/models.pyo
+${PYSITELIB}/photutils/psf/model_helpers.py
+${PYSITELIB}/photutils/psf/model_helpers.pyc
+${PYSITELIB}/photutils/psf/model_helpers.pyo
+${PYSITELIB}/photutils/psf/model_io.py
+${PYSITELIB}/photutils/psf/model_io.pyc
+${PYSITELIB}/photutils/psf/model_io.pyo
+${PYSITELIB}/photutils/psf/model_plotting.py
+${PYSITELIB}/photutils/psf/model_plotting.pyc
+${PYSITELIB}/photutils/psf/model_plotting.pyo
${PYSITELIB}/photutils/psf/photometry.py
${PYSITELIB}/photutils/psf/photometry.pyc
${PYSITELIB}/photutils/psf/photometry.pyo
-${PYSITELIB}/photutils/psf/sandbox.py
-${PYSITELIB}/photutils/psf/sandbox.pyc
-${PYSITELIB}/photutils/psf/sandbox.pyo
+${PYSITELIB}/photutils/psf/simulation.py
+${PYSITELIB}/photutils/psf/simulation.pyc
+${PYSITELIB}/photutils/psf/simulation.pyo
${PYSITELIB}/photutils/psf/tests/__init__.py
${PYSITELIB}/photutils/psf/tests/__init__.pyc
${PYSITELIB}/photutils/psf/tests/__init__.pyo
+${PYSITELIB}/photutils/psf/tests/data/STDPSF_ACSWFC_F814W_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/STDPSF_NRCA1_F150W_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/STDPSF_NRCSW_F150W_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/STDPSF_WFC3UV_F814W_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/STDPSF_WFPC2_F814W_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/nircam_nrca1_f200w_fovp101_samp4_npsf16_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/nircam_nrca1_f200w_fovp101_samp4_npsf4_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/nircam_nrca5_f444w_fovp101_samp4_npsf4_mock.fits
+${PYSITELIB}/photutils/psf/tests/data/nircam_nrcb4_f150w_fovp101_samp4_npsf1_mock.fits
${PYSITELIB}/photutils/psf/tests/test_epsf.py
${PYSITELIB}/photutils/psf/tests/test_epsf.pyc
${PYSITELIB}/photutils/psf/tests/test_epsf.pyo
${PYSITELIB}/photutils/psf/tests/test_epsf_stars.py
${PYSITELIB}/photutils/psf/tests/test_epsf_stars.pyc
${PYSITELIB}/photutils/psf/tests/test_epsf_stars.pyo
-${PYSITELIB}/photutils/psf/tests/test_groupstars.py
-${PYSITELIB}/photutils/psf/tests/test_groupstars.pyc
-${PYSITELIB}/photutils/psf/tests/test_groupstars.pyo
-${PYSITELIB}/photutils/psf/tests/test_models.py
-${PYSITELIB}/photutils/psf/tests/test_models.pyc
-${PYSITELIB}/photutils/psf/tests/test_models.pyo
+${PYSITELIB}/photutils/psf/tests/test_functional_models.py
+${PYSITELIB}/photutils/psf/tests/test_functional_models.pyc
+${PYSITELIB}/photutils/psf/tests/test_functional_models.pyo
+${PYSITELIB}/photutils/psf/tests/test_gridded_models.py
+${PYSITELIB}/photutils/psf/tests/test_gridded_models.pyc
+${PYSITELIB}/photutils/psf/tests/test_gridded_models.pyo
+${PYSITELIB}/photutils/psf/tests/test_groupers.py
+${PYSITELIB}/photutils/psf/tests/test_groupers.pyc
+${PYSITELIB}/photutils/psf/tests/test_groupers.pyo
+${PYSITELIB}/photutils/psf/tests/test_image_models.py
+${PYSITELIB}/photutils/psf/tests/test_image_models.pyc
+${PYSITELIB}/photutils/psf/tests/test_image_models.pyo
+${PYSITELIB}/photutils/psf/tests/test_model_helpers.py
+${PYSITELIB}/photutils/psf/tests/test_model_helpers.pyc
+${PYSITELIB}/photutils/psf/tests/test_model_helpers.pyo
${PYSITELIB}/photutils/psf/tests/test_photometry.py
${PYSITELIB}/photutils/psf/tests/test_photometry.pyc
${PYSITELIB}/photutils/psf/tests/test_photometry.pyo
-${PYSITELIB}/photutils/psf/tests/test_sandbox.py
-${PYSITELIB}/photutils/psf/tests/test_sandbox.pyc
-${PYSITELIB}/photutils/psf/tests/test_sandbox.pyo
+${PYSITELIB}/photutils/psf/tests/test_simulation.py
+${PYSITELIB}/photutils/psf/tests/test_simulation.pyc
+${PYSITELIB}/photutils/psf/tests/test_simulation.pyo
${PYSITELIB}/photutils/psf/tests/test_utils.py
${PYSITELIB}/photutils/psf/tests/test_utils.pyc
${PYSITELIB}/photutils/psf/tests/test_utils.pyo
@@ -335,6 +440,9 @@ ${PYSITELIB}/photutils/psf/utils.pyo
${PYSITELIB}/photutils/segmentation/__init__.py
${PYSITELIB}/photutils/segmentation/__init__.pyc
${PYSITELIB}/photutils/segmentation/__init__.pyo
+${PYSITELIB}/photutils/segmentation/catalog.py
+${PYSITELIB}/photutils/segmentation/catalog.pyc
+${PYSITELIB}/photutils/segmentation/catalog.pyo
${PYSITELIB}/photutils/segmentation/core.py
${PYSITELIB}/photutils/segmentation/core.pyc
${PYSITELIB}/photutils/segmentation/core.pyo
@@ -344,12 +452,15 @@ ${PYSITELIB}/photutils/segmentation/debl
${PYSITELIB}/photutils/segmentation/detect.py
${PYSITELIB}/photutils/segmentation/detect.pyc
${PYSITELIB}/photutils/segmentation/detect.pyo
-${PYSITELIB}/photutils/segmentation/properties.py
-${PYSITELIB}/photutils/segmentation/properties.pyc
-${PYSITELIB}/photutils/segmentation/properties.pyo
+${PYSITELIB}/photutils/segmentation/finder.py
+${PYSITELIB}/photutils/segmentation/finder.pyc
+${PYSITELIB}/photutils/segmentation/finder.pyo
${PYSITELIB}/photutils/segmentation/tests/__init__.py
${PYSITELIB}/photutils/segmentation/tests/__init__.pyc
${PYSITELIB}/photutils/segmentation/tests/__init__.pyo
+${PYSITELIB}/photutils/segmentation/tests/test_catalog.py
+${PYSITELIB}/photutils/segmentation/tests/test_catalog.pyc
+${PYSITELIB}/photutils/segmentation/tests/test_catalog.pyo
${PYSITELIB}/photutils/segmentation/tests/test_core.py
${PYSITELIB}/photutils/segmentation/tests/test_core.pyc
${PYSITELIB}/photutils/segmentation/tests/test_core.pyo
@@ -359,42 +470,78 @@ ${PYSITELIB}/photutils/segmentation/test
${PYSITELIB}/photutils/segmentation/tests/test_detect.py
${PYSITELIB}/photutils/segmentation/tests/test_detect.pyc
${PYSITELIB}/photutils/segmentation/tests/test_detect.pyo
-${PYSITELIB}/photutils/segmentation/tests/test_properties.py
-${PYSITELIB}/photutils/segmentation/tests/test_properties.pyc
-${PYSITELIB}/photutils/segmentation/tests/test_properties.pyo
+${PYSITELIB}/photutils/segmentation/tests/test_finder.py
+${PYSITELIB}/photutils/segmentation/tests/test_finder.pyc
+${PYSITELIB}/photutils/segmentation/tests/test_finder.pyo
+${PYSITELIB}/photutils/segmentation/tests/test_utils.py
+${PYSITELIB}/photutils/segmentation/tests/test_utils.pyc
+${PYSITELIB}/photutils/segmentation/tests/test_utils.pyo
+${PYSITELIB}/photutils/segmentation/utils.py
+${PYSITELIB}/photutils/segmentation/utils.pyc
+${PYSITELIB}/photutils/segmentation/utils.pyo
${PYSITELIB}/photutils/tests/__init__.py
${PYSITELIB}/photutils/tests/__init__.pyc
${PYSITELIB}/photutils/tests/__init__.pyo
+${PYSITELIB}/photutils/tests/helper.py
+${PYSITELIB}/photutils/tests/helper.pyc
+${PYSITELIB}/photutils/tests/helper.pyo
${PYSITELIB}/photutils/utils/__init__.py
${PYSITELIB}/photutils/utils/__init__.pyc
${PYSITELIB}/photutils/utils/__init__.pyo
${PYSITELIB}/photutils/utils/_convolution.py
${PYSITELIB}/photutils/utils/_convolution.pyc
${PYSITELIB}/photutils/utils/_convolution.pyo
+${PYSITELIB}/photutils/utils/_coords.py
+${PYSITELIB}/photutils/utils/_coords.pyc
+${PYSITELIB}/photutils/utils/_coords.pyo
${PYSITELIB}/photutils/utils/_misc.py
${PYSITELIB}/photutils/utils/_misc.pyc
${PYSITELIB}/photutils/utils/_misc.pyo
${PYSITELIB}/photutils/utils/_moments.py
${PYSITELIB}/photutils/utils/_moments.pyc
${PYSITELIB}/photutils/utils/_moments.pyo
+${PYSITELIB}/photutils/utils/_optional_deps.py
+${PYSITELIB}/photutils/utils/_optional_deps.pyc
+${PYSITELIB}/photutils/utils/_optional_deps.pyo
+${PYSITELIB}/photutils/utils/_parameters.py
+${PYSITELIB}/photutils/utils/_parameters.pyc
+${PYSITELIB}/photutils/utils/_parameters.pyo
+${PYSITELIB}/photutils/utils/_progress_bars.py
+${PYSITELIB}/photutils/utils/_progress_bars.pyc
+${PYSITELIB}/photutils/utils/_progress_bars.pyo
+${PYSITELIB}/photutils/utils/_quantity_helpers.py
+${PYSITELIB}/photutils/utils/_quantity_helpers.pyc
+${PYSITELIB}/photutils/utils/_quantity_helpers.pyo
+${PYSITELIB}/photutils/utils/_repr.py
+${PYSITELIB}/photutils/utils/_repr.pyc
+${PYSITELIB}/photutils/utils/_repr.pyo
${PYSITELIB}/photutils/utils/_round.py
${PYSITELIB}/photutils/utils/_round.pyc
${PYSITELIB}/photutils/utils/_round.pyo
+${PYSITELIB}/photutils/utils/_stats.py
+${PYSITELIB}/photutils/utils/_stats.pyc
+${PYSITELIB}/photutils/utils/_stats.pyo
${PYSITELIB}/photutils/utils/_wcs_helpers.py
${PYSITELIB}/photutils/utils/_wcs_helpers.pyc
${PYSITELIB}/photutils/utils/_wcs_helpers.pyo
-${PYSITELIB}/photutils/utils/check_random_state.py
-${PYSITELIB}/photutils/utils/check_random_state.pyc
-${PYSITELIB}/photutils/utils/check_random_state.pyo
${PYSITELIB}/photutils/utils/colormaps.py
${PYSITELIB}/photutils/utils/colormaps.pyc
${PYSITELIB}/photutils/utils/colormaps.pyo
+${PYSITELIB}/photutils/utils/cutouts.py
+${PYSITELIB}/photutils/utils/cutouts.pyc
+${PYSITELIB}/photutils/utils/cutouts.pyo
+${PYSITELIB}/photutils/utils/depths.py
+${PYSITELIB}/photutils/utils/depths.pyc
+${PYSITELIB}/photutils/utils/depths.pyo
${PYSITELIB}/photutils/utils/errors.py
${PYSITELIB}/photutils/utils/errors.pyc
${PYSITELIB}/photutils/utils/errors.pyo
${PYSITELIB}/photutils/utils/exceptions.py
${PYSITELIB}/photutils/utils/exceptions.pyc
${PYSITELIB}/photutils/utils/exceptions.pyo
+${PYSITELIB}/photutils/utils/footprints.py
+${PYSITELIB}/photutils/utils/footprints.pyc
+${PYSITELIB}/photutils/utils/footprints.pyo
${PYSITELIB}/photutils/utils/interpolation.py
${PYSITELIB}/photutils/utils/interpolation.pyc
${PYSITELIB}/photutils/utils/interpolation.pyo
@@ -407,18 +554,39 @@ ${PYSITELIB}/photutils/utils/tests/test_
${PYSITELIB}/photutils/utils/tests/test_convolution.py
${PYSITELIB}/photutils/utils/tests/test_convolution.pyc
${PYSITELIB}/photutils/utils/tests/test_convolution.pyo
+${PYSITELIB}/photutils/utils/tests/test_cutouts.py
+${PYSITELIB}/photutils/utils/tests/test_cutouts.pyc
+${PYSITELIB}/photutils/utils/tests/test_cutouts.pyo
+${PYSITELIB}/photutils/utils/tests/test_depths.py
+${PYSITELIB}/photutils/utils/tests/test_depths.pyc
+${PYSITELIB}/photutils/utils/tests/test_depths.pyo
${PYSITELIB}/photutils/utils/tests/test_errors.py
${PYSITELIB}/photutils/utils/tests/test_errors.pyc
${PYSITELIB}/photutils/utils/tests/test_errors.pyo
+${PYSITELIB}/photutils/utils/tests/test_footprints.py
+${PYSITELIB}/photutils/utils/tests/test_footprints.pyc
+${PYSITELIB}/photutils/utils/tests/test_footprints.pyo
${PYSITELIB}/photutils/utils/tests/test_interpolation.py
${PYSITELIB}/photutils/utils/tests/test_interpolation.pyc
${PYSITELIB}/photutils/utils/tests/test_interpolation.pyo
+${PYSITELIB}/photutils/utils/tests/test_misc.py
+${PYSITELIB}/photutils/utils/tests/test_misc.pyc
+${PYSITELIB}/photutils/utils/tests/test_misc.pyo
${PYSITELIB}/photutils/utils/tests/test_moments.py
${PYSITELIB}/photutils/utils/tests/test_moments.pyc
${PYSITELIB}/photutils/utils/tests/test_moments.pyo
-${PYSITELIB}/photutils/utils/tests/test_random_state.py
-${PYSITELIB}/photutils/utils/tests/test_random_state.pyc
-${PYSITELIB}/photutils/utils/tests/test_random_state.pyo
+${PYSITELIB}/photutils/utils/tests/test_parameters.py
+${PYSITELIB}/photutils/utils/tests/test_parameters.pyc
+${PYSITELIB}/photutils/utils/tests/test_parameters.pyo
+${PYSITELIB}/photutils/utils/tests/test_quantity_helpers.py
+${PYSITELIB}/photutils/utils/tests/test_quantity_helpers.pyc
+${PYSITELIB}/photutils/utils/tests/test_quantity_helpers.pyo
+${PYSITELIB}/photutils/utils/tests/test_round.py
+${PYSITELIB}/photutils/utils/tests/test_round.pyc
+${PYSITELIB}/photutils/utils/tests/test_round.pyo
+${PYSITELIB}/photutils/utils/tests/test_stats.py
+${PYSITELIB}/photutils/utils/tests/test_stats.pyc
+${PYSITELIB}/photutils/utils/tests/test_stats.pyo
${PYSITELIB}/photutils/version.py
${PYSITELIB}/photutils/version.pyc
${PYSITELIB}/photutils/version.pyo
Index: pkgsrc/math/py-photutils/distinfo
diff -u pkgsrc/math/py-photutils/distinfo:1.3 pkgsrc/math/py-photutils/distinfo:1.4
--- pkgsrc/math/py-photutils/distinfo:1.3 Tue Oct 26 10:56:03 2021
+++ pkgsrc/math/py-photutils/distinfo Wed Apr 16 11:19:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:56:03 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/04/16 11:19:25 adam Exp $
-BLAKE2s (photutils-1.0.1.tar.gz) = afedc8737e8b75a03407a17397b5ec5a049125927f1e39c9af347aad28b625e5
-SHA512 (photutils-1.0.1.tar.gz) = 3abcace35fde3b8c4de99c56afe813db50bde87bf1aeda65b1b37edf7c9409420f3aa62bd6b98ae4f381542c1fd3aff100b19220f6a7210f2a0c06f8a039f1b5
-Size (photutils-1.0.1.tar.gz) = 995604 bytes
+BLAKE2s (photutils-2.2.0.tar.gz) = 86bb1733d30381266e2815539a5930edbb5ca3b829a8657d64809802f3c25448
+SHA512 (photutils-2.2.0.tar.gz) = 46a3424710986aec8ec633bc123c875bbbf3eb8b3044da0a379b17ee2253234df3824cf22aef7ec7055d70210a0031f873986eb0f9d8e3de47dbb7fd3ad63657
+Size (photutils-2.2.0.tar.gz) = 716289 bytes
Home |
Main Index |
Thread Index |
Old Index