Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Dec 7, 2023
1 parent 39ade32 commit ec20d59
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
2.1.0 / 2023-12-06
------------------

New release, major changes.

General:

- Refactoerd DB connection
- Refactored secrets handling
- Refactored xams context
- Added new minianalysis
- Fixed deprecated docs building framework

Processing plugins:

>>Peak processing
- Restructured plugins
- Fixed area fraction top calculation
- Peak classification works well, moved to peak_basics (to tune with options)
- Introduced gain correction (to tune with options, for now)
- Introduced position reconstruction with center of gravity

>>Events processing
- Restructured plugins
- Added simple S2 area correction for electron lifetime (to tune with options, for now)
- Added positions at event level
- Added new peak info at event level: waveform and area per channel

Processing framework:
- New files for processing, copying, deleting data..
- Moved all auto processing to cluster



2.0.0 / 2023-08-29
------------------

Expand Down
2 changes: 1 addition & 1 deletion amstrax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.1"
__version__ = "2.1.0"

from .common import *
from .rundb import *
Expand Down

0 comments on commit ec20d59

Please sign in to comment.