Requires Java 21+. Compatible with GEMC/5.11.
Summary
- Fix bug in DC time-to-distance CCDB table usage
- Denoising
- 40% speedup from batching
- Use
torch.jit.scriptinstead oftorch.jit.tracefor determinism
- Add
--lfsbuild option for magnetic fields and test data retrieval - Move networks to a separate git repository
- Add dependabot support for new git submodules
- Use SplitLogger everywhere, to avoid log squelching
What's Changed
- fix: workaround sudden loss of xrootd and clasweb support by @c-dilks in #954
- Fix fully qualified class name for alert constants by @ftouchte in #957
- fix: unify the loggers by @c-dilks in #951
- build(deps): disable clasweb registry for dependabot by @c-dilks in #948
- fix: make git-lfs work in gitlab/archlinux by @baltzell in #959
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #960
- build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #962
- build(deps): bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 by @dependabot[bot] in #961
- fix: require
git-lfsfor build option--lfsby @c-dilks in #965 - feat: track
gitsubmodule updates with dependabot by @c-dilks in #971 - build(deps): bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #967
- build(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2 by @dependabot[bot] in #963
- chore(submodule): bump etc/data/magfield from
a0e899etoba858a8by @dependabot[bot] in #972 - Fix of Isssue975: Removed doubled lines for bfieldterm laoding in DC tablelo… by @hauenst in #976
- chore(submodule): bump validation/advanced-tests/data from
cebf632to198e15dby @dependabot[bot] in #973 - Move networks to another repo and cleanup
etcby @baltzell in #970 - Make denoising deterministic and speed it up by @tongtongcao in #968
- build: bump version number to 13.5.0 by @baltzell in #977
Full Changelog: 13.4.1...13.5.0