Revisions of python-sherpa

buildservice-autocommit accepted request 1173052 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 41)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1172907 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 40)
Do not run tests in parallel to avoid random failures (gh#sherpa/sherpa#2031).
buildservice-autocommit accepted request 1147599 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 39)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1147463 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 38)
- Skip python312: Requires setuptools < 60 and distutils
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 37)
We don't need `_constraints` after all.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 36)
Perhaps not.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 35)
- Add _constraints to add memory and disk available for testing.
buildservice-autocommit accepted request 1133227 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 34)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 33)
- Update to 4.16.0:
  * enhancements:
    + the grouping commands like group_counts and group_snr now default to
      only grouping within the noticed range of channels, which is a change
      in behaviour
    + new plotting backend: Users can now choose between matplotlib and
      bokeh (experimental) support use of arbitrary python functions when
      linking model parameters
    + updates to fake_pha, save_all, allowing to write out RMF/ARF files
    + get_plot_prefs and get_contour_prefs call to simplify access to the
      plot and contour preferences
    + implementation of RMFPlot and DataIMGPlot classes and associated UI
      functions (plot_rmf, get_rmf_plot)
    + update support for XSPEC to include version 12.13.1, allow XSPEC
      table models which include the ESCALE parameter, and provide
      experimental support for writing out XSPEC table models.
  * changes to use the NumPy random generator API
  * bug fixes:
    + PHA source plot Y axis scaling (#1825)
    + fix model display for grouped data (#1779, #1784)
    + Change in the ordering of operations when grouping background PHA
      datasets. (#1881)
- Drop patch numpy125.patch and numpy125-CI.patch: Included upstream.
- Skip a misbehaving test.
buildservice-autocommit accepted request 1109765 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 32)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1109557 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 31)
- Add upstream patches numpy125.patch and numpy125-CI.patch
buildservice-autocommit accepted request 1089585 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- 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
buildservice-autocommit accepted request 1060053 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1059941 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 27)
- Update to 4.15.0
  * This release of Sherpa includes various enhancements,
    documentation updates,  bug fixes, and infrastructure changes.
  ## Enhancements:
  * Improved validation of arguments when creating Data objects:
    - arrays sent to Data objects are now converted to ndarrays
    - the independent axis is now made read-only
    - the size of a data object is now fixed.
  * Filter setting with notice/ignore are reported to the screen
    for the users of the UI layer.
  * Increased test coverage for plotting
  ## Documentation changes:
  * updated readthedocs to use pip and pytest instead of setup.py
  * several updates to documentation, including updates to
    fake_pha, calc_ftest, calc_mlr
  ## Infrastructure changes:
  * Drop support for Python 3.7
  * Updates to start creating Python 3.10 Conda packages.
  * Use Numpy 1.20 for Python 3.8/3.9 and Numpy 1.21 for Python
    3.10.
  * Moves toward PEP-517 with some distutils cleanup and more
    configuration moved from setup.py to setup.cfg
  * Various improvements to the GitHub Actions and GitLab workflows
  ## Bug fixes:
  * Ensure chi2xspecvar errors match XSPEC when 0 counts are
    present during background subtraction
  * Remove model instances from the global symbol table when clean
    is called
  * Addresses new warnings in the tests for Matplotlib 3.6.0 and
    AstroPy 5.1
buildservice-autocommit accepted request 995127 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 993811 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 25)
- Sherpa requires a build with setuptools < 60:
  * Use python3X bundled setuptools instead of distribution package
  * Enable early skip_python311 because that bundles setuptools 62
buildservice-autocommit accepted request 982377 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 24)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 981947 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 23)
- Update to 4.14.1
  * enhancements:
    - various plotting backend improvements
    - various i/o backend improvements
    - data object class improvements
    - basic support for Xspec 12.12.1
    - beta support for python 3.10
  * documentation changes:
    - updated build with CIAO documentation
    - Add a missing class (DataOgipResponse) to the documentation
    - Improves the docstrings for DataPHA
    - fixed typos in plot docs
    - clean up readthedocs issues such as missing bullets
  * Infrastructure changes:
    - updates for compatibility with Clang 12.0
    - updates to the regression tests
  * bug fixes:
    - Improve the FITS headers created when writing out a PHA file (to better match OGIP standards)
    - addresses delete_model_component call failing if a key does not exist
    - fixed issue with writing a PHA dataset as a table rather than a PHA file
    - ensure FITS column access is case insensitive
    - image handling and image coordinates
 - Drop sherpa-pr1318-py310tests.patch fixed upstream
 - Drop sherpa-pr1319-distutils-hack.patch fixed upstream
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 22)
Fix changelog
Displaying revisions 1 - 20 of 41
openSUSE Build Service is sponsored by