AmpForm 0.15.7
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
The full changelog as commits can be found here.