Releases: janmayer/hdtv
Releases · janmayer/hdtv
v24.10
v24.03
v24.01
v22.11
- New Feature: Fit option onlypositivepeaks (@j-kleemann)
- New Feature: Position recalibrate with peak selection (@j-kleemann)
- New Feature: Notification option when end of spectra list is reached (@j-kleemann)
- Misc. fixes and many quality-of-life improvements (@j-kleemann)
v22.4
v22.1: Format, Test more ROOT/Python versions, prepare release 22.01 (#23)
- Added support for running hdtv from a Docker container (@lindt)
- Enabled command line suggestions and history (@j-kleemann)
- Test more ROOT versions
- Test Python 3.10
v21.4
v20.12
- Fix performance degradation with ROOT 6.20. and higher (fixes #6) (@janmayer)
- Fix compatibility with unreleased ROOT Versions 6.19.x (@janmayer)
- Note: HDTV will never be compatible with 6.22.00 and 6.22.02
- Fix crash on malformed history files (fixes #19) (@op3)
- Fix compilation without helper functions (@janmayer)
- Other small fixes and refactoring (@op3)
- Add horizontal mouse wheel for scrolling (@op3)
v20.11
v20.10
- Add better fitting: Integration and Poisson statistics (@op3)
- Add object-oriented background models (@uga-uga)
- Add exponential background model (@uga-uga)
- Add spline interpolation background model (@uga-uga)
- Add light mode (@op3)
- Add magic word
hidden
to select objects (@op3) - Add keywords and classifiers to setup.py (@op3)
- Add hdtv.app:App() entrypoint instead of script (@op3)
- Add github actions build and tests instead of travis (@janmayer, @op3)
- Add GUI-dummy for usage with unit tests (@op3)
- Fix autocomplete of pathes with spaces (@op3)
- Fix hdtv.rootext import order (@op3)
- Fix negative uncertainties from ROOT fits (@op3)
- Move Calibration.hh into separate module (@op3)
- Remove Python2.7 support due to EOL (@op3)
- Remove dead code (@op3)
- Remove usage of global variables and usage of
__main__
namespace (@op3) - Renamed
%
to!
to execute batch files for compatibility reasons (@op3) - Replace code.InteractiveConsole with IPython for Python REPL (@op3)
- Replace readline with prompt_toolkit (@op3)
- Other small fixes