Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@rettigl rettigl released this 06 Mar 08:40
f1bb527

This new major release v1.0.0 comes with various changes, including some restructuring of the config file layout. Previous config files will have to be adopted according to the new example config files. System and user config files got a new suffix "_v1" for compatibility reasons.
Major changes include:

  • Dropped python 3.8 support, and added python 3.12 support
  • Harmonization of config file schema, including schema checks with pydantic
  • Binning factors now represent actual binning factors instead of powers of 2
  • Energy calibration now takes the applied bias values into account and shifts spectra accordingly
  • New logging mechanism, including writing of log files that track all operations performed within the SedProcessor class

What's Changed

Full Changelog: v0.4.1...v1.0.0