Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sherpa for openSUSE:Factory 
checked in at 2021-12-06 23:59:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sherpa (Old)
 and      /work/SRC/openSUSE:Factory/.python-sherpa.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sherpa"

Mon Dec  6 23:59:56 2021 rev:11 rq:935928 version:4.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sherpa/python-sherpa.changes      
2021-08-06 22:45:31.485991414 +0200
+++ /work/SRC/openSUSE:Factory/.python-sherpa.new.31177/python-sherpa.changes   
2021-12-07 00:01:09.704186796 +0100
@@ -1,0 +2,38 @@
+Fri Dec  3 13:21:21 UTC 2021 - Guillaume GARDET <[email protected]>
+
+- Update to 4.14.0:
+  * enhancements:
+    - filtering and grouping area for binned (1D) spectral data has been 
improved
+    with changes to the default behavior and many bug fixes resulting in 
changes
+    to the statistics, degrees-of-freedom and energy flux in comparison to the
+    previous version for the same data with the same filter.
+    - updates to allow users to change the hard limits of XSPEC model 
parameters
+    - the sample_flux routine now returns correct information for the clip 
column
+  * documentation changes:
+    - improved PHA simulation documentation
+    - improved Filtering and grouping of PHA data documentation
+    - added sherpa.image module documentation
+    - added section on running tests to developer docs
+  * Infrastructure Changes:
+    - updates to support Apple ARM
+    - update to support Xspec version 12.12
+    - update fftw from version 3.3.8 to 3.3.9
+    - clean up of compiler and sphinx warnings
+    - changes to support gcc 9.3.0 in conda defaults
+    - updates to support python 3.9 including readline 8.1 upgrade, numpy 
minimum
+    1.19 (numpy 1.18 minimum for python 3.7/8)
+    - test infrastructure clean up and updates
+  * bug fixes:
+    - updates to fix several 'unable to parse region string: None' errors
+    - fix issue where save_all() of a loaded image with no region filter would 
fail
+    on reload
+    - fixed issue with plot_model() being called before notice or ignore could
+    lead to filters not getting applied
+    - fix to error out instead of crash when grouping data using an unsupported
+    method
+- Drop upstream patch:
+  * sherpa-pr1227-astropy43.patch
+- Refresh patch:
+  * reproducible.patch
+
+-------------------------------------------------------------------

Old:
----
  sherpa-4.13.1.tar.gz
  sherpa-pr1227-astropy43.patch

New:
----
  sherpa-4.14.0.tar.gz

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

Other differences:
------------------
++++++ python-sherpa.spec ++++++
--- /var/tmp/diff_new_pack.dzzIfL/_old  2021-12-07 00:01:10.672183373 +0100
+++ /var/tmp/diff_new_pack.dzzIfL/_new  2021-12-07 00:01:10.676183358 +0100
@@ -20,15 +20,13 @@
 %define         skip_python2 1
 %define         skip_python36 1
 Name:           python-sherpa
-Version:        4.13.1
+Version:        4.14.0
 Release:        0
 Summary:        Modeling and fitting package for scientific data analysis
 License:        GPL-3.0-only
 URL:            https://github.com/sherpa/sherpa/
 Source:         
https://github.com/sherpa/sherpa/archive/%{version}.tar.gz#/sherpa-%{version}.tar.gz
 Patch1:         reproducible.patch
-# PATCH-FIX-UPSTREAM sherpa-pr1227-astropy43.patch -- gh#sherpa/sherpa#1227
-Patch2:         
https://github.com/sherpa/sherpa/pull/1227.patch#/sherpa-pr1227-astropy43.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module setuptools}
@@ -39,7 +37,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
 BuildRequires:  python-rpm-macros
-Requires:       python-numpy
+# 4.14.0 requires numpy minimum 1.19 (numpy 1.18 minimum for python 3.7/8)
+Requires:       python-numpy >= 1.18
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 ExcludeArch:    %{ix86}

++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.dzzIfL/_old  2021-12-07 00:01:10.712183231 +0100
+++ /var/tmp/diff_new_pack.dzzIfL/_new  2021-12-07 00:01:10.712183231 +0100
@@ -1,7 +1,7 @@
-Index: sherpa-4.12.0/extern/fftw-3.3.8/configure
+Index: sherpa-4.12.0/extern/fftw-3.3.9/configure
 ===================================================================
---- sherpa-4.12.0.orig/extern/fftw-3.3.8/configure
-+++ sherpa-4.12.0/extern/fftw-3.3.8/configure
+--- sherpa-4.12.0.orig/extern/fftw-3.3.9/configure
++++ sherpa-4.12.0/extern/fftw-3.3.9/configure
 @@ -14506,7 +14506,7 @@ main ()
  }
  _ACEOF
@@ -11,10 +11,10 @@
  else
    ax_cv_c_flags__mtune_native=no
  fi
-Index: sherpa-4.12.0/extern/fftw-3.3.8/m4/ax_cc_maxopt.m4
+Index: sherpa-4.12.0/extern/fftw-3.3.9/m4/ax_cc_maxopt.m4
 ===================================================================
---- sherpa-4.12.0.orig/extern/fftw-3.3.8/m4/ax_cc_maxopt.m4
-+++ sherpa-4.12.0/extern/fftw-3.3.8/m4/ax_cc_maxopt.m4
+--- sherpa-4.12.0.orig/extern/fftw-3.3.9/m4/ax_cc_maxopt.m4
++++ sherpa-4.12.0/extern/fftw-3.3.9/m4/ax_cc_maxopt.m4
 @@ -73,7 +73,7 @@ if test "$ac_test_CFLAGS" != "set"; then
       CFLAGS="-O3 -fomit-frame-pointer"
  

++++++ sherpa-4.13.1.tar.gz -> sherpa-4.14.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-sherpa/sherpa-4.13.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-sherpa.new.31177/sherpa-4.14.0.tar.gz 
differ: char 13, line 1

Reply via email to