File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ### Latest
3
+ ### [ v0.1.3 ]
4
4
5
+ - Adding more flavours to the global config [ #73 ] ( https://github.com/umami-hep/puma/pull/73 )
5
6
- ` ratio_group ` in ` puma.Histogram ` objects can no longer be set via ` flavour ` argument [ #74 ] ( https://github.com/umami-hep/puma/pull/74 )
6
-
7
7
- Adding example for ` plt.show ` replacement + adding theme switcher button to docs [ #72 ] ( https://github.com/umami-hep/puma/pull/72 )
8
8
- Adding ` atlas_tag_outside ` and change default for ` atlas_second_tag ` [ #71 ] ( https://github.com/umami-hep/puma/pull/71 )
9
9
- Change default * bb* -jets colour to dark red and vlines to black [ #69 ] ( https://github.com/umami-hep/puma/pull/69 )
Original file line number Diff line number Diff line change 3
3
# flake8: noqa
4
4
# pylint: skip-file
5
5
6
- __version__ = "0.1.2dev "
6
+ __version__ = "0.1.3 "
7
7
8
8
from puma .fraction_scan import FractionScan , FractionScanPlot
9
9
from puma .histogram import Histogram , HistogramPlot
You can’t perform that action at this time.
0 commit comments