From 031d927d4202135f2ace76d585f16c82c24c65bd Mon Sep 17 00:00:00 2001 From: Dmitri Gavrilov Date: Sun, 7 Apr 2024 22:04:58 -0400 Subject: [PATCH] Release notes: v1.0.26 --- docs/source/release-notes.rst | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 11def2de..a1680948 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -3,6 +3,48 @@ Release Notes ============= +v1.0.26 (2024-04-07) +==================== + +Fixed +----- + +- Compatibility with recent Numba: removed unsupported ``np.asarray`` function + in the code compiled by Numba. + +Added +----- + +- New ``make_hdf`` parameter: ``catalog``. + +- New ``pyxrf`` CLI parameter: ``--catalog-name`` or ``-c``. + +- Extended support for loading corrupt data from Databroker for TES beamline. + + +v1.0.25 (2024-01-18) +==================== + +Fixed +----- + +- Formatting of TXT file saved by 'Save Spectrum/Fit': the first column now + contains the energy values in kEv (previously, the first column contained + the index of the energy values). + +- Fixed issue with Dask v2023.9.3 and recent Numpy/Numba. + +Added +----- + +- Quantitative calibration standards AXO C1 and C10 were added. + +Changed +------- + +- Load 12 scaler channels from Databroker (HXN beamline). + + v1.0.24 (2023-05-12) ====================