Skip to content

AmpForm 0.15.7

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 15:35
· 1 commit to main since this release
731141f

See all documentation for this version here.

This version introduces major improvements to the caching functions 🎉 All of them are available through:

from ampform.sympy import cached

✨ New features

  • Implement partial_doit() function (#456)
  • Collect cached SymPy functions in cached module (#457)
  • Implement cached.unfold for amplitude models (#458)
  • Implement cached.simplify etc (#467)

⚠️ Enhancements and optimizations

  • Improve cache invalidation of @cache_to_disk (#459)
  • Use memoization on functions in cached module (#464)
  • Memoize get_readable_hash() (#466)

🖱️ Developer Experience

  • Benchmark results are now stored in a separate repository (#460, #461, and #462)

The full changelog as commits can be found here.