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 2021-03-20 21:26:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-photutils (Old) and /work/SRC/openSUSE:Factory/.python-photutils.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-photutils" Sat Mar 20 21:26:35 2021 rev:13 rq:880276 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes 2021-01-21 21:54:51.349781608 +0100 +++ /work/SRC/openSUSE:Factory/.python-photutils.new.2401/python-photutils.changes 2021-03-20 21:26:49.153235915 +0100 @@ -1,0 +2,99 @@ +Sat Mar 20 18:02:02 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update ot Version 1.1.0 + General + ------- + * The minimum required python version is 3.7. [#1120] + New Features + ------------ + photutils.aperture + * The PixelAperture.plot() method now returns a list of + matplotlib.patches.Patch objects. [#923] + * Added an area_overlap method for PixelAperture objects that + gives the overlapping area of the aperture on the data. [#874] + * Added a get_overlap_slices method and a center attribute to + BoundingBox. [#1157] + * Added a get_values method to ApertureMask that returns a 1D + array of mask-weighted values. [#1158, #1161] + * Added get_overlap_slices method to ApertureMask. [#1165] + photutils.background + * The Background2D class now accepts astropy NDData, + CCDData, and Quantity objects as data inputs. [#1140] + photutils.detection + * Added a StarFinder class to detect stars with a user-defined + kernel. [#1182] + photutils.isophote + * Added the ability to specify the output columns in the + IsophoteList to_table method. [#1117] + photutils.psf + * The EPSFStars class is now usable with multiprocessing. + [#1152] + * Slicing EPSFStars now returns an EPSFStars instance. [#1185] + photutils.segmentation + * Added a modified, significantly faster, SourceCatalog class. + [#1170, #1188, #1191] + * Added circular_aperture and circular_phometry methods to the + SourceCatalog class. [#1188] + * Added fwhm property to the SourceCatalog class. [#1191] + * Added fluxfrac_radius method to the SourceCatalog class. + [#1192] + * Added a bbox attribute to SegmentationImage. [#1187] + Bug Fixes + --------- + photutils.aperture + * Slicing a scalar Aperture object now raises an informative + error + message. [#1154] + * Fixed an issue where ApertureMask.multiply fill_value was + not applied to pixels outside of the aperture mask, but within the + aperture bounding box. [#1158] + * Fixed an issue where ApertureMask.cutout would raise an error + if fill_value was non-finite and the input array was integer + type. [#1158] + * Fixed an issue where RectangularAnnulus with a non-default + h_in would give an incorrect ApertureMask. [#1160] + photutils.isophote + * Fix computation of gradient relative error when gradient=0. + [#1180] + photutils.psf + * Fixed a bug in EPSFBuild where a warning was raised if the + input smoothing_kernel was an numpy.ndarray. [#1146] + * Fixed a bug that caused photometry to fail on an EPSFmodel + with multiple stars in a group. [#1135] + * Added a fallback aperture_radius for PSF models without a FWHM + or sigma attribute, raising a warning. [#740] + photutils.segmentation + * Fixed SourceProperties local_background to work with + Quantity data inputs. [#1162] + * Fixed SourceProperties local_background for sources near the + image edges. [#1162] + * Fixed SourceProperties kron_radius for sources that are + completely masked. [#1164] + * Fixed SourceProperties Kron properties for sources near the + image edges. [#1167] + * Fixed SourceProperties Kron mask correction. [#1167] + API changes + ----------- + photutils.aperture + * Deprecated the BoundingBox slices attribute. Use the + get_overlap_slices method instead. [#1157] + photutils.centroid + * Removed the deprecated fit_2dgaussian function and + GaussianConst2D class. [#1147] + * Importing tools from the centroids subpackge without + including the subpackage name is deprecated. [#1190] + photutils.morphology + * Importing tools from the morphology subpackge without + including the subpackage name is deprecated. [#1190] + photutils.segmentation + * Deprecated the "mask_all" option in the SourceProperties + kron_params keyword. [#1167] + * Deprecated source_properties, SourceProperties, and + LegacySourceCatalog. Use the new SourceCatalog function + instead. [#1170] + * The detect_threshold function was moved to the segmentation + subpackage. [#1171] + * Removed the ability to slice SegmentationImage. Instead slice + the segments attribute. [#1187] + +------------------------------------------------------------------- Old: ---- photutils-1.0.2.tar.gz New: ---- photutils-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-photutils.spec ++++++ --- /var/tmp/diff_new_pack.hGevYj/_old 2021-03-20 21:26:49.657236505 +0100 +++ /var/tmp/diff_new_pack.hGevYj/_new 2021-03-20 21:26:49.661236509 +0100 @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-photutils -Version: 1.0.2 +Version: 1.1.0 Release: 0 Summary: An Astropy package for photometry License: BSD-3-Clause @@ -35,14 +35,14 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python >= 3.6 +Requires: python >= 3.7 Requires: python-astropy >= 4.0 Requires: python-numpy >= 1.17 Requires: python-scipy >= 0.19 +Recommends: python-gwcs >= 0.12 Recommends: python-matplotlib >= 2.2 Recommends: python-scikit-image >= 0.14.2 Recommends: python-scikit-learn >= 0.19 -Recommends: python-gwcs >= 0.12 # SECTION test requirements BuildRequires: %{python_module astropy >= 4.0} BuildRequires: %{python_module pytest-astropy >= 0.7} ++++++ photutils-1.0.2.tar.gz -> photutils-1.1.0.tar.gz ++++++ ++++ 16362 lines of diff (skipped)