Skip to content

Commit ebd96dc

Browse files
chore(main): release 1.18.0
1 parent fde9cbe commit ebd96dc

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

‎.release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.17.0"
2+
".": "1.18.0"
33
}

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.18.0](https://github.com/GoogleCloudPlatform/evalbench/compare/v1.17.0...v1.18.0) (2026-09-08)
4+
5+
6+
### Features
7+
8+
* **scorers:** align remote delegated scorer signatures with native comparators ([fde9cbe](https://github.com/GoogleCloudPlatform/evalbench/commit/fde9cbe1ba74e2ee6f2579a38c3b5dcdbac55e81))
9+
10+
11+
### Bug Fixes
12+
13+
* **mp:** release stage thread pools so evaluate() stops leaking workers ([55b9c7e](https://github.com/GoogleCloudPlatform/evalbench/commit/55b9c7e0f45b502fa1dd9de74080d13651b61cde))
14+
315
## [1.17.0](https://github.com/GoogleCloudPlatform/evalbench/compare/v1.16.0...v1.17.0) (2026-09-04)
416

517

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "google-evalbench"
7-
version = "1.17.0"
7+
version = "1.18.0"
88
requires-python = ">=3.10"
99
description = "Evalbench - evaluation benchmarking framework"
1010
readme = "README.md"

0 commit comments

Comments
 (0)