Skip to content

Releases: scikit-hep/decaylanguage

Version 0.12.0

02 Sep 13:58
50bf8ea
Compare
Choose a tag to compare
  • Dependencies:
    • Package dependent on Particle version 0.16.
    • Support for Python 3.5 removed.
  • Universal representation of decay chains:
    • Documentation updates.
  • Tests:
    • CI enhanced adding isort checks to pre-commit hooks.
    • Various hooks version updates.

Version 0.11.4

23 Aug 21:21
efccc0b
Compare
Choose a tag to compare
  • CI and tests:
    • Run the CI on Linux, MacOS and Windows.
    • Re-added coverage tests replacing Coveralls with Codecov.
    • Removed Azure pipelines since superseded by GitHub Actions.

Version 0.11.3

28 Jul 16:56
2900bba
Compare
Choose a tag to compare
  • Parsing of decay files (aka .dec files):
    • Fix to parsing of a couple of decay models (subtlety of Lark parsing priorities).
  • Miscellaneous:
    • CI updates.

Version 0.11.2

24 Jun 10:51
bb24719
Compare
Choose a tag to compare
  • Universal representation of decay chains:
    • DecFileParser.print_decay_modes() enhanced.
    • Fix to visualisation of DecayChainViewer instances in notebooks.
  • Miscellaneous:
    • CI improvements and updates.

Version 0.11.1

07 Jun 07:42
8cdc40e
Compare
Choose a tag to compare

Notebook clean-ups and improvement to environment.yml.

Version 0.11.0

28 May 10:08
8a13028
Compare
Choose a tag to compare

Universal representation of decay chains:

  • More documentation and testing.
  • Allow default class method DecayMode.from_pdgids() mimicking the default constructor DecayMode().
  • Fix in logic of DecayChain.flatten().
  • DecayChainViewer class adapted to make use of graphviz.
    Dependencies:
  • Got rid of dependency on pydot, as the package is no longer maintained.
  • Replaced with dependency on graphviz, made a requirement.
    Tests:
  • Check for some expected warnings, to get rid of obvious warnings.
    Miscellaneous:
  • Follow Scikit-HEP org guidelines for code development and packaging.

Version 0.10.3

23 Mar 12:04
e08e7df
Compare
Choose a tag to compare
  • Miscellaneous:
    • Code refactored in the CI by Sourcery.ai.
    • Updates to versions of pre-commit hooks.

Version 0.10.2

19 Jan 18:54
26b9ed9
Compare
Choose a tag to compare
  • Parsing of decay files (aka .dec files):
    • New decay models as taken from most-recent EvtGen documentation.

Version 0.10.1

10 Dec 11:26
ab776b4
Compare
Choose a tag to compare
  • Environment YAML file updated to Particle version 0.14.

Version 0.10.0

10 Dec 07:42
104eb94
Compare
Choose a tag to compare
  • Dependencies:
    • Package dependent on Particle version 0.14.
  • Miscellaneous:
    • Pre-commit hooks added - Black formatting, check-manifest, etc.