Skip to content

AmpForm 0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 14:21
· 314 commits to main since this release
ac37a4e

Release 0.9.2

See all documentation for this version here.

🐛 Bug fixes

More control over complex square roots provided through ComplexSqrt class (#72)

Closes #64

Implements TR-000 and TR-001 by defining a ComplexSqrt class. This allows for custom lambdification for specific expression tree nodes that are a square root.

📝 Documentation

Added tip about jupyter-katex (#74)

The complete amplitude model can only be rendered if jupyterlab-katex is installed. However, since KaTeX is less extensive than MathJax, this is only pointed out as a tip, and jupyterlab-katex is not added to the requirements.

Several improvements to the dynamics and analytic-continuation pages (#75, bb2b4f0, 955be9b)

🖱️ Developer Experience

Auto-close milestone upon release (#70)

Milestones are automatically closed once their matching release is published.