Skip to content

Releases: LDMX-Software/pflib

v1.13 - Enhancements for test beam

28 Mar 16:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12...v1.13

v1.12 - Slight change to page name matching

24 Mar 16:36
Compare
Choose a tag to compare

While not much has changed since v1.11, this would break YAML configuration files for users relying on the old bug where globbing occurs even if the * character is not present. (For example, channel_ used to match all channel pages while now it will throw an exception). Since this is a breaking change, it needs a new release.

What's Changed

Full Changelog: v1.11...v1.12

v1.11 : DAQ SCAN path

21 Mar 14:25
dd8aec6
Compare
Choose a tag to compare

Somehow in the rebasing/merging, I dropped the actual SCAN entry under the DAQ menu. This simply reintroduces it.

Full Changelog: v1.10...v1.11

v1.10 - Patch for uHAL-only computers

11 Mar 17:43
Compare
Choose a tag to compare

Not much has changed but v1.9 doesn't compile on uHAL-only computers due to a small bug in pftool.

What's Changed

Full Changelog: v1.9...v1.10

v1.9 : Charge commissioning at Lund

09 Mar 20:52
Compare
Choose a tag to compare

This release corresponds to many minor feature improvements and the squashing of a bug that was preventing Lund from commissioning charge injection on their setup.

What's Changed

Full Changelog: v1.8...v1.9

v1.8 : Patch bug in Elinks

07 Mar 20:14
Compare
Choose a tag to compare

This bug is a niche case but was preventing Lund from effectively using their system.

Full Changelog: v1.7...v1.8

v1.6 : Scanning parameter values

28 Feb 16:06
Compare
Choose a tag to compare

The biggest improvement that led to this new release is the introduction of the DAQ->SCAN command in pftool allowing us to scan parameter values generating a single raw data file with the different parameter values in chunks of events in sequence.

What's Changed

New Contributors

Full Changelog: v1.5...v1.6

v1.5 : Patches to Top parameter names

21 Feb 17:43
Compare
Choose a tag to compare

This only warrants a release because of the change in Top parameter names. This could break current YAML files that users are loading if they are applying parameters in the Top page. The good news is that an exception will be thrown because the parameter names change enough to not be recognized.

What's Changed

Full Changelog: v1.4...v1.5

v1.4 : uHAL FC Fixes

18 Feb 15:34
Compare
Choose a tag to compare

Besides fixing the fast control interface in the uHAL WishboneInterface, I've also implemented some automatic doxygen-generated documentation published to https://ldmx-software.github.io/pflib/.

What's Changed

  • Fix various fast-control issues by @jmmans in #8

Full Changelog: v1.3...v1.4

v1.1 : Export CMake Targets

09 Feb 16:56
Compare
Choose a tag to compare

This resolved issue #1 allow us to export the pflib library as a CMake target so that it can be loaded by downstream projects. Specifically, my branch of ldmx-tb-online will benefit from this update.

This is a minor release because nothing has changed in terms of the capabilities of pflib, just the addition of this CMake export ability.

Full Changelog: v1.0...v1.1