Skip to content

Commit

Permalink
Bump version to 0.3.6 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkobylianskii committed Aug 27, 2024
1 parent 7d72954 commit 0d17f15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

### [Latest]

### [v0.3.6] (2024/08/27)

- Updated variable names for aux task outputs to be consistent with Salt [!270](https://github.com/umami-hep/puma/pull/270)
- Merged precision and recall in one single function [!276](https://github.com/umami-hep/puma/pull/276)
- Added functions for precision and recall scores [!275](https://github.com/umami-hep/puma/pull/275)
Expand Down
2 changes: 1 addition & 1 deletion puma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# flake8: noqa

__version__ = "0.3.5"
__version__ = "0.3.6"

from puma.histogram import Histogram, HistogramPlot
from puma.integrated_eff import IntegratedEfficiency, IntegratedEfficiencyPlot
Expand Down

0 comments on commit 0d17f15

Please sign in to comment.