Accepting request 1089585 from devel:languages:python:numeric
- update to 4.15.1: * further improvements to filtering/grouping including reporting a filter change in the UI * fake_pha can be called with a list of ARF/RMF names * added linewidth option for line and histogram plots * documentation changes: * fixed broken URLs * improved documentation for templates, plot_pvalue * added documentation testing with doctestplus * Infrastructure changes: * dropped support for Python 3.8 * experimental support of Python 3.11 * supported versions of Xspec are 12.12.0 - 12.13.0 * bug fixes: * various updates to notice/ignore and group/ungroup code * fixed issue with show_bkg * fixed issue when binning values into a 1D histogram * fixed cache errors with the TableModel class OBS-URL: https://build.opensuse.org/request/show/1089585 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sherpa?expand=0&rev=16
This commit is contained in:
commit
8a95e0eb93
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 29 13:52:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.15.1:
|
||||||
|
* further improvements to filtering/grouping including
|
||||||
|
reporting a filter change in the UI
|
||||||
|
* fake_pha can be called with a list of ARF/RMF names
|
||||||
|
* added linewidth option for line and histogram plots
|
||||||
|
* documentation changes:
|
||||||
|
* fixed broken URLs
|
||||||
|
* improved documentation for templates, plot_pvalue
|
||||||
|
* added documentation testing with doctestplus
|
||||||
|
* Infrastructure changes:
|
||||||
|
* dropped support for Python 3.8
|
||||||
|
* experimental support of Python 3.11
|
||||||
|
* supported versions of Xspec are 12.12.0 - 12.13.0
|
||||||
|
* bug fixes:
|
||||||
|
* various updates to notice/ignore and group/ungroup code
|
||||||
|
* fixed issue with show_bkg
|
||||||
|
* fixed issue when binning values into a 1D histogram
|
||||||
|
* fixed cache errors with the TableModel class
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 20 10:59:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Fri Jan 20 10:59:30 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -16,10 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# python311 does not bundle setuptools < 60
|
|
||||||
%define skip_python311 1
|
|
||||||
Name: python-sherpa
|
Name: python-sherpa
|
||||||
Version: 4.15.0
|
Version: 4.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Modeling and fitting package for scientific data analysis
|
Summary: Modeling and fitting package for scientific data analysis
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -42,6 +40,7 @@ Requires(postun):update-alternatives
|
|||||||
ExcludeArch: %{ix86} %{arm}
|
ExcludeArch: %{ix86} %{arm}
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest >= 5}
|
BuildRequires: %{python_module pytest >= 5}
|
||||||
|
BuildRequires: %{python_module pytest-xdist}
|
||||||
BuildRequires: %{python_module pytest-xvfb}
|
BuildRequires: %{python_module pytest-xvfb}
|
||||||
# Highly recommended by upstream when building from source
|
# Highly recommended by upstream when building from source
|
||||||
BuildRequires: %{python_module astropy}
|
BuildRequires: %{python_module astropy}
|
||||||
@ -102,7 +101,7 @@ donttest="test_save"
|
|||||||
donttest+=" or (test_regproj and sherpa.plot.dummy_backend)"
|
donttest+=" or (test_regproj and sherpa.plot.dummy_backend)"
|
||||||
donttest+=" or (test_fit_single and Chi2XspecVar)"
|
donttest+=" or (test_fit_single and Chi2XspecVar)"
|
||||||
%endif
|
%endif
|
||||||
%pytest_arch --pyargs sherpa -k "not ($donttest)"
|
%pytest_arch %{?jobs:-n %jobs} --pyargs sherpa -k "not ($donttest)"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative sherpa_smoke
|
%python_install_alternative sherpa_smoke
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5625b96734ae9fff2dee4988fb043ffbf86a8424be4b8d6a8b9d2e87829e44e9
|
|
||||||
size 13267153
|
|
3
sherpa-4.15.1.tar.gz
Normal file
3
sherpa-4.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b3c4b7ce8a03a2cf2c5f3d1f288a6f332885ca04c50b1a829d4a244281f3112
|
||||||
|
size 13362922
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ae5ebe22a4ec152dbd6b59c7e2cf825756f7d55601d14e2b9ec3a1ff2140e9d
|
|
||||||
size 134764071
|
|
3
sherpa-test-data-4.15.1.tar.gz
Normal file
3
sherpa-test-data-4.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6b6335bd6ad84ff28a7fdc32b5cc45952c7aded193bc55154f4e208736c4126
|
||||||
|
size 134765085
|
Loading…
Reference in New Issue
Block a user