Skip to content

Commit 431a97c

Browse files
chore(main): release arize-phoenix-evals 2.6.0 (#9832)
Co-authored-by: Roger Yang <[email protected]>
1 parent 95046b3 commit 431a97c

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"12.13.0","packages/phoenix-evals":"2.5.0","packages/phoenix-otel":"0.13.1","packages/phoenix-client":"1.23.0"}
1+
{".":"12.13.0","packages/phoenix-evals":"2.6.0","packages/phoenix-otel":"0.13.1","packages/phoenix-client":"1.23.0"}

packages/phoenix-evals/CHANGELOG.md

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

3+
## [2.6.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-evals-v2.5.0...arize-phoenix-evals-v2.6.0) (2025-11-12)
4+
5+
6+
### Features
7+
8+
* Add anthropic and google-genai adapters ([#9993](https://github.com/Arize-ai/phoenix/issues/9993)) ([724b2de](https://github.com/Arize-ai/phoenix/commit/724b2de51fea41f21890a3c8ad55ee78d4686c86))
9+
* Add GPT-5 support to Azure OpenAI models ([#9829](https://github.com/Arize-ai/phoenix/issues/9829)) ([e4c664d](https://github.com/Arize-ai/phoenix/commit/e4c664d4c3f890338e1313a9da543d75869133fb))
10+
* Support invocation params in ClassificationEvaluators ([#9831](https://github.com/Arize-ai/phoenix/issues/9831)) ([1530304](https://github.com/Arize-ai/phoenix/commit/15303046cd95a203f2863524c8770fbacb7e7de9))
11+
12+
13+
### Bug Fixes
14+
15+
* **evals:** discourage positional arguments in favor of kwargs ([#9996](https://github.com/Arize-ai/phoenix/issues/9996)) ([efdc954](https://github.com/Arize-ai/phoenix/commit/efdc954f818915b5b59207cad1c9cb1fb17b7063))
16+
* **evals:** miscellaneous fixes and ergonomic improvements ([#9879](https://github.com/Arize-ai/phoenix/issues/9879)) ([5546179](https://github.com/Arize-ai/phoenix/commit/5546179b230812d38770e011d541d3ac5107d652))
17+
18+
19+
### Documentation
20+
21+
* merge main into docs ([#10087](https://github.com/Arize-ai/phoenix/issues/10087)) ([740aca0](https://github.com/Arize-ai/phoenix/commit/740aca004b28e31a5bde0735d26d2e5d8c78b276))
22+
* sync main to docs ([65a68f4](https://github.com/Arize-ai/phoenix/commit/65a68f4c05635e76068b2c85b2929b4d13ca2668))
23+
324
## [2.5.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-evals-v2.4.0...arize-phoenix-evals-v2.5.0) (2025-10-07)
425

526

packages/phoenix-evals/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
2424
]
25-
version = "2.5.0"
25+
version = "2.6.0"
2626
dependencies = [
2727
"pandas",
2828
"tqdm",

0 commit comments

Comments
 (0)