Skip to content

Releases: eic/algorithms

v2.0.0

12 May 02:56
800a60a

Choose a tag to compare

What's Changed

  • Remove legacy Gaudi/Juggler algorithm implementations by @Copilot in #27
  • ci: add GitHub Actions build workflow using eic-shell by @Copilot in #26

New Contributors

  • @Copilot made their first contribution in #27

Full Changelog: v1.3.0...v2.0.0

v1.3.0

07 Apr 19:08
ecb3b59

Choose a tag to compare

What's Changed

  • fix: allow EDM4hep v1.0.0 and later by @wdconinc in #25
  • fix: add default parameters to random distributions (requires C++20) by @wdconinc in #17

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Apr 18:23
e20a423

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

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

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