Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-photutils for 
openSUSE:Factory checked in at 2025-02-12 21:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-photutils (Old)
 and      /work/SRC/openSUSE:Factory/.python-photutils.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-photutils"

Wed Feb 12 21:39:06 2025 rev:28 rq:1245403 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes        
2024-12-08 11:38:08.548144194 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-photutils.new.8181/python-photutils.changes  
    2025-02-12 21:40:51.625312812 +0100
@@ -1,0 +2,64 @@
+Wed Feb 12 14:26:42 UTC 2025 - Ben Greiner <[email protected]>
+
+- Update to 2.1.0
+  ## General
+  * The minimum required Python is now 3.11. [#1958]
+  * The minimum required gwcs is now 0.20. [#1961]
+  ## New Features
+  ### photutils.aperture
+  * The aperture_photometry output table will now include a
+    sky_center column if wcs is input, even if the input aperture
+    is not a sky aperture. [#1965]
+  ### photutils.datasets
+  * A params_map keyword was added to make_model_image to allow a
+    custom mapping between model parameter names and columns names
+    in the parameter table. [#1994]
+  ### photutils.detection
+  * The find_peaks border_width keyword can now accept two values,
+    indicating the border width along the the y and x edges,
+    respectively. [#1957]
+  ### photutils.morphology
+  * An optional mask keyword was added to the gini function.
+    [#1979]
+  ### photutils.segmentation
+  * Added deblended_labels, deblended_labels_map, and
+    deblended_labels_inverse_map properties to SegmentationImage to
+    identify and map any deblended labels. [#1988]
+  ## Bug Fixes
+  ### photutils.segmentation
+  * Fixed a bug where the table output from the SourceCatalog
+    to_table method could have column names with a np.str_
+    representation instead of str representation when using NumPy
+    2.0+. [#1956]
+  * Fixed a bug to ensure that the dtype of the SegmentationImage
+    labels always matches the image dtype. [#1986]
+  * Fixed a issue with the source labels after source deblending
+    when using relabel=False. [#1988]
+  ## API Changes
+  ### photutils.aperture
+  * The xcenter and ycenter columns in the table returned by
+    aperture_photometry no longer have (pixel) units for
+    consistency with other tools. [#1993]
+  ### photutils.detection
+  * When exclude_border is set to True in the DAOStarFinder and
+    StarFinder classes, the excluded border region can be different
+    along the x and y edges if the kernel shape is rectangular.
+    [#1957]
+  * Detected sources that match interval ends for sharpness,
+    roundness, and maximum peak values (sharplo, sharphi, roundlo,
+    roundhi, and peakmax) are now included in the returned table of
+    detected sources by DAOStarFinder and IRAFStarFinder. [#1978]
+  * Detected sources that match the maximum peak value (peakmax)
+    are now included in the returned table of detected sources by
+    StarFinder. [#1990]
+  ### photutils.morphology
+  * The gini function now returns zero instead of NaN if the
+    (unmasked) data values sum to zero. [#1979]
+    photutils.psf
+  * The 'viridis' color map is now the default in the
+    GriddedPSFModel plot_grid method when deltas=True. [#1954]
+  * The GriddedPSFModel plot_grid color bar now matches the height
+    of the displayed image. [#1955]
+- Reenable scikit-image tests for python313
+
+-------------------------------------------------------------------

Old:
----
  photutils-2.0.2.tar.gz

New:
----
  photutils-2.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-photutils.spec ++++++
--- /var/tmp/diff_new_pack.mNpyum/_old  2025-02-12 21:40:52.161334907 +0100
+++ /var/tmp/diff_new_pack.mNpyum/_new  2025-02-12 21:40:52.165335072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-photutils
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-photutils
-Version:        2.0.2
+Version:        2.1.0
 Release:        0
 Summary:        An Astropy package for photometry
 License:        BSD-3-Clause
@@ -25,7 +25,7 @@
 URL:            https://github.com/astropy/photutils
 Source:         
https://files.pythonhosted.org/packages/source/p/photutils/photutils-%{version}.tar.gz
 BuildRequires:  %{python_module Cython >= 3 with %python-Cython < 4}
-BuildRequires:  %{python_module devel >= 3.9}
+BuildRequires:  %{python_module devel >= 3.11}
 BuildRequires:  %{python_module extension-helpers >= 1}
 BuildRequires:  %{python_module numpy-devel >= 1.25}
 BuildRequires:  %{python_module pip}
@@ -39,7 +39,7 @@
 Requires:       python-scipy >= 1.10
 Recommends:     python-Bottleneck
 Recommends:     python-Shapely
-Recommends:     python-gwcs >= 0.19
+Recommends:     python-gwcs >= 0.20
 Recommends:     python-matplotlib >= 3.7
 Recommends:     python-rasterio
 Recommends:     python-scikit-image >= 0.19.0
@@ -47,11 +47,11 @@
 # SECTION test requirements
 BuildRequires:  %{python_module Bottleneck}
 BuildRequires:  %{python_module astropy >= 5.3}
-BuildRequires:  %{python_module gwcs >= 0.19}
+BuildRequires:  %{python_module gwcs >= 0.20}
 BuildRequires:  %{python_module matplotlib >= 3.7}
 BuildRequires:  %{python_module pytest-astropy >= 0.10}
 BuildRequires:  %{python_module pytest-xdist >= 2.5}
-BuildRequires:  %{python_module scikit-image >= 0.19.0 if %python-base < 3.13}
+BuildRequires:  %{python_module scikit-image >= 0.19.0}
 BuildRequires:  %{python_module scipy >= 1.10}
 # /SECTION
 %python_subpackages

++++++ photutils-2.0.2.tar.gz -> photutils-2.1.0.tar.gz ++++++
++++ 5753 lines of diff (skipped)

Reply via email to