Releases: key4hep/k4FWCore
Releases · key4hep/k4FWCore
v01-00pre14: Compatibility with Podio v00-14-01
What's Changed
- Remove unnecessary debug printouts by @vvolkl in #66
- Remove track keeping of read collections by @tmadlener in #70
- Adapt to new podio generated class names by @tmadlener in #71
- Use github hosted docker image for CI by @tmadlener in #73
- Fix usage of unique_ptr from upstream podio by @tmadlener in #74
- Adapt to new (v00-15) podio generated class names by @vvolkl in #75
- PodioOutput: Fix segfault by using SetAddress instead of SetBranchAddress by @vvolkl in #78
- PodioDataSvc: cleanup unnecessary include by @vvolkl in #79
- Save KEY4HEP_STACK env var to metadata by @vvolkl in #76
Full Changelog: v01-00pre13...v01-00pre14
v01-00pre13: compatibility with podio v00-14
What's Changed
- As IJobOptionsSvc is removed in Gaudi v36, update the k4FWCore. by @mirguest in #57
- Add dev3 and dev4 CI workflows by @tmadlener in #59
- replace fcc by key4hep in doc strings by @hegner in #62
- Propagate CollectionBuffer changes from AIDASoft/podio#197 by @vvolkl in #61
- test getting cellID by @fdplacido in #65
New Contributors
- @mirguest made their first contribution in #57
- @tmadlener made their first contribution in #59
- @hegner made their first contribution in #62
Full Changelog: v01-00pre12...v01-00pre13
v01-00pre12
add get CellID String from DataHandle
Bugfix to k4run
[k4run] ensure no duplicates are in the list of configurables With some job configurations, some tools are part of this list twice, and then raise an argumenterror when k4run tries to add their properties as command line arguments
v01-00pre08
[k4run] clean up comment
Bugfix to k4-print-job-options
v01-00pre07 [ci] fixes
Preliminary Initial Release
[cmake] use Gaudi namespace to link targets As mentioned in https://github.com/key4hep/k4FWCore/issues/31, there is a linker error using dependencies based on the LCG releases otherwise.
v01-00pre05
fix vectormembers in PodioOutput
v01-00pre04
[podiooutput] write vector memvers
Adding k4Interface
v01-00pre03 add k4Interface