Skip to content

v7.5.0

Compare
Choose a tag to compare
@Jean1995 Jean1995 released this 25 Jan 19:09
· 91 commits to master since this release
9d9979b

Physics improvements

  • Add LPM effect for photopair, fixes for BremsLPM (PR #336, #337)

Functionality

  • Add maximum number of iteration steps in Propagator::AdvanceParticle (PR #338)

Installation

  • Allow installing proposal via conan build (PR #325)
  • Adds legacy find_package() style variables (PR #330)
  • Update pybind11 version in conanfile to support python 3.11 (PR #339)

Documentation

  • Specify compatible compiler versions in README.md (PR #324)
  • Update outdated jupyter notebooks (PR #329)

Miscellaneous

  • Fix clang warning due to missing override keyword (PR #328)
  • Fix ifstream in UnitTests to correctly read in ecut==INF (PR #335)