Skip to content

Commit

Permalink
bump (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Aug 29, 2023
1 parent d3669d5 commit 8842f68
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8842f68

Please sign in to comment.