Skip to content

TensorWaves 0.2.5

Compare
Choose a tag to compare
@release-drafter release-drafter released this 10 May 12:23
· 236 commits to main since this release
66e24e0

Added support for analytic continuation. See all documentation for this version here.

💡 New features

Upgrade to AmpForm v0.9.x (#270)

Adds support for analytic continuation in particular.

🐛 Bug fixes

Lambdify to numpy, not numpy.__dict__ (f0cbcaa)

Lambdifying to with modules=numpy.__dict__ does not work with conditionals (sympy.Piecewise). If using numpy.dict, Piecewise is lambdified to if-else (which doesn't worky with numpy arrays), while it should convert to numpy.select.

🖱️ Developer Experience

Run notebooks with pytest (982aa21)
Simplified usage examples to speed up CI (0737f49)