forked from pool/python-sherpa
Matej Cepl
f2cfdec32b
- Fix python3 flavor multibuild: * Compile bundled libs for every flavor * Fix bundled lib location configuration * Use system fftw3 - Enable tests with matplotlib and astropy - Add sherpa-mpl-3.4.patch for Matplotlib 3.4 gh#sherpa/sherpa#1125 OBS-URL: https://build.opensuse.org/request/show/888253 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sherpa?expand=0&rev=15
82 lines
3.3 KiB
Plaintext
82 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 24 18:40:06 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Fix python3 flavor multibuild:
|
|
* Compile bundled libs for every flavor
|
|
* Fix bundled lib location configuration
|
|
* Use system fftw3
|
|
- Enable tests with matplotlib and astropy
|
|
- Add sherpa-mpl-3.4.patch for Matplotlib 3.4 gh#sherpa/sherpa#1125
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 14 13:39:10 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Fix aarch64 build and test:
|
|
* sherpa-fix-aarch64.patch
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 19 09:28:01 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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
|