Releases: JeffersonLab/clas12-validation
Releases · JeffersonLab/clas12-validation
1.0.1
What's Changed
- fix: use
wretry.action
forbuild_coatjava
by @c-dilks in #83 - fix: move
issue_bot
, which requires elevated permissions, to separate workflow by @c-dilks in #84 - ci: build with Java 17 by @c-dilks in #87
- fix: lock
groovy
version to 4.0.3 by @c-dilks in #90 - fix: if
module switch gemc/[highest-tag]
fails, just warn and proceed by @c-dilks in #91 - feat: dependabot by @c-dilks in #92
- build(deps): bump Wandalen/wretry.action from 1.3.0 to 1.4.5 by @dependabot in #93
- fix:
module switch gemc
iffgemc
was built by @c-dilks in #97 - build(deps): bump Wandalen/wretry.action from 1.4.5 to 1.4.9 by @dependabot in #99
- ci: increase artifact retention time by @c-dilks in #102
- ci(GEMC): use image
jeffersonlab/gemc:dev-g4v10.7.4-fedora36-cvmfs
by @c-dilks in #107 - ci: revert to testing with latest groovy v4 by @c-dilks in #108
- build(deps): bump Wandalen/wretry.action from 1.4.9 to 1.4.10 by @dependabot in #109
- build(deps): bump Wandalen/wretry.action from 1.4.10 to 2.1.0 by @dependabot in #111
- ci: change
gemc
docker image to tagdev-fedora36
by @c-dilks in #114 - build(deps): bump Wandalen/wretry.action from 2.1.0 to 3.0.0 by @dependabot in #115
- build(deps): bump Wandalen/wretry.action from 3.0.0 to 3.1.0 by @dependabot in #116
- build(deps): bump Wandalen/wretry.action from 3.1.0 to 3.3.0 by @dependabot in #118
- build(deps): bump Wandalen/wretry.action from 3.3.0 to 3.4.0 by @dependabot in #122
- build(deps): bump Wandalen/wretry.action from 3.4.0 to 3.5.0 by @dependabot in #123
- fix: ruby shebang by @c-dilks in #128
New Contributors
- @dependabot made their first contribution in #93
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- ci: build
coatjava
andgemc
by @c-dilks in #4 - ci: add first test job by @c-dilks in #5
- fix(ci): trigger on pushes to
main
, notmaster
by @c-dilks in #6 - ci: trigger on tags by @c-dilks in #7
- fix(ci): action name for
push
triggers by @c-dilks in #8 - fix(ci): do not cancel in-progress runs on main by @c-dilks in #9
- ci: concurrency and cancel-in-progress for pull requests only by @c-dilks in #11
- feat: run simulation on config file matrix by @c-dilks in #12
- style: improve CI job names by @c-dilks in #15
- style: step list indentation by @c-dilks in #16
- ci: add single final job that can be required for status checks by @c-dilks in #17
- ci: temporarily restrict to a single event generation type by @c-dilks in #19
- feat: combined simulation and reconstruction job matrix by @c-dilks in #21
- feat: receive actor name from triggerer by @c-dilks in #24
- doc: CI status badge by @c-dilks in #25
- ci: move
gemc
build info from summary to log by @c-dilks in #23 - refactor: deprecate
advanced-tests
andrelease-validation-1
by @c-dilks in #26 - feat: particle multiplicities by @c-dilks in #22
- feat: add input for custom number of events by @c-dilks in #27
- feat: allow triggerers to not need a default
num_events
by @c-dilks in #30 - refactor: use upstream repository name in variables by @c-dilks in #31
- feat: use a custom set of
config
files by @c-dilks in #14 - ci: test larger set of event generation types by @c-dilks in #32
- feat: reusable workflow by @c-dilks in #33
- ci: do not
always()
runfinal
by @c-dilks in #36 - ci: add scheduled nightly job with high stats by @c-dilks in #37
- fix: analyze
RECFT::Particle
for FT jobs by @c-dilks in #34 - fix: do not set concurrency class to avoid conflict with that of callers by @c-dilks in #38
- feat: allow caller workflows to override job matrix by @c-dilks in #35
- fix: use
evgen
name to set the particle bank for multiplicity analysis by @c-dilks in #39 - doc: remove
name:
by @c-dilks in #40 - style: use
description
nodes for workflow inputs by @c-dilks in #41 - fix: clarify scheduled runs in summary by @c-dilks in #42
- ci: do not
fail-fast
run matrix by @c-dilks in #43 - feat: use list of config files specified in
clas12-config
by @c-dilks in #44 - fix: incorrect variable name for config file version override by @c-dilks in #45
- fix: handle multi-line commit messages in summary by @c-dilks in #47
- ci: use Zstandard compression by @c-dilks in #50
- fix: retry
download-artifact
steps when they 404 by @c-dilks in #51 - fix: add MIT license by @c-dilks in #49
- fix: allow historical
ref
s incheckout
steps by @c-dilks in #53 - feat: get the highest semantic-version tag of a
git
repository by @c-dilks in #55 - hotfix: disable the workflow by @c-dilks in #57
- ci: disable workflow with a dedicated step by @c-dilks in #58
- ci: always
fail-fast
by @c-dilks in #59 - ci: build with 4 threads, since runners have been upgraded by @c-dilks in #56
- feat: get the status of the most recent scheduled workflow run by @c-dilks in #52
- ci: bump action versions and enforce a concurrency class by @c-dilks in #62
- ci: add
workflow_dispatch
trigger by @c-dilks in #65 - style!: rename input
git_upstream
keybranch
->ref
by @c-dilks in #54 - feat: allow dispatch jobs to control number of events by @c-dilks in #66
- fix: GEMC module switch to 5.4 by @c-dilks in #67
- fix: keep
clas12Tags
at 5.4 until 5.6 is ready by @c-dilks in #68 - feat: open an issue for nightly validation failures by @c-dilks in #71
- ci: use highest
clas12Tags
tag and only build GEMC if triggered byclas12Tags
caller by @c-dilks in #69
Full Changelog: v0.1...1.0.0
v0.1 Legacy
This release is an archive of the original version of clas12-validation
, prior to its revival 5 years later.
What's Changed
Full Changelog: gemc4a.2.4-coat5b.6.1...v0.1
gemc4a.2.4-coat5b.6.1
- SIDIS test results:
pid #gen #rec #percent
11 10150 2197 21.645320
211 12643 5726 45.289884
-211 9084 2276 25.055042
2212 5656 3640 64.356436
321 1330 565 42.481203
22 25225 28521 113.066402
2112 4410 845 19.160998
-
Tracking test results - see attached .png files.
-
CLARA log files - see attached log files.