This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Releases: scikit-hep/numpythia
Releases · scikit-hep/numpythia
Version 1.3.1 - legacy release
- Partial support for Pythia's Sphericity class.
- Added support for Python 3.8, 3.9 and 3.10.
- Removed support for Python 3.5 and 3.6.
- Updates and improvemens to the CI.
- Pre-commit updates.
Version 1.3.0
- Partial support for Pythia's Sphericity class.
- Added support for Python 3.8, 3.9 and 3.10.
- Removed support for Python 3.5 and 3.6.
- Updates and improvemens to the CI.
- Pre-commit updates.
Version 1.2.0
- Bindings for Pythia 8.244, the latest version of the Pythia 8.2 series.
- Updates the CI build system to cibuildwheel.
- Cleaner, simpler setuptools build system.
1.1.0
- More observables available in GenParticle.
- README largely improved and extended with functionality examples.
- Cython output removed from source.
- setup.py simplified.
1.0.1
Updates to documentation. Version otherwise identical to 1.0.0.
1.0.0
First production release!
- Python 2.6 no longer supported.
- Update to Cython version used.
- Package
six
made a dependency (private copy no longer maintained). - Tests via
pytest
. - Test coverage added.