------------------------------------------------------------------- Mon Sep 14 09:33:07 UTC 2020 - Atri Bhattacharya - 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 - %python3_only -> %python_alternative ------------------------------------------------------------------- Thu Mar 12 12:56:22 UTC 2020 - Atri Bhattacharya - 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 - Add reproducible.patch to disable optimizing for build CPU to make package build reproducible ------------------------------------------------------------------- Tue Jan 8 19:14:59 UTC 2019 - Todd R - initial version - Add config_with_build.patch to make build step work From: https://github.com/sherpa/sherpa/pull/714