Madminer Versions Save

Machine learning–based inference toolkit for particle physics

v0.9.6

1 year ago

Bug fixes

Internal changes:

Full Changelog: https://github.com/madminer-tool/madminer/compare/v0.9.5...v0.9.6

v0.9.5

1 year ago

Bug fixes

Internal changes:

Full Changelog: https://github.com/madminer-tool/madminer/compare/v0.9.4...v0.9.5

v0.9.4

1 year ago

New features:

Internal changes:

Full Changelog: https://github.com/madminer-tool/madminer/compare/v0.9.3...v0.9.4

v0.9.3

2 years ago

Bug fixes

Internal changes:

Full Changelog: https://github.com/madminer-tool/madminer/compare/v0.9.2...v0.9.3

v0.9.2

2 years ago

Bug fixes

Internal changes:

Full Changelog: https://github.com/madminer-tool/madminer/compare/v0.9.1...v0.9.2

v0.9.1

2 years ago

Bug fixes:

v0.9.0

2 years ago

New features:

Internal changes:

Breaking changes

There are multiple backward compatibility breaking changes to consider ⚠️ :

v0.8.3

2 years ago

Bug fixes:

  • Fixed particles phi property access after scikit-hep/vector migration (not callable anymore).
  • Fixed missing "modified_score" mode within Ensemble.calculate_fisher_information() accepted ones.

Internal changes:

Documentation:

  • Defined new CITATION.cff file to ease package citation.

v0.8.2

2 years ago

Bug fixes:

  • Fixed MadminerParticle initialization by using @ classmethod helpers. Thanks @lyazj.
  • Replaced MadminerParticle inherited class (VectorObject4D -> MomentumObject4D). Thanks @lyazj.
  • Bumped vector package to version 0.8.4, first version to properly allow subclassing.

Internal changes:

  • Replaced Python2 compatible super-class calls by Python3 style.

Documentation:

v0.8.1

2 years ago

Bug fixes:

  • Fixed a Python2 -> Python3 migration issue when dealing with dictionary values (thanks @sbrass).

Internal changes:

Documentation:

  • Fixed readthedocs automatic documentation building (broken since July 1st 2020).
  • Define explicit .readthedocs.yml file with the desired configuration.
  • Define GitHub docs.yml workflow, to validate documentation building upon master branch pushes / PRs.