Releases: FAST-HEP/fast-plotter
Releases · FAST-HEP/fast-plotter
v0.8.2
Fixed
- Issue with uncertainty band on stacked plots, PR #45
v0.8.1
Fixed
- Allow multiple expansions for KeepSpecificBins in postproc, PR #38
v0.8.0
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
Added
- Post-processing functions that interact with curator to apply or rebin datasets, PR #36
v0.6.5
Added
- Implement the multiply_values with a mapping, PR #35
v0.6.4
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
Fixed
- Fix
split
function in postproc module to work with numbers, PR #32
v0.6.1
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
Added
- Proper support for non-constant interval widths, #30
v0.5.1
Fixed
- Bugs in post-processing modules, PR #29