From d6dc02aca13c4aa308a003f428a308cc0c631596 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:14:09 +0000 Subject: [PATCH 1/3] chore(main): release 0.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) 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" }, From e9efa11eb59d2776ca5cc014406aa1f81e1e779d Mon Sep 17 00:00:00 2001 From: Prabhu Teja Date: Fri, 10 Apr 2026 15:25:22 +0200 Subject: [PATCH 2/3] trigger CI From 28a8342173985072059adb68fa9568e28337ad1f Mon Sep 17 00:00:00 2001 From: Prabhu Teja Date: Fri, 10 Apr 2026 15:25:47 +0200 Subject: [PATCH 3/3] trigger CI