Releases: AxFoundation/redax
Releases · AxFoundation/redax
Version 2.3.1
Dispatcher v4.3.5
Dispatcher v4.3.4
Version 2.3.0
Version 2.3.0
Fancy new features:
- Refactored baseline routine (again), now a function in the V1724 base class (#63)
- More options for compression: "none" and "delete" are now accepted, which do exactly what they claim (#69). Also did some refactoring on supporting code so implementing new compression options in the future is much simpler.
- Offset compensation for input delay (#77) and pre-trigger window (#83)
- Adds static readout buffer, which should slightly boost performance especially at high rates (#85)
Dispatcher v4.3.3
One more typo fixed, probably more yet to find.
Dispatcher v4.3.2
Now with code that actually runs and doesn't contain typos!
Dispatcher v4.3.1
Cheeky master commit to fix a typo
Dispatcher v4.3.0
Dispatcher v4.2.0
New features:
- Automatic unlinking when one member of the linked config fails (#68)
Version 2.2.0
A variety of tweaks and improvements, including:
- Removes rare segfault due to un-threadsafe logging (#44)
- Halves the amount of time to offload data between readout and processing threads (#46)
- PR #50
- Compiler optimizations
- Tweaked logging to reduce number of copying steps, also added run number to output
- Added a better algorithm for escalating memory allocation during readout
- Added a timer into
V1724::Read
to track total time spent allocating/reading - Fixed an ancient bug Dan wrote
- DDC10 deactivates at the end of a run