From 7be1bbc0c53564d35b12e8f13bac7e30742c9fb6 Mon Sep 17 00:00:00 2001 From: Carlo Fuselli Date: Thu, 7 Dec 2023 11:06:07 +0100 Subject: [PATCH] release v2.1.0 (#289) --- HISTORY.md | 34 ++++++++++++++++++++++++++++++++++ amstrax/__init__.py | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1a8fa122..13563058 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 ------------------ diff --git a/amstrax/__init__.py b/amstrax/__init__.py index 37448992..18bd7d95 100644 --- a/amstrax/__init__.py +++ b/amstrax/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.1" +__version__ = "2.1.0" from .common import * from .rundb import *