Skip to content

Pachyderm 2.2

Compare
Choose a tag to compare
@raymondEhlers raymondEhlers released this 23 Aug 18:36
2747353

[2.2] - 23 August 2019

Added

  • Generic fit base class. It can direct fits with minimal work for the user. It's generalized and ported over from the jet-hadron analysis. See: 83f1a93.
  • Histogram statistics calculation for mean, standard deviation, and variance. Can be extracted from ROOT hists as well as recalculated manually. See: c5b23a7, 6ee9f7b, and aa4cb32.
  • Extended gaussian fit function. See: af69d29.
  • Wrapper for calculating chi squared probability. See: 2277444.

Changed

  • Improved Minuit wrapper fit function argument validation. See: f09ace0.
  • Refactor Minuit wrapper fit function into the new module with the generic fit class. The interface of the pacyhderm.fit package defined in __init__.py did not change. See: 83f1a93
  • Allow for numpy arrays to be written by hand in YAML inputs. See: 235f41f.

Fixed

  • Fix numpy writing to YAML with newer versions of numpy. See: 1fedadc.
  • Fix typos in docs and comments.