History#
v0.4.1#
- Fix module overview image in README.
- Fix
GradientBoostedDecisionTreeto be compatible with differentsklearnversions. - Fix
hml.datasets.SetDataset.showto display the correct rows and columns. - Rename the
parseandregisterfunctions toparse_physics_object,parse_observable, andregister_observable. - Update the installation document.
v0.4.0#
This version refactors most of the codebase to make it compatible with the array
(from awkward and uproot) representation of the data.
v0.3.0.1#
- Fix a bug that Madgraph5 may run into an infinite loop caused by HML keeping removing py.py file during initialization.
- Fix nan value not implemented in Fileter.
- Fix the wrong order of runs when using
hml.generators.Madgraph5.runsandhml.generators.Madgraph5.summary. - Fix the typo "g1" in quickstart.
v0.3.0#
- New Madgraph5 API now is closer to the original Madgraph5 CLI.
- New Observable parsing system makes it easier to use and define new observables.
- New CutAndCout and BoostedDecisionTree in Keras style.
v0.2.2#
- Change output structure of
hml.generators.Madgraph5to ensure reproducibility. - Refactor
hml.generators.Madgraph5andhml.generators.MG5Runto make them more robust.
v0.2.1#
- Add
summarytohml.generators.Madgraph5to print a summary of all run. - Add
removetohml.generators.Madgraph5to remove a run. - Add
cleantohml.generators.Madgraph5to remove the output directory.