AmpForm 0.14.10
See all documentation for this version here.
✨ New features
- Added
UnevaluatableIntegral
class for numerical integration (#394)
⚠️ Enhancements and optimizations
- A warning is now raised if an
@unevaluated
class defines_latex_repr
instead of_latex_repr_
(#396)
🐛 Bug fixes
- Fixed latex rendering of certain
@unvevaluated
expression classes (#389)
📝 Documentation
- Updated links to the new compwa.github.io website (#387)
- Remove
.html
from page URLs on ampform.rtfd.io (#388) - Usage of the
argument()
function is now better documented (#396)
🔨 Maintenance
- Methods that are supposed to override methods of the base class are now marked with
@override
(#397) - Applied new Ruff preview linting and new
black
formatting (#395)
The full changelog as commits can be found here.