Skip to content

AmpForm 0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 12:29
· 230 commits to main since this release
f4b740b

Release 0.11.1

See all documentation for this version here.

馃悰 Bug fixes

Classes deriving from UnevaluatedExpression are now pickled correctly (#139)

A pickled HelicityModel could not be unpickled again, because the UnevaluatedExpression._name attribute was stored as a positional (i.e. required) argument in __getnewargs__.