Releases: scikit-hep/decaylanguage
Releases · scikit-hep/decaylanguage
0.3.0
- Decays modelling:
- Updates to Mint related particle data files.
- Parsing of decay files (aka .dec files):
- Lark parser files added, for
.decdecay files. DecFileParserclass introduced, with documentation and test suite.- Various
.dectest decay files added.
- Lark parser files added, for
- Visualisation of decay chains:
DecayChainViewerclass introduced, with documentation and test suite.
- Universal representation of decay chains:
- First "building block" classes
DaughtersDictandDecayModeintroduced,
with documentation and test suite.
- First "building block" classes
- Package dependencies:
- Package made dependent on Scikit-HEP's
Particlepackage. - Redundant code removed.
- Package made dependent on Scikit-HEP's
- Continuous integration:
- CI with Azure pipelines introduced.
- CI with Travis and AppVeyor removed.
- Miscellaneous:
- Demo notebook added, with a launcher for Binder.
- Copyright statements added to repository files.
- General clean-up and minor bug fixes.
First Scikit-HEP release
This is the first release after joining the SciKit-HEP family.
First release
This is the first release of DecayLanguage.