Skip to content

AmpForm 0.14.8

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 22:22
· 13 commits to 0.14.x since this release
17f383e

See all documentation for this version here.

⚠️ API changes

  • Renamed @unevaluated_expression() decorator to @unevaluated() (#379)
  • Arguments z and angular_momentum have swapped in BlattWeisskopfSquared -- z comes first (#375)
  • n_events argument is required in BoostZMatrix, RotationYMatrix, and RotationZMatrix classes (#381)
  • UnevaluatedExpression template and related functions are now deprecated (#383)

⚠️ Enhancements and optimizations

  • Add support for class attributes in @unevaluated expression classes (#375)
  • Add support for default arguments in @unevaluated expression classes (#376)
  • Add support to mark specific arguments to @unevaluated classes as non-sympiable (#380)

🐛 Bug fixes

  • Sympify @unevaluated instance attributes (#374)

🔨 Maintenance

  • Organize @unevaluated test functions (#377)
  • Implement all expression classes of the AmpForm library with @unevaluated (#382)

🖱️ Developer Experience

  • Show reasons for skipping tests when running pytest (#378)

The full changelog as commits can be found here.