Skip to content

Version 0.16.2

Compare
Choose a tag to compare
@eduardo-rodrigues eduardo-rodrigues released this 11 Nov 11:43
1ad5069
  • Particle class:
    • Faster Particle.from_pdgid.
    • Better coverage of documentation for Particle methods, especially for newest method finditer.
    • Do not expose converters on high-level imports. Usage is hence from particle.converters import ....
  • Tests:
    • Resurrected tests on "all" platforms - Linux, macOS and Windows.
    • Performance benchmark tests added for loading of particle property CSV files.
    • Updated pre-commit hooks.
  • Miscellaneous:
    • Enforced Black formatting in notebooks.