Skip to content

Releases: JeffersonLab/coatjava

COATJAVA 10.1.1

12 Jun 15:06

Choose a tag to compare

Summary

  • Revert to groot 4.0.5
  • Add missing banks to dchv schema
  • Replace hardcoded value of DC stereo angle with a constant to facilitate testing different values
  • Add new AI-assisted tracking network for RG-D

What's Changed

New Contributors

Full Changelog: 10.1.0...10.1.1

COATJAVA 10.1.0

19 Apr 17:28

Choose a tag to compare

Note, this COATJAVA version has an unknown GROOT version.

Summary

  • Various DC tracking improvements, with determistic annealing filter
  • Fixed RCDB SQLite support
  • Workaround noexec /tmp filesystem
  • Level-3 schema update
  • Automatic javadoc deployment

What's Changed

  • bump version by @baltzell in #230
  • build(deps): bump org.jlab:groot from 4.0.5 to 4.1.0 by @dependabot in #218
  • build(deps): bump org.slf4j:slf4j-simple from 1.6.1 to 2.0.12 by @dependabot in #219
  • fixed the issue with the file name when space is introduced in the YA… by @gavalian in #157
  • build(deps): bump org.apache.maven.plugins:maven-resources-plugin from 3.2.0 to 3.3.1 by @dependabot in #220
  • Added RF banks to level 3 schema by @rtysonCLAS12 in #240
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.0 to 3.6.3 by @dependabot in #237
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #235
  • build(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in #234
  • Choose a usable replacemnt for /tmp. by @baltzell in #241
  • New tarball location, cleanup installer script by @baltzell in #242
  • new ccdbrcdb version by @baltzell in #245
  • Cache /tmp filesystem results by @baltzell in #246
  • build: remove unused hamcrest dependency by @c-dilks in #251
  • fix: local vars in source bin/env.sh should not pollute user environment by @c-dilks in #252
  • build(deps): bump org.apache.maven.wagon:wagon-ssh-external from 2.8 to 3.5.3 by @dependabot in #247
  • Upgrade FD tracking by @tongtongcao in #250
  • feat: generate and deploy javadoc documentation by @c-dilks in #257
  • build(deps): bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 by @dependabot in #256
  • version bump by @baltzell in #258

New Contributors

Full Changelog: 10.0.10...10.1.0

coatjava-10.1.0.tar.gz

10.0.10

21 Mar 16:01
36f922b

Choose a tag to compare

  • Add dchv schema
  • Add banks to level3 schema

What's Changed

New Contributors

Full Changelog: 10.0.9...10.0.10

10.0.9

09 Mar 00:54
3a6b3b7

Choose a tag to compare

Summary

  • Switch to independent target and solenoid z-positions, CCDB updated for all run groups
  • Ignore mixed run number events in helicity state change detection, instead of aborting
    • For the ET-ring configuration issue during RG-D/K that resulted in event misordering (across runs!)
  • Enable dependabot and update some dependency versions

What's Changed

  • feat: dependabot by @c-dilks in #205
  • fix(ci): latest v4 groovy 4.0.19 has been silently failing; regress to 4.0.3, the ifarm version by @c-dilks in #204
  • build(deps-dev): bump junit:junit from 4.13.1 to 4.13.2 by @dependabot in #207
  • fix: Nonsensical self computation of n with itself in HelixFitJava by @c-dilks in #212
  • build(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 3.1.12 to 4.8.3.1 by @dependabot in #209
  • Log and ignore multiple run numbers instead of throwing exception by @baltzell in #215
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.0 to 3.12.1 by @dependabot in #210
  • Fix old EB test by @baltzell in #216
  • Read new /geometry/shifts/solenoid and /geometry/shifts/target CCDB tables to set target and solenoid positions independently by @raffaelladevita in #213
  • bump version to 10.0.9 by @raffaelladevita in #217

New Contributors

Full Changelog: 10.0.8...10.0.9

coatjava-10.0.9.tar.gz

10.0.8

01 Mar 00:28
e24be4a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.0.7...10.0.8

coatjava-10.0.8.tar.gz

10.0.7

16 Feb 22:54
29ee0bd

Choose a tag to compare

Summary

  • schema
    • revert to original ALERT ADC/TDC bank names
    • fix (missing) bank names in schema generator script, add error checking
  • helicity
    • bugfix on new decoder board delay correction
    • treat all input files as one for offline state change detection during decoding
    • post-processing
      • enable redoing offline state change detection and rebuilding HEL::flip banks
      • initialize all helicity parameters from CCDB (removing hardcoded delay=8)
      • remove the option to flip the helicity, never used
  • bugfix for multi-sector RICH geometry

What's Changed

New Contributors

Full Changelog: 10.0.6...10.0.7

coatjava-10.0.7.tar.gz

10.0.6

31 Jan 02:52
e81f9b8

Choose a tag to compare

Summary

  • Support both disentangled (new) and non-disentangled (old) EVIO formats for the new helicity decoder board
  • Accommodate EVIO event misordering in helicity sequence detection during decoding
  • New "Validation" CI workflows from clas12-validation
  • Pass extra build script arguments to maven, e.g. for multi-threaded compilation

coatjava-10.0.6.tar.gz

What's Changed

  • hotfix: trigger validation pipelines with the most recently working clas12Tags by @c-dilks in #169
  • fix: run validation pipelines using latest clas12Tags semver tag by @c-dilks in #170
  • feat: pass user args to mvn in build-coatjava.sh by @c-dilks in #172
  • Fix new build script feature by @baltzell in #177
  • ci: remove validation caller concurrency class by @c-dilks in #176
  • Issue 173 helicity decoder by @mholtrop in #174
  • ci: bump action versions by @c-dilks in #175
  • ci: let clas12-validation set the GEMC ref by @c-dilks in #179
  • Address EVIO event misordering in helicity sequence detection by @baltzell in #180
  • bump version by @baltzell in #181

New Contributors

Full Changelog: 10.0.5...10.0.6

COATJAVA 10.0.5

15 Dec 19:45

Choose a tag to compare

  • added TB Segments' banks to dcalign schema
  • created level3 validation schema
  • more validation/build/CI improvements

Commits since 10.0.4

coatjava-10.0.5.tar.gz

COATJAVA 10.0.4

29 Sep 20:01
12bea47

Choose a tag to compare

  • remove clas6 from all the clas12 schemas, avoiding issue in schema building on case-insensitive filesystems
  • wrapper script improvements, including removing new dependency on "realpath"
  • build/CI tests improvements

Commits since 10.0.3

coatjava-10.0.4.tar.gz

COATJAVA 10.0.3

21 Sep 21:18
dacea80

Choose a tag to compare

  • AI track-finding archive
    • Fix path name of RG-F network
    • Add new RG-A networks
    • Cleanup (details?)
  • Truth matching
  • Fix geometry for simultaneous support of dual- and single-layer uRWell
  • Add a new electron-trigger validation bank schema
  • Add support for using EPICS banks to filter events for background merging
  • Convenience scripts
    • Rename hadd to hipo-hadd, to stop hijacking ROOT's
    • Add run-jshell
  • Miscellaneous
    • Switch to a non-deprecated groovy CLI library
    • Remove unnecessary executable bit on many files

Commits since 10.0.2

coatjava-10.0.3.tar.gz