v00-07
v00-07
-
2022-09-27 Juraj Smiesko (PR#178)
- Updated line links to datatypes/components/associations in the README
-
2022-09-27 Thomas Madlener (PR#176)
- Bump the minimum cmake version to 3.16. Fixes #166
- Update minimally required versions of podio and ROOT in README
-
2022-08-25 Thomas Madlener (PR#175)
- Move the dataframe utilities to the utils folder
- Make the existing functionality templated and explicitly instantiate all possible datatypes
- Add a python RDataFrame test
-
2022-08-24 Wouter Deconinck (PR#149)
- Add utilities to work with
Vector
component classes including- (
constexpr
)operator
overloads for basic arithmetic with vectors - utility functionality that is commonly used with vectors
- concepts to work with in generic vector related code.
- (
- Include
edm4hep/utils/vector_utils.h
and work with functionality inedm4hep::utils
namespace- This include will automatically use the concept powered version if supported by the compiler and fall back to a legacy implementation if not.
- Add utilities to work with
-
2022-08-23 Thomas Madlener (PR#174)
- Remove no longer necessary tests covering subset collection functionality
-
2022-08-23 Thomas Madlener (PR#173)
- Add a
pre-commit
and aclang-format
config file and run them in CI.
- Add a
-
2022-08-18 Thomas Madlener (PR#172)
- Fix the
kinematics.h
header only utility file such that it also works when used via PyROOT.
- Fix the
-
2022-08-18 stoimenova (PR#158)
- Expanded write_events and read_events test with two new classes