All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Moved to Larch:
- Reading RIXS data from ESRF-BM16 -> :mod:
larch.io.rixs_esrf_fame
- Spec/HDF5 files reading -> :mod:
larch.io.specfile_reader
- Reading RIXS data from ESRF-BM16 -> :mod:
sloth.gui.jupyx
- Jupyter UI -> :mod:
sloth.utils.jupyter
deprecated.
- Jupyter UI -> :mod:
sloth.gui.daxs
- Qt-based GUI application featuring a TreeModel/View from Marius Retegan and the SILX group at ESRF. The GUI has an internal Jupyter kernel that give access to core components directly from a Qtconsole. DAXS stands for Data Analysis in X-ray Spectroscopy. It has its own name because this GUI-project may be consider as a submodule of Sloth.
sloth.io.datasource_spech5
- unified way of reading Spec, HDF5 and NeXus files via :mod:
silx.io.open
- unified way of reading Spec, HDF5 and NeXus files via :mod:
sloth.utils
- strong refactoring!
sloth.inst.spectro14
- simple geometry calculations of the FAME-UHD (BM16 at ESRF) X-ray emission spectrometer (2 rows of 7 spherically bent crystal analyzers arranged in a mixed Rowland circle)
sloth.gui.sloth_main
- initial GUI layout (mainly an IPython embedded shell).
sloth.raytracing.shadow_utils
- utilities for running SHADOW3 simulations (specific cases).
sloth.utils.xdata
- :func:
xray_edge
+ cleaning output of :func:xray_line
- :func:
sloth.inst.rowland.RcVert
-> bug inchi
calculation.sloth.__init__
- re-enable larch imports in
_slothKit
(currently disabled because loading seems too slow!!!)
- re-enable larch imports in
- The whole library is not backward compatible at this stage!
- Removed :mod:
sloth.utils.genericutils
sloth.collect
DataGroup
objects and derivative have methods with_
(e.g.self.getkwsd
->self.get_kwsd
)
sloth.inst
: TEXS pantograph final version.sloth.raytracing
: Addedshadow3
test with a real SBCA to carefully check its installation.
- First stable release: published to Zenodo
DOI:10.5281/zenodo.821221 <https://doi.org/10.5281/zenodo.821221>
_
- First testing release.