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 2023-08-28 17:13:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-photutils (Old)
and /work/SRC/openSUSE:Factory/.python-photutils.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-photutils"
Mon Aug 28 17:13:27 2023 rev:21 rq:1105925 version:1.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes
2023-05-19 11:56:13.135502544 +0200
+++
/work/SRC/openSUSE:Factory/.python-photutils.new.1766/python-photutils.changes
2023-08-28 17:13:32.389040971 +0200
@@ -1,0 +2,44 @@
+Fri Aug 25 14:57:13 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 1.9.0
+ ## General
+ * The minimum required Python is now 3.9. [#1569]
+ * The minimum required NumPy is now 1.22. [#1572]
+ ## New Features
+ ### photutils.background
+ * Added LocalBackground class for computing local backgrounds in
+ a circular annulus aperture. [#1556]
+ ### photutils.datasets
+ * Added new make_test_psf_data function. [#1558, #1582, #1585]
+ ### photutils.psf
+ * Propagate measurement uncertainties in PSF fitting. [#1543]
+ * Added new PSFPhotometry and IterativePSFPhotometry classes for
+ performing PSF-fitting photometry. [#1558, #1559, #1563, #1566,
+ #1567, #1581, #1586, #1590, #1594, #1603, #1604]
+ * Added a new SourceGrouper class. [#1558, #1605]
+ * Added a GriddedPSFModel fill_value attribute. [#1583]
+ * Added a grid_from_epsfs function to make a GriddedPSFModel from
+ ePSFs. [#1596]
+ * Added a read method to GriddedPSFModel for reading âSTDPSFâ
+ FITS files containing grids of ePSF models. [#1557]
+ * Added a plot_grid method to GriddedPSFModel for plotting ePSF
+ grids. [#1557]
+ * Added a STDPSFGrid class for reading âSTDPSFâ FITS files
+ containing grids of ePSF models and plotting the ePSF grids.
+ [#1557]
+ ## Bug Fixes
+ ### photutils.aperture
+ * Fixed a bug in the validation of PixelAperture positions.
+ [#1553]
+ ## API Changes
+ ### photutils.psf
+ * Deprecated the PSF photometry classes BasicPSFPhotometry,
+ IterativelySubtractedPSFPhotometry, and DAOPhotPSFPhotometry.
+ Use the new PSFPhotometry or IterativePSFPhotometry class
+ instead. [#1578]
+ * Deprecated the DAOGroup, DBSCANGroup, and GroupStarsBase
+ classes. Use the new SourceGrouper class instead. [#1578]
+ * Deprecated the get_grouped_psf_model and subtract_psf function.
+ [#1578]
+
+-------------------------------------------------------------------
Old:
----
photutils-1.8.0.tar.gz
New:
----
photutils-1.9.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-photutils.spec ++++++
--- /var/tmp/diff_new_pack.vScDKd/_old 2023-08-28 17:13:33.693087799 +0200
+++ /var/tmp/diff_new_pack.vScDKd/_new 2023-08-28 17:13:33.697087943 +0200
@@ -17,7 +17,7 @@
Name: python-photutils
-Version: 1.8.0
+Version: 1.9.0
Release: 0
Summary: An Astropy package for photometry
License: BSD-3-Clause
@@ -25,17 +25,17 @@
URL: https://github.com/astropy/photutils
Source:
https://files.pythonhosted.org/packages/source/p/photutils/photutils-%{version}.tar.gz
BuildRequires: %{python_module Cython >= 0.29.30}
-BuildRequires: %{python_module devel >= 3.8}
+BuildRequires: %{python_module devel >= 3.9}
BuildRequires: %{python_module extension-helpers}
-BuildRequires: %{python_module numpy-devel >= 1.21}
+BuildRequires: %{python_module numpy-devel >= 1.22}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools_scm >= 6.2}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-astropy >= 5.0
-Requires: python-numpy >= 1.21
+Requires: python-numpy >= 1.22
Recommends: python-Bottleneck
Recommends: python-Shapely
Recommends: python-gwcs >= 0.18
++++++ photutils-1.8.0.tar.gz -> photutils-1.9.0.tar.gz ++++++
++++ 13437 lines of diff (skipped)