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-04-26 17:26:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-photutils (Old) and /work/SRC/openSUSE:Factory/.python-photutils.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-photutils" Wed Apr 26 17:26:48 2023 rev:19 rq:1082982 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes 2022-12-23 10:21:39.587534587 +0100 +++ /work/SRC/openSUSE:Factory/.python-photutils.new.1533/python-photutils.changes 2023-04-26 17:26:53.470158725 +0200 @@ -1,0 +2,76 @@ +Wed Apr 26 10:01:15 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.7.0 + ## General + * The rasterio and shapely packages are now optional + dependencies. [#1509] + ## New Features + ### photutils.aperture + * Significantly improved the performance of aperture_photometry + and the PixelAperture do_photometry method for large arrays. + [#1485] + * Significantly improved the performance of the PixelAperture + area_overlap method, especially for large arrays. [#1490] + ### photutils.profiles + * Added a new profiles subpackage containing RadialProfile and + CurveOfGrowth classes. [#1494, #1496, #1498, #1499] + ### photutils.psf + * Significantly improved the performance of evaluating and + fitting GriddedPSFModel instances. [#1503] + ### photutils.segmentation + * Added a size keyword to the SegmentationImage make_source_mask + method. [#1506] + * Significantly improved the performance of SegmentationImage + make_source_mask when using square footprints for source + dilation. [#1506] + * Added the polygons property and to_patches and plot_patches + methods to SegmentationImage. [#1509] + * Added polygon keyword to the Segment class. [#1509] + ## Bug Fixes + ### photutils.centroids + * Fixed an issue where centroid_quadratic would sometimes fail if + the input data contained NaNs. [#1495] + ### photutils.detection + * Fixed an issue with the starfinders (DAOStarFinder, + IRAFStarFinder, and StarFinder) where an exception was raised + if exclude_border=True and there were no detections. [#1512]. + ### photutils.isophote + * Fixed a bug where the upper harmonics (a3, a4, b3, and b4) had + the incorrect sign. [#1501] + * Fixed a bug in the calculation of the upper harmonic errors + (a3_err, a4_err, b3_err, and b4_err). [#1501]. + ### photutils.psf + * Fixed an issue where the PSF-photometry progress bar was not + shown. [#1517] + * Fixed an issue where all PSF uncertainties were excluded if the + last star group had no covariance matrix. [#1519] + ### photutils.utils + * Fixed a bug in the calculation of ImageCutout xyorigin when + using the 'partial' mode when the cutout extended beyond the + right or top edge. [#1508] + ## API Changes + ### photutils.aperture + * The ApertureStats local_bkg keyword can now be broadcast for + apertures with multiple positions. [#1504] + ### photutils.centroids + * The centroid_sources function will now raise an error if the + cutout mask contains all True values. [#1516] + ### photutils.datasets + * Removed the deprecated load_fermi_image function. [#1479] + ### photutils.psf + * Removed the deprecated sandbox classes DiscretePRF and + Reproject. [#1479] + ### photutils.segmentation + * Removed the deprecated make_source_mask function in favor of + the SegmentationImage.make_source_mask method. [#1479] + * The SegmentationImage imshow method now uses "nearest" + interpolation instead of "none" to avoid rendering issues with + some backends. [#1507] + * The repr() notebook output for the Segment class now includes a + SVG polygon representation of the segment if the rasterio and + shapely packages are installed. [#1509] + * Deprecated the SegmentationImage outline_segments method. Use + the plot_patches method instead. [#1509] +- Drop photutils-pr1484-no-setuptools.patch + +------------------------------------------------------------------- Old: ---- photutils-1.6.0.tar.gz photutils-pr1484-no-setuptools.patch New: ---- photutils-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-photutils.spec ++++++ --- /var/tmp/diff_new_pack.PzZgDH/_old 2023-04-26 17:26:53.994161782 +0200 +++ /var/tmp/diff_new_pack.PzZgDH/_new 2023-04-26 17:26:53.998161806 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-photutils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: python-photutils -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: An Astropy package for photometry License: BSD-3-Clause Group: Productivity/Scientific/Astronomy URL: https://github.com/astropy/photutils Source: https://files.pythonhosted.org/packages/source/p/photutils/photutils-%{version}.tar.gz -# PATCH-FIX-UPSTREAM photutils-pr1484-no-setuptools.patch -- gh#astropy/photutils#1484 -Patch1: photutils-pr1484-no-setuptools.patch BuildRequires: %{python_module Cython >= 0.29.30} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module extension-helpers} @@ -40,8 +38,10 @@ Requires: python-astropy >= 5.0 Requires: python-numpy >= 1.20 Recommends: python-Bottleneck +Recommends: python-Shapely Recommends: python-gwcs >= 0.16 Recommends: python-matplotlib >= 3.3 +Recommends: python-rasterio Recommends: python-scikit-image >= 0.18.0 Recommends: python-scikit-learn >= 1.0 Recommends: python-scipy >= 1.6.0 ++++++ photutils-1.6.0.tar.gz -> photutils-1.7.0.tar.gz ++++++ ++++ 5846 lines of diff (skipped)