|
2 | 2 |
|
3 | 3 | ### [Latest]
|
4 | 4 |
|
| 5 | +### [v0.1.8] (2022/08/30) |
| 6 | + |
5 | 7 | - Fix `set_ylim` in `puma.PlotBase` such that y-limits are correctly modified in cases with a y-offset [#119](https://github.com/umami-hep/puma/pull/119)
|
6 | 8 | - Adding example for `puma.Line2DPlot` to the docs [#117](https://github.com/umami-hep/puma/pull/117)
|
7 | 9 | - Adding support for ROC plots without ratio panels (was not possible until now) [#114](https://github.com/umami-hep/puma/pull/114)
|
8 | 10 | - Lines with `label=None` (which is the default) will not appear in the legend anymore [#113](https://github.com/umami-hep/puma/pull/113)
|
9 | 11 | - Adding new function `puma.utils.get_good_linestyles()` for easier linestyle management [#116](https://github.com/umami-hep/puma/pull/116)
|
10 | 12 | - Adding the method `make_linestyle_legend()` which allows to specify an additional legend for linestyles [#113](https://github.com/umami-hep/puma/pull/113)
|
11 | 13 |
|
12 |
| -### [v0.1.7] (10.08.2022) |
| 14 | +### [v0.1.7] (2022/08/10) |
13 | 15 |
|
14 | 16 | - Adding new option to place rejection label legend in ROC plots [#109](https://github.com/umami-hep/puma/pull/109)
|
15 | 17 |
|
16 |
| -### [v0.1.6] (26.07.2022) |
| 18 | +### [v0.1.6] (2022/07/26) |
17 | 19 |
|
18 | 20 | - Adding support for weighted histograms (`puma.Histogram` now has an optional argument `weights`) [#86](https://github.com/umami-hep/puma/pull/86)
|
19 | 21 | - Fixing bug where code crashed when histograms with discrete values + ratio panel were drawn [#99](https://github.com/umami-hep/puma/pull/99)
|
20 | 22 | - Adding `h5py` to the Docker images [#97](https://github.com/umami-hep/puma/pull/97)
|
21 | 23 | - Adding `transparent` attribute to `PlotObject` class. This allows to specify transparent background when initialising the plot [#96](https://github.com/umami-hep/puma/pull/96)
|
22 | 24 |
|
23 |
| -### [v0.1.5] (05.07.2022) |
| 25 | +### [v0.1.5] (2022/07/05) |
24 | 26 |
|
25 | 27 | - Add `linewidth` and `alpha` to legend handles + set `alpha=1` by default (in `puma.Histogram`) [#92](https://github.com/umami-hep/puma/pull/92)
|
26 | 28 | - Decreased default `figsize` for plots with zero or one ratio panels [#90](https://github.com/umami-hep/puma/pull/90)
|
27 | 29 |
|
28 |
| -### [v0.1.4] (30.06.2022) |
| 30 | +### [v0.1.4] (2022/06/30) |
29 | 31 |
|
30 | 32 | - Renamed the `puma.FractionScan` and `puma.FractionScanPlot` classes to more general `puma.Line2DPlot` and `pumal.Line2D` [#84](https://github.com/umami-hep/puma/pull/84)
|
31 | 33 | - Splitting `force` argument of `set_log()` method into `force_x` and `force_y` [#83](https://github.com/umami-hep/puma/pull/83)
|
32 | 34 | - Adding `puma.PiePlot` class. Pie chart plots with `puma.HistogramPlot` are no longer possible [#70](https://github.com/umami-hep/puma/pull/70)
|
33 | 35 | - Change default labels of `singlebjets` and `singlecjets` [#82](https://github.com/umami-hep/puma/pull/82)
|
34 | 36 | - Support linestyles for variable vs. efficiency plots [#78](https://github.com/umami-hep/puma/pull/78)
|
35 | 37 |
|
36 |
| -### [v0.1.3] (23.06.2022) |
| 38 | +### [v0.1.3] (2022/06/23) |
37 | 39 |
|
38 | 40 | - Adding more flavours to the global config [#73](https://github.com/umami-hep/puma/pull/73)
|
39 | 41 | - `ratio_group` in `puma.Histogram` objects can no longer be set via `flavour` argument [#74](https://github.com/umami-hep/puma/pull/74)
|
|
44 | 46 | - Adding `calc_separation()` to `puma.metrics`, which allows to calculate the separation between two distributions [#27](https://github.com/umami-hep/puma/pull/27)
|
45 | 47 | - Adding Zenodo link
|
46 | 48 |
|
47 |
| -### [v0.1.2] (02.06.2022) |
| 49 | +### [v0.1.2] (2022/06/02/02) |
48 | 50 |
|
49 | 51 | - Adding automated coverage comment for pull request [#58](https://github.com/umami-hep/puma/pull/58)
|
50 | 52 | - Fix that colour and legend label can be individually modified in case of flavoured histogram [#57](https://github.com/umami-hep/puma/pull/57)
|
51 | 53 |
|
52 |
| -### [v0.1.1] (30.05.2022) |
| 54 | +### [v0.1.1] (2022/05/30) |
53 | 55 |
|
54 | 56 | - Adding documentation for updating the version switcher in the docs [#49](https://github.com/umami-hep/puma/pull/49)
|
55 | 57 | - Adding version support in docs [#42](https://github.com/umami-hep/puma/pull/42)[#45](https://github.com/umami-hep/puma/pull/45)
|
|
61 | 63 | - Remove warning when adding more than one reference histogram is case is allowed [#32](https://github.com/umami-hep/puma/pull/32)
|
62 | 64 | - Update documentation [#24](https://github.com/umami-hep/puma/pull/24)
|
63 | 65 |
|
64 |
| -### [v0.1.0] (16.05.2022) |
| 66 | +### [v0.1.0] (2022/05/16) |
65 | 67 |
|
66 | 68 | - Set default number of ratio panels to 0 [#17](https://github.com/umami-hep/puma/pull/17)
|
67 | 69 | - Adding uncertainties to Roc main plots and improving dummy data generator [#14](https://github.com/umami-hep/puma/pull/14)
|
|
0 commit comments