Skip to content

Releases: ComPWA/ampform

AmpForm 0.14.7

15 Dec 12:07
ce5d6ae
Compare
Choose a tag to compare

See all documentation for this version here.

✨ New features

  • Implement @unevaluated_expression() decorator (#365)

📝 Documentation

  • Add CITATION.cff (#356)
  • Add Lorentz boost example (#352)
  • Illustrate how to use BoostMatrix (#353)
  • Link to source code on GitHub with linkcode (#371)

🔨 Maintenance

  • Switch to Ruff as linter (#354)
  • Test AmpForm on Python 3.12 (#366)

🖱️ Developer Experience

  • Clean up Sphinx configuration (#370)
  • Define docnblive job in tox.ini (#373)
  • Enable language navigation and linting on Jupyter Lab (#357 and #369)
  • Link to source code on GitHub with linkcode (#371)
  • Remove figure_formats = ["svg"] statement (#368)

The full changelog as commits can be found here.

AmpForm 0.14.6

13 May 16:04
2714f08
Compare
Choose a tag to compare

See all documentation for this version here.

🔨 Maintenance

  • Installation is now verified on Python 3.11 (#339)
  • Version limit has been removed from SymPy dependency (#341)

📝 Documentation

  • Improve sidebar of the website (#344)

  • Fix typos in README.md (#348)

  • 🖱️ Developer Experience

  • GitHub workflows is now outsourced to ComPWA/actions (#340)

  • Log output of sphinx-build is now colored (#343)

The full changelog as commits can be found here.

AmpForm 0.14.5

05 Dec 21:10
113e039
Compare
Choose a tag to compare

See all documentation for this version here.

🐛 Bug fixes

  • sympy.Indexed is now accepted as key in ParameterValues (#336)

🖱️ Developer Experience

  • Implemented caching for GitHub Actions workflows (#335)

AmpForm 0.14.4

19 Oct 10:00
8eb0cf1
Compare
Choose a tag to compare

See all documentation for this version here.

✨ New features

🖱️ Developer Experience

  • Fixed release drafter (#331)

AmpForm 0.14.3

28 Sep 13:55
033b6fd
Compare
Choose a tag to compare

Release 0.14.3

🐛 Bug fixes

  • HelicityModel.rename_symbols() now works with scalar final state masses (#328)
  • EnergyDependentWidth.subs()/.xreplace() now works correctly takes care of the phsp_factor choice (#330)

AmpForm 0.14.2

03 Sep 22:37
acc7afa
Compare
Choose a tag to compare

See all documentation for this version here.

✨ New features

⚠️ Changes that may affect behavior

📝 Documentation

🔨 Maintenance

🖱️ Developer Experience

AmpForm 0.14.1

31 May 08:26
7f3a794
Compare
Choose a tag to compare

See all documentation for this version here.

💡 New features

⚠️ Interface

🖱️ Developer Experience

  • All dependencies on are now pinned on Read the Docs as well (#276)
  • Documentation is now built with sphinx-build (through tox) only, not through with make (#286)

AmpForm 0.14.0

07 Apr 18:09
765299d
Compare
Choose a tag to compare

See all documentation for this version here.

💡 New features

⚠️ Interface

🐛 Bug fixes

📝 Documentation

AmpForm 0.13.3

21 Mar 10:37
8fb49a1
Compare
Choose a tag to compare

See all documentation for this version here.

💡 New features

🔨 Internal maintenance

AmpForm 0.13.2

10 Mar 11:02
ffc31e0
Compare
Choose a tag to compare

See all documentation for this version here.

💡 New features

  • Implemented coefficient naming switch (#252)

⚠️ Interface

  • Dropped support for Python 3.6 (#249)
  • Adapted implementations to SymPy v1.10 (#249)

🔨 Internal maintenance

  • Simplified type hints with PEP 563 (#250)

📝 Documentation

  • Added simple code examples to main usage page (#255)