Skip to content

AmpForm 0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 12:09
· 285 commits to main since this release
5e04a05

Release 0.10.2

See all documentation for this version here.

📝 Documentation

Added helicity-vs-canonical basis comparison (#95)

Added a notebook that describes the difference between the helicity basis and canonical basis in the helicity formalism.

🐛 Bug fixes

Required numpy version is limited to v1.20 (#91)

Since NumPy v1.21 it is required to explicitly define __array_ufunc__, both for static typing as for running the code. With the current set-up, __array_ufunc__ is too problematic. Better solution would be #92.