Skip to content

Releases: ComPWA/tensorwaves

TensorWaves 0.4.12

07 Mar 20:37
4c10317
Compare
Choose a tag to compare

See all documentation for this version here.

⚠️ API changes

  • Drop Python 3.7 support (#503)

🐛 Bug fixes

  • Set correct generic parameter types for ParametrizedFunction and its implementations (#522)
  • Avoid jax import error for JAX >=0.4.19 (#504)

📝 Documentation

  • Update link to pycompwa website (#513)
  • Update links to compwa.github.io (#514)
  • Remove .html from page URLs (#515)
  • Switch to source code link button (#516)
  • Fix typo in amplitude-analysis.ipynb (#520)
  • Support AmpForm v0.15.x (#519)

🖱️ Developer Experience

  • Remove figure_formats = ["svg"] statement (#507)
  • Install Ruff and Git in Jupyter Lab (#508)
  • Define docnblive job in tox.ini (#510)
  • Switch to Ruff formatter (#518)

The full changelog as commits can be found here.

TensorWaves 0.4.11

08 Nov 13:46
aa36e66
Compare
Choose a tag to compare

See all documentation for this version here.

⚠️ Enhancements and optimizations

  • Set data keys as first positional arguments (#488)

📝 Documentation

  • Improve documentation sidebar (#483)
  • Remove simplification step Abs of mass (#482)
  • Improve amplitude analysis tutorial (#489)
  • Add CITATION.cff (#494)
  • Show kinematic variable expressions (#497)
  • Switch to latest version of Sphinx Book Theme (dark mode)

🔨 Maintenance

  • Verify installation on Python 3.11 (#484)

🖱️ Developer Experience

  • Colorize sphinx-build output (#481)
  • Enable language navigation on Jupyter Lab (#495)
  • Switch to Ruff as linter (#492)

The full changelog as commits can be found here.

TensorWaves 0.4.10

07 Feb 18:45
6548b77
Compare
Choose a tag to compare

See all documentation for this version here.

✨ New features

  • Added migrad_args option to Minuit2 optimizer (#476)
  • TensorWaves can now be installed on Python 3.11 and higher (#478)

🖱️ Developer Experience

The full changelog as commits can be found here.

TensorWaves 0.4.9

06 Nov 12:16
00ce851
Compare
Choose a tag to compare

See all documentation for this version here.

✨ New features

🐛 Bug fixes

🖱️ Developer Experience

  • Activate and address pyright strict type checking (#467)
  • Switch to new VSCode Python extensions (#469)

TensorWaves 0.4.8

01 Sep 20:30
cce6d5d
Compare
Choose a tag to compare

See all documentation for this version here.

✨ New features

  • Support Python 3.10 (#459)
  • Support TensorFlow >v2.6 (#459)

TensorWaves 0.4.7

09 Aug 09:08
642e774
Compare
Choose a tag to compare

See all documentation for this version here.

💡 New features

⚠️ Interface

🔨 Internal maintenance

📝 Documentation

  • Updated Zenodo author list (#454)

TensorWaves 0.4.6

08 Jun 09:06
29213ce
Compare
Choose a tag to compare

See all documentation for this version here.

⚠️ Interface

  • Dropped Python 3.6 support (#431)
  • Version limit on phasespace has been removed (#445).
    If TensorWaves is installed with phasespace, TensorFlow is limited to below v2.7.

🖱️ Developer Experience

  • Documentation is now built with sphinx-build only and cannot be built with make anymore (#433)
  • Documentation in EXECUTE_NB mode is now faster on second run due to MyST-NB caching (#433)

TensorWaves 0.2.9

08 Jun 19:38
60d182a
Compare
Choose a tag to compare

See all documentation for this version here.

🔨 Internal maintenance

  • TensorWaves v0.2.9 can be installed with TensorFlow v2.6 and higher versions of phasespace (#447)

TensorWaves 0.4.5

11 Apr 11:47
a10830d
Compare
Choose a tag to compare

See all documentation for this version here.

🐛 Bug fixes

🔨 Internal maintenance

  • TensorWaves can now be installed with any version of AmpForm above v0.13.0 (#426)

📝 Documentation

  • Extended API docstrings in the function module (#428)

🖱️ Developer Experience

  • All dependencies are now also pinned on Read the Docs (#429)

TensorWaves 0.4.4

08 Apr 10:24
022c7f1
Compare
Choose a tag to compare

See all documentation for this version here.

🐛 Bug fixes

  • Default weights in ChiSquared are now computed from observed_values (#421)

🔨 Internal maintenance

📝 Documentation