We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53aa8e7 commit 14de4beCopy full SHA for 14de4be
sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Release History
2
3
+## 1.13.0 (Unreleased)
4
+
5
+### Features Added
6
7
+-
8
9
+### Bugs Fixed
10
11
12
13
## 1.12.0 (2025-10-02)
14
@@ -10,6 +19,12 @@
19
### Bugs Fixed
20
- Support for multi-level nesting in OpenAI grader (experimental)
21
22
+## 1.11.2 (2025-10-09)
23
24
25
26
+- **kwargs in an evaluator signature receives input columns that are not otherwise named in the evaluator's signature
27
28
## 1.11.1 (2025-09-19)
29
15
30
sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py
@@ -3,4 +3,4 @@
# ---------------------------------------------------------
# represents upcoming version
-VERSION = "1.12.0"
+VERSION = "1.13.0"
0 commit comments