Releases: scikit-hep/decaylanguage
Releases · scikit-hep/decaylanguage
Versions 0.20.4
- Parsing of decay files (aka .dec files):
- An extra optional argument called
minimum_effective_bfto filter decay chains based on their effective branching
fraction; added related validation and benchmark tests.
- An extra optional argument called
- Universal representation of decay chains:
- Added
show_effective_bfargument toDecayChainViewer.
- Added
- Added a comprehensive ReadTheDocs documentation.
- CI and tests:
- Updates and improvements to pre-commit hooks and CI YAML files.
Version 0.20.3
- Parsing of decay files (aka .dec files):
- Speed improvements in building decay chains; added a related benchmark test.
- Dependencies:
- Dropped support for Python 3.9.
- CI and tests:
- Updates and improvements to pre-commit hooks and CI YAML files.
Version 0.20.2
- Dependencies:
- Added support for Python 3.14.
- CI and tests:
- Updates to pre-commit hooks and CI YAML files.
Version 0.20.1
What's Changed
- Dependencies:
- Package dependent on
Particle>= 0.26.0 andhepunits>= 2.4.0.
- Package dependent on
- CI and tests:
- Updates to pre-commit hooks and CI YAML files.
Full Changelog: v0.20.0...v0.20.1
Version 0.20.0
- Parsing of decay files (aka .dec files):
- Updated to the latest Belle II's main DECAY.DEC file.
- Miscellaneous:
- Remove invalid
-yargument touv pip installin the nox script.
- Remove invalid
- CI and tests:
- Updates and clean-up to pre-commit hooks and CI YAML files.
Version 0.19.0
- Dependencies:
- Package dependent on
Particle>= 0.25.4 andhepunits>= 2.3.5 to adapt to change inParticle. - Removed support for Python 3.8.
- Package dependent on
- CI and tests:
- Updates to pre-commit hooks and CI YAML files.
Version 0.18.6
- CI and tests:
- Updates to pre-commit hooks and CI YAML files.
Version 0.18.5
- 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
- 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
- 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.