Skip to content

Releases: AxFoundation/redax

Version 2.3.1

02 Jun 07:53
894f577
Compare
Choose a tag to compare

New features since v2.3.0:

  • Constant time offset for syncing MV (#95)
  • Adds info about which channels and boards go busy (#89)

Dispatcher v4.3.5

13 Apr 07:07
2101d85
Compare
Choose a tag to compare

Bugs fixed:

  • Arm-cycle logic protection shortcut sometimes causes run number overlaps (#94)
  • Hypervisor commands could time out silently which renders the dispatcher unresponsive (#93)

Dispatcher v4.3.4

09 Mar 13:38
d680f44
Compare
Choose a tag to compare

Includes:

  • Fix for crash when encoding aggregate status documents created when detectors were off (#92)
  • Improved performance by using an indexed query (#91)
  • Logs commit hash on startup (#90)

Version 2.3.0

20 Jan 10:53
a50c6e2
Compare
Choose a tag to compare

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

25 Nov 09:16
4824c3d
Compare
Choose a tag to compare

One more typo fixed, probably more yet to find.

Dispatcher v4.3.2

24 Nov 13:32
Compare
Choose a tag to compare

Now with code that actually runs and doesn't contain typos!

Dispatcher v4.3.1

24 Nov 13:20
Compare
Choose a tag to compare

Cheeky master commit to fix a typo

Dispatcher v4.3.0

24 Nov 13:13
aed8c3b
Compare
Choose a tag to compare

New features for the dispatcher, including:

  • Integrated HV (#73)
  • Logging the commit hash on startup and when new logfiles get opened (#73)
  • Hopefully deals with a gnarly edge case in some very strange timeout situations (#79)
  • Truly immortal dispatcher (#80)

Dispatcher v4.2.0

11 Aug 12:27
b4d5b68
Compare
Choose a tag to compare

New features:

  • Automatic unlinking when one member of the linked config fails (#68)

Version 2.2.0

09 Jun 08:39
c0c2824
Compare
Choose a tag to compare

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