Releases: scikit-hep/decaylanguage
Releases · scikit-hep/decaylanguage
0.5.1
- Universal representation of decay chains:
- Classes
DecayChain
andDecayMode
enhanced. - Tests for class
DecayChain
added.
- Classes
- Parsing of decay files (aka .dec files):
DecFileParser
class extended.
0.5.0
- Universal representation of decay chains:
- Class
DecayChain
introduced. - Classes
DaughtersDict
andDecayMode
enhanced.
- Class
- Changes in API:
DecFileParser.build_decay_chain()
renamed toDecFileParser.build_decay_chains()
.
- Package dependent on
Particle
package version 0.6.
0.4.0
- Package dependent on
Particle
version 0.6.0.
Otherwise identical to version 0.3.2.
0.3.2
- Parsing of decay files (aka .dec files):
DecFileParser
class extended to understand JETSET definitions.
- Visualisation of decay chains:
DecayChainViewer
class simplified and improved.- Decay chain DOT graphs now display HTML particle names.
- More tests.
0.3.1
- Parsing of decay files (aka .dec files):
- Update to latest LHCb DECAY.DEC file.
- Visualisation of decay chains:
DecayChainViewer
class made more robust.- Better tests.
- Miscellaneous:
- Demo notebook updated.
- README updated with latest package functionality.
- Python wheels generation added.
- Zenodo DOI badge added to README.
0.3.0
- Decays modelling:
- Updates to Mint related particle data files.
- Parsing of decay files (aka .dec files):
- Lark parser files added, for
.dec
decay files. DecFileParser
class introduced, with documentation and test suite.- Various
.dec
test decay files added.
- Lark parser files added, for
- Visualisation of decay chains:
DecayChainViewer
class introduced, with documentation and test suite.
- Universal representation of decay chains:
- First "building block" classes
DaughtersDict
andDecayMode
introduced,
with documentation and test suite.
- First "building block" classes
- Package dependencies:
- Package made dependent on Scikit-HEP's
Particle
package. - 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.