AmpForm 0.9.2
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.
🖱️ Developer Experience
Auto-close milestone upon release (#70)
Milestones are automatically closed once their matching release is published.