Skip to content

Releases: scikit-hep/decaylanguage

Version 0.20.2

10 Jan 13:43
40bda74

Choose a tag to compare

  • Dependencies:
    • Added support for Python 3.14.
  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.

Version 0.20.1

02 Oct 09:53
f759dfe

Choose a tag to compare

What's Changed

  • Dependencies:
    • Package dependent on Particle >= 0.26.0 and hepunits >= 2.4.0.
  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.

Full Changelog: v0.20.0...v0.20.1

Version 0.20.0

15 Aug 09:53
f946ec9

Choose a tag to compare

  • Parsing of decay files (aka .dec files):
    • Updated to the latest Belle II's main DECAY.DEC file.
  • Miscellaneous:
    • Remove invalid -y argument to uv pip install in the nox script.
  • CI and tests:
    • Updates and clean-up to pre-commit hooks and CI YAML files.

Version 0.19.0

04 Jul 18:08
3581a8c

Choose a tag to compare

  • Dependencies:
    • Package dependent on Particle >= 0.25.4 and hepunits >= 2.3.5 to adapt to change in Particle.
    • Removed support for Python 3.8.
  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.

Version 0.18.6

17 Jan 09:24
f91e4a3

Choose a tag to compare

  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.

Version 0.18.5

07 Oct 10:00
5eec761

Choose a tag to compare

  • Parsing of decay files (aka .dec files):
    • Removed deprecated method DecFileParser.load_grammar.
  • Miscellaneous:
    • Added support for Python 3.13.
    • Added attestations.
  • CI and tests:
    • Codecov back working again - required tokens.
    • Faster CI with uv.
    • Updates to pre-commit hooks and CI YAML files.

Version 0.18.4

09 Aug 15:27
51d04de

Choose a tag to compare

  • Parsing of decay files (aka .dec files):
    • Fixes for a couple of bugs.
  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.

Version 0.18.3

29 May 12:39
7c5d693

Choose a tag to compare

  • Parsing of decay files (aka .dec files):
    • Added new EvtGen models for full support for all known Belle-II and LHCb models.
  • Dependencies:
    • Support for Python 3.12 added and support for Python 3.7 removed.
  • Miscellaneous:
    • Moved to PyPI Trusted Publishers.
    • Use Ruff format instead of Black.
  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.

Version 0.18.2

08 Feb 10:06
3c0e543

Choose a tag to compare

  • Parsing of decay files (aka .dec files):
    • EvtGen "Particle" statement understands optional widths.
  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.

Version 0.18.1

21 Dec 13:04
46579c2

Choose a tag to compare

  • Parsing of decay files (aka .dec files):
    • Dynamically supply a list of decay models to the parsing grammar.
  • CI and tests:
    • Updates to pre-commit hooks and CI YAML files.