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 2022-03-29 18:15:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-photutils (Old)
 and      /work/SRC/openSUSE:Factory/.python-photutils.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-photutils"

Tue Mar 29 18:15:00 2022 rev:16 rq:965460 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes        
2021-12-24 20:23:46.922038343 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-photutils.new.1900/python-photutils.changes  
    2022-03-29 18:15:32.211139588 +0200
@@ -1,0 +2,86 @@
+Mon Mar 28 17:36:19 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 1.4.0 
+  New Features
+  * photutils.aperture
+    * Added a copy method to Aperture objects. [#1304]
+    * Added the ability to compare Aperture objects for equality.
+      [#1304]
+    * The theta keyword for EllipticalAperture, EllipticalAnnulus,
+      RectangularAperture, and RectangularEllipse can now be an
+      Astropy Angle or Quantity in angular units. [#1308]
+    * Added an ApertureStats class for computing statistics of
+      unmasked pixels within an aperture. [#1309, #1314, #1315,
+      #1318]
+    * Added a dtype keyword to the ApertureMask to_image method.
+      [#1320]
+  * photutils.background
+    * Added an alpha keyword to the Background2D.plot_meshes
+      method. [#1286]
+    * Added a clip keyword to the BkgZoomInterpolator class.
+      [#1324]
+  * photutils.segmentation
+    * Added SegmentationImage cmap attribute containing a default
+      colormap. [#1319]
+    * Improved the performance of SegmentationImage and
+      SourceCatalog, especially for large data arrays. [#1320]
+    * Added a convolved_data keyword to SourceCatalog. This is
+      recommended instead of using the kernel keyword. [#1321]
+  Bug Fixes
+  * photutils.aperture
+    * Fixed a bug in aperture_photometry where an error was not
+      raised if the data and error arrays have different units.
+      [#1285].
+  * photutils.background
+    * Fixed a bug in Background2D where using the pad edge method
+      would result in incorrect image padding if only one of the
+      axes needed padding. [#1292]
+  * photutils.centroid
+    * Fixed a bug in centroid_sources where setting error, xpeak,
+      or ypeak to None would result in an error. [#1297]
+    * Fixed a bug in centroid_quadratic where inputting a mask
+      would alter the input data array. [#1317]
+  * photutils.segmentation
+    * Fixed a bug in SourceCatalog where a UFuncTypeError would be
+      raised if the input data had an integer dtype [#1312].
+  API Changes
+  * photutils.aperture
+    * A ValueError is now raised if non-positive sizes are input to
+      sky-based apertures. [#1295]
+    * The BoundingBox.plot() method now returns a
+      matplotlib.patches.Patch object. [#1305]
+    * Inputting PixelAperture positions as an Astropy Quantity in
+      pixel units is deprecated. [#1310]
+    * Inputting SkyAperture shape parameters as an Astropy Quantity
+      in pixel units is deprecated. [#1310]
+  * photutils.background
+    * Removed the deprecated background_mesh_ma and
+      background_rms_mesh_ma Background2D properties. [#1280]
+    * By default, BkgZoomInterpolator uses clip=True to prevent the
+      interpolation from producing values outside the given input
+      range. If backwards-compatiblity is needed with older
+      Photutils versions, set clip=False. [#1324]
+  * photutils.centroid
+    * Removed the deprecated centroid_epsf and gaussian1d_moments
+      functions. [#1280]
+    * Importing tools from the centroids subpackage now requires
+      including the subpackage name. [#1280]
+  * photutils.morphology
+    * Importing tools from the morphology subpackage now requires
+      including the subpackage name. [#1280]
+  * photutils.segmentation
+    * Removed the deprecated source_properties function and the
+      SourceProperties and LegacySourceCatalog classes. [#1280]
+    * Removed the deprecated the filter_kernel keyword in the
+      detect_sources, deblend_sources, and make_source_mask
+      functions. [#1280]
+    * A TypeError is raised if the input array to SegmentationImage
+      does not have integer type. [#1319]
+    * A SegmentationImage may contain an array of all zeros.
+      [#1319]
+    * Deprecated the mask_value keyword in detect_threshold. Use
+      the mask keyword instead. [#1322]
+    * Deprecated the filter_fwhm and filter_size keywords in
+      make_source_mask. Use the kernel keyword instead. [#1322]
+
+-------------------------------------------------------------------

Old:
----
  photutils-1.3.0.tar.gz

New:
----
  photutils-1.4.0.tar.gz

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

Other differences:
------------------
++++++ python-photutils.spec ++++++
--- /var/tmp/diff_new_pack.BTQRk8/_old  2022-03-29 18:15:32.763140148 +0200
+++ /var/tmp/diff_new_pack.BTQRk8/_new  2022-03-29 18:15:32.767140152 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-photutils
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,8 @@
 
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
-%define skip_python36 1
 Name:           python-photutils
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        An Astropy package for photometry
 License:        BSD-3-Clause
@@ -28,29 +27,29 @@
 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.22}
-BuildRequires:  %{python_module devel >= 3.7}
+BuildRequires:  %{python_module devel >= 3.8}
 BuildRequires:  %{python_module extension-helpers}
-BuildRequires:  %{python_module numpy-devel >= 1.17}
+BuildRequires:  %{python_module numpy-devel >= 1.18}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python >= 3.7
-Requires:       python-astropy >= 4.0
-Requires:       python-numpy >= 1.17
+Requires:       python-astropy >= 5.0
+Requires:       python-numpy >= 1.18
 Recommends:     python-Bottleneck
-Recommends:     python-gwcs >= 0.12
-Recommends:     python-matplotlib >= 2.2
-Recommends:     python-scikit-image >= 0.14.2
+Recommends:     python-gwcs >= 0.16
+Recommends:     python-matplotlib >= 3.1
+Recommends:     python-scikit-image >= 0.15.0
 Recommends:     python-scikit-learn
 Recommends:     python-scipy >= 1.6.0
 # SECTION test requirements
 BuildRequires:  %{python_module Bottleneck}
-BuildRequires:  %{python_module astropy >= 4.0}
-BuildRequires:  %{python_module gwcs >= 0.12}
-BuildRequires:  %{python_module matplotlib >= 2.2}
+BuildRequires:  %{python_module astropy >= 5.0}
+BuildRequires:  %{python_module gwcs >= 0.16}
+BuildRequires:  %{python_module matplotlib >= 3.1}
 BuildRequires:  %{python_module pytest-astropy}
-BuildRequires:  %{python_module scikit-image >= 0.14.2}
+BuildRequires:  %{python_module scikit-image >= 0.15.0}
 BuildRequires:  %{python_module scikit-learn}
 BuildRequires:  %{python_module scipy >= 1.6.0}
 # /SECTION

++++++ photutils-1.3.0.tar.gz -> photutils-1.4.0.tar.gz ++++++
++++ 12734 lines of diff (skipped)

Reply via email to