diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa58eef7..52a89fba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe73418a..45af8275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ ### Bug Fixes +## [0.3.3](https://github.com/Aleph-Alpha-Research/eval-framework/compare/v0.3.2...v0.3.3) (2026-04-10) + + +### Bug Fixes + +* fewshot sampling in truthfulqa_olmes ([#211](https://github.com/Aleph-Alpha-Research/eval-framework/issues/211)) ([aa1d6c1](https://github.com/Aleph-Alpha-Research/eval-framework/commit/aa1d6c10c7e942afbdcc2afa94877eb6364ca788)) +* metric name format fix ([#215](https://github.com/Aleph-Alpha-Research/eval-framework/issues/215)) ([4d73704](https://github.com/Aleph-Alpha-Research/eval-framework/commit/4d73704d60e22f5aae8945a0afe154f17f8d1a66)) + ## [0.3.2](https://github.com/Aleph-Alpha-Research/eval-framework/compare/v0.3.1...v0.3.2) (2026-04-09) diff --git a/pyproject.toml b/pyproject.toml index be18efe6..20b22708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "eval-framework" -version = "0.3.2" +version = "0.3.3" description = "Evalulation Framework" readme = "README.md" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index 4c4cd912..1179250b 100644 --- a/uv.lock +++ b/uv.lock @@ -826,7 +826,7 @@ wheels = [ [[package]] name = "eval-framework" -version = "0.3.2" +version = "0.3.3" source = { editable = "." } dependencies = [ { name = "antlr4-python3-runtime" },