Skip to content

Releases: ATTPC/Spyral

v0.17.0 - Dragon compatibility, calibrate with drift velocity

13 Jan 16:21
3303927
Compare
Choose a tag to compare

In this release of Spyral we've added two new features: compatibility with the HPE-Dragon HPC runtime and calibration of point clouds from a known drift velocity instead of a window time. The documentation has been updated for these changes.

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.17.0rc0

17 Dec 19:45
298ec5a
Compare
Choose a tag to compare
v0.17.0rc0 Pre-release
Pre-release

v0.17.0 first release candidate

v0.16.0 - New Joining, Update spyral-utils

09 Dec 18:21
0606006
Compare
Choose a tag to compare

In this release of Spyral, we changed a lot of things!

  • New cluster joining algorithm, relying on full 3-D data
  • Update spyral-utils allowing for GasMixtureTargets in the solver
  • Cleanup internals, refactor some tricky behavior
  • Add in experimental new start method to hopefully accommodate HPC environments
  • And more!

Check out the documentation for details. Note that spyral-utils minimum version was updated as well.

What's Changed

Full Changelog: v0.15.1...v0.16.0

v0.16.0rc3

21 Nov 16:22
dc3d0f9
Compare
Choose a tag to compare
v0.16.0rc3 Pre-release
Pre-release

v0.16.0 release candidate 3

v0.16.0rc2

21 Nov 14:58
fbbf3f5
Compare
Choose a tag to compare
v0.16.0rc2 Pre-release
Pre-release

v0.16.0 release candidate 2

v0.16.0rc1

20 Nov 17:13
806a10e
Compare
Choose a tag to compare
v0.16.0rc1 Pre-release
Pre-release

v0.16.0rc1 pre-release

v0.16.0rc0

14 Nov 18:58
dc9105a
Compare
Choose a tag to compare
v0.16.0rc0 Pre-release
Pre-release

v0.16.0 first pre-release

v0.15.2 - Generate Zenodo DOI

13 Nov 15:07
e5bc305
Compare
Choose a tag to compare

This is a release which just generates a zenodo DOI, no changes were made to Spyral's software

v0.15.1 - TraceReader Hotfix

11 Nov 15:07
e5bc305
Compare
Choose a tag to compare

Hotfix for bug in TraceReader when reading current merger or harmonizer formats. Resulted in crash when trying to access FRIBDAQ data.

What's Changed

  • Hotfix reader with MergerCurrent, Harmonic by @gwm17 in #235
  • Hotfix to TraceReader by @gwm17 in #236

Full Changelog: v0.15.0...v0.15.1

v0.15.0 - Trace Reader, PointCloud refactor

25 Oct 18:19
2f6da97
Compare
Choose a tag to compare

In this release of Spyral we have cleaned up the TraceReader and PointCloud implementations, as well as cleaning up several bugs found in the pipeline. This update does introduce breaking changes.

  • Fix bug in InterpSolverPhase where the wrong key was given to the asset dictionary
  • Refactor TraceReader to a Protocol; add implementation for harmonizer data
  • Refactor PointCloud to reduce confusion, potentially error-ful behavior
  • Update documentation to reflect these changes
  • Add two new attributes to events, "orig_run" and "orig_event". These are the original run and event numbers, produced by the DAQ. With the introduction of the harmonizer tooling, the event number and run number of the file may be modified to better balance workloads. These "orig" attributes allow users to still temporally slice data.

As new attributes were added, after updating the entire analysis pipeline will need to be re-run on a dataset.

What's Changed

Full Changelog: v0.14.0...v0.15.0