diff --git a/HISTORY.md b/HISTORY.md index f46821c3..1a8fa122 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,29 @@ +2.0.0 / 2023-08-29 +------------------ + +New release, major changes. + +General: + +- Adjust imports +- Add arguments to amstraxer for auto processing +- New amstraxer_easy for easier autoprocessing (removed unnecessary options..) -> TODO replace amstraxer +- autoprocessing/autoprocessing.py : add local processing option (for now preferred?) +- autoprocessing/process_run.py : add number of failures handling +- make amstrax straxen independent (to be discussed, for me is just source of problems, straxen changes quickly) +- contexts.py : adjusted some contexts options, TODO: clean all contexts +- rundb interface more structured +- added process_run as script + +Processing plugins: + +- refactored structure +- make plugins straxen free (at the cost of copy pasting few functions from straxen) +- unified raw records in one type only +- simplified pulse processing +- two new useful plugins for LED calibrations, see the full pulses +- workflow up to peaks tested, need events to tune things + 1.2.0 / 2022-01-14 ------------------ Major changes: diff --git a/setup.py b/setup.py index 7e238c62..90eb6655 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def open_requirements(path): history = file.read() setuptools.setup(name='amstrax', - version='1.2.0', + version='2.2.0', description='strax for XAMS data', author='Nikhef', url='https://github.com/XAMS-nikhef/amstrax',