Skip to content

Releases: scikit-hep/decaylanguage

0.3.0

26 Jun 12:22
dd7d369

Choose a tag to compare

  • 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.
  • Visualisation of decay chains:
    • DecayChainViewer class introduced, with documentation and test suite.
  • Universal representation of decay chains:
    • First "building block" classes DaughtersDict and DecayMode introduced,
      with documentation and test suite.
  • Package dependencies:
    • Package made dependent on Scikit-HEP's Particle package.
    • Redundant code removed.
  • 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

02 Aug 19:18

Choose a tag to compare

This is the first release after joining the SciKit-HEP family.

First release

02 Aug 19:17

Choose a tag to compare

This is the first release of DecayLanguage.