Releases: XAMS-nikhef/amstrax
v2.2.0
What's Changed
- Adjust copy live handling for dcache by @cfuselli in #290
- Fix data starts earlier than chunk by @cfuselli in #291
- External raw records by @cfuselli in #292
- Min run_number for copy_live by @cfuselli in #295
- New logging module by @cfuselli in #296
- Patch fix for ext raw_records by @cfuselli in #297
- Fix runs being deleted while written by @cfuselli in #298
- Implement XYZ Position Reconstruction by @tobiasdenhollander in #315
- Migrate to htcondor by @cfuselli in #316
- wrong factor 10 by @tobiasdenhollander in #319
- Implement naive S1 Z correction by @cfuselli in #320
- Peak matching by @tobiasdenhollander in #321
- Corrections Framework and Offline Processing by @cfuselli in #317
- Document current STBC auto-processing flow and clean up script guidance by @cfuselli in #324
New Contributors
- @tobiasdenhollander made their first contribution in #315
Full Changelog: v2.1.0...v2.2.0
Release v2.1.0
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
v2.0.0
v1.1.2
1.1.2 / 2021-12-23
Previous release was a consequence of mflierm's clumsiness.
Since release v1.0.2, some things changed, of which the most important is the script that copies data to the stoomboot cluster.
- Made a file that automatically copies new data files to stoomboot (#51)
Other merged PRs are:
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 / 2021-12-02
Stable version after first amstrax project
Breaking changes:
- Only
raw_records_v1724andraw_records_v1730are provided. Plugins will have to be added in later versions bootstraxis deleted and replaced by simpleramstraxer.py-functionality- Restructure of package
- Removal of notebooks to dedicated repo
Major updates:
- New testing suite
- New integrations
- New DAQReader
- Simplified and streamlined auto processing
- Documentation on new documentation website
Related pull requests:
- Add badges to Amstrax and update readme (#23)
- Plugin, context and package structure (#24)
- Fix autoprocessing scripts (#25)
- Delete bootstrax (#26)
- remove notebooks (#27)
- Add documentation
- Add context test (#28)
- Code cleanup (#36, #40)
- Fix straxen requirements for testing (#37)
- Add init for autoprocessing (#39)
- Test autoprocessing scripts (#41)
- Add documentation (#42, #43)