Releases: scikit-hep/particle
Releases · scikit-hep/particle
Version 0.26.0
- Data files:
- Added the 2025 PDG data table file, now default.
- Version 15 of package CSV data files:
- Since PDG 2025 information now the default.
- Dependencies:
- hepunits >= 2.4.0.
- Miscellaneous:
- Dropped support for Python 3.8.
- CI and tests:
- Updates and improvements to pre-commit hooks and CI YAML files.
Release 0.25.4
Particleclass and submodules:- Fixed the creation of programmatic names for nuclei when the nucleus names end with a 0.
- Minor fix for the Higgs spin.
PDGIDclass method and related standalone functions:- Little improvement to the helper function _digit.
- CI and tests:
- Updates to pre-commit hooks and CI YAML files.
Release 0.25.3
- CI and tests:
- Updates to pre-commit hooks and CI YAML files.
Version 0.25.2
- Miscellaneous:
- Added support for Python 3.13.
- Added attestations.
- CI and tests:
- Faster CI with
uv. - Updates to pre-commit hooks and CI YAML files.
- Faster CI with
Version 0.25.1
Particleclass and submodules:- Ensure the proton and neutron are correctly handled whether using
the particle representation (PDG IDs 2212 and 2112) or their representation as a nucleus.
- Ensure the proton and neutron are correctly handled whether using
- Data files:
- Added internal quantum numbers for several mesons.
- CI and tests:
- Codecov back working again - required tokens.
- Fix for ZipApp.
- Updates to pre-commit hooks and CI YAML files.
Version 0.25.0
- Data files:
- Added the 2024 PDG data table file, now default.
- Version 14 of package CSV data files:
- Since PDG 2024 information now the default.
- Removed superseded data files from 2021.
Particleclass and submodules:- Minor fix in conversion to particle names in HTML.
- CI and tests:
- Use the PyPI trusted publisher.
- Updates to pre-commit hooks and CI YAML files.
Version 0.24.0
-
Particleclass and submodules:- Removed deprecated methods.
-
Data files:
- Fixed typo in the LaTeX name of Lambda(1405).
-
Miscellaneous:
- Added support for Python 3.12 and dropped support for Python 3.7.
- Started using AllContributors to acknowledge contributions explicitly.
-
CI and tests:
- Updates to pre-commit hooks and CI YAML files.
- Added support for pixi.
Version 0.23.1
- Miscellaneous:
- Modernisation of Ruff configuration in
pyproject.toml.
- Modernisation of Ruff configuration in
- CI and tests:
- Updates to pre-commit hooks and CI YAML files.
Version 0.23.0
- Data files:
- Added the 2023 PDG data table file, now default.
- Version 13 of package CSV data files:
- Since PDG 2023 information now the default.
- Removed superseded data files from 2018-2020.
- Tests:
- Updates to pre-commit hooks.
Version 0.22.1
Particleclass and submodules:- Added support for providing spin for SUSY particles, with tests.
- Tests:
- Test added for particles that should be assigned None masses.
- Updates to pre-commit hooks.