Skip to content

Releases: ComPWA/ampform

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)

AmpForm 0.13.1

07 Mar 11:53
636b2d8
Compare
Choose a tag to compare

See all documentation for this version here.

💡 New features

Implemented spin alignment for mismatching decay topologies (#6 and #245)

See problem description in TR-015 and usage example here. For an example with generated data, see TR-013.

⚠️ Interface

Helicity angle notation is now more concise (#208 and #209)

Compare old notation and new notation.

Removed decay/naming functions from kinematics (#227)

Cleaned up the kinemetics module by moving determine_attached_final_state() to helicity.decay and get_helicity_angle_label() to helicity.naming. Also extracted get_boost_chain_suffix() from get_helicity_angle_label() in preparation of #212.

Particle LaTeX names are now used in parameters names (#228)

Parameter names that include particle (resonance) names now render more nicely as LaTeX. Compare old rendering with new.

WARNING: You may have to modify your scripts if they get parameters by name from HelicityModel.parameter_defaults!

Other improvements:

  • Particle LaTeX names in coefficient names are wrapped in curly braces so that they render correctly if there are also helicities as subscripts.
  • Right sidebar (TOC) is unfolded unto the second level.
  • attrs is rendered as an API link in code snippets as well.

🐛 Bug fixes

AmpForm can only be installed with SymPy v1.8 or v1.9 (#247)

See #248

AmpForm 0.12.6

07 Mar 11:37
cafd547
Compare
Choose a tag to compare

See all documentation for this version here.

🐛 Bug fixes

AmpForm can only be installed with SymPy v1.8 or v1.9 (#247)

See #248