We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc86f63 commit 1443ee6Copy full SHA for 1443ee6
changelog.md
@@ -2,6 +2,8 @@
2
3
### [Latest]
4
5
+### [v0.4.4] (2025/02/17)
6
+
7
- Adding show() function support [!304](https://github.com/umami-hep/puma/pull/304)
8
- Added ability to modify ATLAS tag in track origin plots [!303](https://github.com/umami-hep/puma/pull/303)
9
- Fixing ratio calculation issue when using no error band [!302](https://github.com/umami-hep/puma/pull/302)
puma/__init__.py
@@ -2,7 +2,7 @@
# flake8: noqa
-__version__ = "0.4.3"
+__version__ = "0.4.4"
from puma.histogram import Histogram, HistogramPlot
from puma.integrated_eff import IntegratedEfficiency, IntegratedEfficiencyPlot
0 commit comments