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-12-24 20:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-photutils (Old)
and /work/SRC/openSUSE:Factory/.python-photutils.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-photutils"
Fri Dec 24 20:23:25 2021 rev:15 rq:942354 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes
2021-09-26 21:49:38.794846902 +0200
+++
/work/SRC/openSUSE:Factory/.python-photutils.new.2520/python-photutils.changes
2021-12-24 20:23:46.922038343 +0100
@@ -1,0 +2,70 @@
+Fri Dec 24 14:06:32 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 1.3.0
+ General
+ * The metadata in output tables now contains version information
+ for all dependencies. [#1274]
+ New Features
+ * photutils.centroid
+ * Extra keyword arguments can be input to centroid_sources that
+ are then passed on to the centroid_func if supported.
+ [#1276,#1278]
+ * photutils.segmentation
+ * Added copy method to SourceCatalog. [#1264]
+ * Added kron_photometry method to SourceCatalog. [#1264]
+ * Added add_extra_property, remove_extra_property,
+ remove_extra_properties, and rename_extra_property methods
+ and extra_properties attribute to SourceCatalog. [#1264,
+ #1268]
+ * Added name and overwrite keywords to SourceCatalog
+ circular_photometry and fluxfrac_radius methods. [#1264]
+ * SourceCatalog fluxfrac_radius was improved for cases where
+ the source flux doesn't monotonically increase with
+ increasing radius. [#1264]
+ * Added meta and properties attributes to SourceCatalog.
+ [#1268]
+ * The SourceCatalog output table (using to_table) meta
+ dictionary now includes a field for the date/time. [#1268]
+ * Added SourceCatalog make_kron_apertures method. [#1268]
+ * Added SourceCatalog plot_circular_apertures and
+ plot_kron_apertures methods. [#1268]
+ Bug fixes
+ * photutils.segmentation
+ * If detection_catalog is input to SourceCatalog then the
+ detection centroids are used to calculate the
+ circular_aperture, circular_photometry, and fluxfrac_radius.
+ [#1264]
+ * Units are applied to SourceCatalog circular_photometry output
+ if the input data has units. [#1264]
+ * SourceCatalog circular_photometry returns scalar values if
+ catalog is scalar. [#1264]
+ * SourceCatalog fluxfrac_radius returns a Quantity with pixel
+ units. [#1264]
+ * Fixed a bug where the SourceCatalog detection_catalog was not
+ indexed/sliced when SourceCatalog was indexed/sliced. [#1268]
+ * SourceCatalog circular_photometry now returns NaN for
+ completely-masked sources. [#1268]
+ * SourceCatalog kron_flux is always NaN for sources where
+ kron_radius is NaN. [#1268]
+ * SourceCatalog fluxfrac_radius now returns NaN if kron_flux is
+ zero. [#1268]
+ API changes
+ * photutils.centroids
+ * A ValueError is now raised in centroid_sources if the input
+ xpos or ypos is outside of the input data. [#1276]
+ * A ValueError is now raised in centroid_quadratic if the input
+ xpeak or ypeak is outside of the input data. [#1276]
+ * NaNs are now returned from centroid_sources where the
+ centroid failed. This is usually due to a box_size that is
+ too small when using a fitting-based centroid function.
+ [#1276]
+ * photutils.segmentation
+ * Renamed the SourceCatalog circular_aperture method to
+ make_circular_apertures. The old name is deprecated. [#1268]
+ * The SourceCatalog kron_params keyword must have a minimum
+ circular radius that is greater than zero. The default value
+ is now 1.0. [#1268]
+ * detect_sources now uses astropy.convolution.convolve, which
+ allows for masking pixels. [#1269]
+
+-------------------------------------------------------------------
Old:
----
photutils-1.2.0.tar.gz
New:
----
photutils-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-photutils.spec ++++++
--- /var/tmp/diff_new_pack.JmQVBV/_old 2021-12-24 20:23:47.390038589 +0100
+++ /var/tmp/diff_new_pack.JmQVBV/_new 2021-12-24 20:23:47.394038591 +0100
@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-photutils
-Version: 1.2.0
+Version: 1.3.0
Release: 0
Summary: An Astropy package for photometry
License: BSD-3-Clause
@@ -38,18 +38,21 @@
Requires: python >= 3.7
Requires: python-astropy >= 4.0
Requires: python-numpy >= 1.17
+Recommends: python-Bottleneck
Recommends: python-gwcs >= 0.12
Recommends: python-matplotlib >= 2.2
Recommends: python-scikit-image >= 0.14.2
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 pytest-astropy >= 0.7}
+BuildRequires: %{python_module gwcs >= 0.12}
+BuildRequires: %{python_module matplotlib >= 2.2}
+BuildRequires: %{python_module pytest-astropy}
BuildRequires: %{python_module scikit-image >= 0.14.2}
BuildRequires: %{python_module scikit-learn}
BuildRequires: %{python_module scipy >= 1.6.0}
-BuildRequires: python3-dbm
# /SECTION
%python_subpackages
@@ -74,7 +77,7 @@
# Use astropy test suite logic. Calling pytest directly would require
# duplicate in-place building of extensions.
%{python_expand export PYTHONPATH="%{buildroot}%{$python_sitearch}"
-$python -B -c "import photutils, sys; sys.exit(photutils.test(args=\"-v\"))"
+$python -B -c "import photutils, sys; sys.exit(photutils.test(args=\"-v
-rsfEx\"))"
}
%files %{python_files}
++++++ photutils-1.2.0.tar.gz -> photutils-1.3.0.tar.gz ++++++
++++ 3746 lines of diff (skipped)