Skip to content

Releases: eic/algorithms

v1.2.0

29 Apr 18:23
e20a423
Compare
Choose a tag to compare

What's Changed

  • fix: log -> report_fmt to avoid unqualified name lookup issues by @wdconinc in #23

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Apr 20:52
5c89a34
Compare
Choose a tag to compare

What's Changed

  • fix: algorithms uses C++ only by @wdconinc in #21
  • feat: move protected report_fmt to public log function by @wdconinc in #22

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 Jan 19:44
2c5d2f4
Compare
Choose a tag to compare

What's Changed

  • feat: cmake config with component support by @wdconinc in #7
  • fix: unable to deduce from Configurable::Property into fmt::format by @wdconinc in #6
  • fix: use edm4hep/utils/vector_utils instead of broken edm4eic version... by @wdconinc in #8
  • fix: avoid copy in structured binding in dummy.cpp testLogger by @wdconinc in #9
  • CachedBitGenerator: value_type -> result_type to fix for libcxx by @veprbl in #10
  • fix: find_dependency fmt in algorithmsConfig.cmake by @wdconinc in #16
  • fix: make report(std::string_view msg) const by @wdconinc in #13
  • feat: add logger interfaces that forward to fmt::format by @wdconinc in #15
  • fix: switch to GeoSvc::init(const dd4hep::Detector*) by @wdconinc in #14
  • fix: use qOverP to get the charge of TrackParameters by @wdconinc in #18
  • fix: mv algorithms::algocore -> algorithms::core by @wdconinc in #19
  • fix: only define alias algocore if not exist by @wdconinc in #20

New Contributors

Full Changelog: https://github.com/eic/algorithms/commits/v1.0.0