2021-02-17 09:51:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 17 00:07:40 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 4.13.0:
|
|
|
|
* A few minor documentation updates.
|
|
|
|
* Version number update to coincide with CIAO version 4.13.0.
|
|
|
|
- Add sherpa-numpy-1.20.patch: Fix test errors with numpy 1.20
|
|
|
|
[gh#sherpa/sherpa#/1092]; patch committed upstream.
|
|
|
|
- Disable python 3.6 flavour: dependency numpy not supported.
|
|
|
|
|
2020-10-15 10:08:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 14 13:39:10 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
- Fix aarch64 build and test:
|
|
|
|
* sherpa-fix-aarch64.patch
|
|
|
|
|
2020-09-14 12:12:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 14 09:33:07 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 4.12.1:
|
|
|
|
- [gh#sherpa/sherpa#832] Support building with NumPy 1.19.
|
|
|
|
- [gh#sherpa/sherpa#781] Docs: fix typo in docstring for
|
|
|
|
calc_kcor.
|
|
|
|
- [gh#sherpa/sherpa#759] Revert the ARF cache added in #444, as
|
|
|
|
well as some of the related code changes, as they caused
|
|
|
|
problems with Analysis in wavelength space (e.g.
|
|
|
|
gh#sherpa/sherpa#746).
|
|
|
|
- [gh#sherpa/sherpa#756]
|
|
|
|
calculate_photon_flux/calculate_energy_flux fix and
|
|
|
|
improvement.
|
|
|
|
- [gh#sherpa/sherpa#747] reworked regrid to eval usr grid, but 0
|
|
|
|
every where else.
|
|
|
|
- [gh#sherpa/sherpa#745] ensure that min/max limits are applied
|
|
|
|
to linked parameters before use.
|
|
|
|
- [gh#sherpa/sherpa#735] Remove ChIPS support.
|
|
|
|
- [gh#sherpa/sherpa#734] Change datastack
|
|
|
|
query_by_header_keyword to not error if keyword is missing.
|
|
|
|
- [gh#sherpa/sherpa#733] fix a bug with fit(cache=False) passing
|
|
|
|
the runtime option while fitting.
|
|
|
|
- [gh#sherpa/sherpa#732] Remove unused Python 2.7 compatibility
|
|
|
|
code.
|
|
|
|
- [gh#sherpa/sherpa#696] Support python 3.8.
|
|
|
|
- Drop already incorporated patches:
|
|
|
|
* python-sherpa-python3.8.patch.
|
|
|
|
* config_with_build.patch.
|
|
|
|
|
2020-05-19 14:14:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 19 09:28:01 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
2020-03-12 16:40:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 12 12:56:22 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
- Add python-sherpa-python3.8.patch: Fix building with python3.8;
|
|
|
|
taken from upstream commit [gh#sherpa/sherpa#696].
|
|
|
|
- Disbale bytecode generation when running tests.
|
|
|
|
- Remove hashbangs from non executable files.
|
|
|
|
|
2020-01-05 08:53:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 4 20:12:21 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
|
|
|
|
- Add reproducible.patch to disable optimizing for build CPU
|
|
|
|
to make package build reproducible
|
|
|
|
|
2019-12-09 19:49:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 8 19:14:59 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- initial version
|
|
|
|
- Add config_with_build.patch to make build step work
|
|
|
|
From: https://github.com/sherpa/sherpa/pull/714
|