Releases: key4hep/k4-project-template
Releases · key4hep/k4-project-template
v0.5.0
What's Changed
- Delete build workflow since we have another one for key4hep by @jmcarcell in #21
- Update algorithms and README, don't link to GaudiAlgLib, update tests by @jmcarcell in #22
- Remove GAUDI_GENCONF_DIR and outdated code in CMakeLists.txt, update to C++20 by @jmcarcell in #23
- Use the Key4hepConfig flag to set the standard, compiler flags and rpath magic by @jmcarcell in #24
- Fix imports in python files and other minor changes by @jmcarcell in #25
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Full Changelog: v0.4.0...v0.4.1
This release contains only updates to CI or license headers.
v0.4.0
What's Changed
- Add clangd (LSP) specific files to gitignore by @tmadlener in #11
- cmake: plugins are loaded at runtime and need not be linked by @vvolkl in #14
- Use k4run in key4hep environments by @tmadlener in #15
- Replace clang-format workflow with pre-commit workflow by @tmadlener in #17
- Fix example to work with Frame based DataSvc by @tmadlener in #16
- Add licence by @andresailer in #18
- Add templates of some functional algorithms by @jmcarcell in #19
- Add some comments about the releases and nightlies by @jmcarcell in #20
New Contributors
- @jmcarcell made their first contribution in #19
Full Changelog: v0.3.0...v0.4.0
v0.3.0: CMake Updates, clang format
What's Changed
- Update container that is used in CI by @tmadlener in #7
- CMake: add ProjectConfig.cmake including version definition by @andresailer in #8
- [ci] add clang-format check by @vvolkl in #9
New Contributors
- @tmadlener made their first contribution in #7
Full Changelog: v0.2.0...v0.3.0
v0.2.0: Updated CMake for Gaudi v35
[ci] update to github actions