Skip to content

Releases: FAST-HEP/fast-plotter

v0.8.2

29 Sep 10:36
0559b1f
Compare
Choose a tag to compare

Fixed

  • Issue with uncertainty band on stacked plots, PR #45

v0.8.1

19 Jun 17:38
b0065dd
Compare
Choose a tag to compare

Fixed

  • Allow multiple expansions for KeepSpecificBins in postproc, PR #38

v0.8.0

21 May 22:55
e11d656
Compare
Choose a tag to compare

Pull requests:

Added

  • Useability tweaks for plotting

Fixed

  • Edge bins when labels are alphanumeric are now full-width (not half-width)

Dropped

  • No longer support python 2 (since we need Pandas >= 1.0)

v0.7.0

14 May 20:31
4b798d0
Compare
Choose a tag to compare

Added

  • Post-processing functions that interact with curator to apply or rebin datasets, PR #36

v0.6.5

12 May 20:49
9de925a
Compare
Choose a tag to compare

Added

  • Implement the multiply_values with a mapping, PR #35

v0.6.4

07 May 22:52
11ce33b
Compare
Choose a tag to compare

Added

  • New postprocessing stage to filter columns, PR #34
  • New option to AssignCols stage to make assignment the index, PR #34

Fixed

  • ToDatacardInputs had been broken in a previous update, PR #34

v0.6.2

21 Apr 11:10
a641a67
Compare
Choose a tag to compare

Fixed

  • Fix split function in postproc module to work with numbers, PR #32

v0.6.1

20 Apr 07:43
d8dcb17
Compare
Choose a tag to compare

Added

  • Option to specify which columns contain bin values rather than labels, PR #31

Fixed

  • Report package version number properly, PR #31

v0.6.0

17 Apr 13:07
da9fc0e
Compare
Choose a tag to compare

Added

  • Proper support for non-constant interval widths, #30

v0.5.1

07 Apr 09:30
f518ea1
Compare
Choose a tag to compare

Fixed

  • Bugs in post-processing modules, PR #29