You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# Release History
2
2
3
-
## 1.0.0b2 (Unreleased)
3
+
## 1.0.0b2 (2024-09-24)
4
4
5
5
### Features Added
6
6
7
7
### Breaking Changes
8
8
9
+
-`data` and `evaluators` are now required keywords in `evaluate`.
10
+
9
11
### Bugs Fixed
10
12
11
13
### Other Changes
@@ -19,7 +21,6 @@
19
21
- The parameter name `project_scope` in content safety evaluators have been renamed to `azure_ai_project` for consistency with evaluate API and simulators.
20
22
- Model configurations classes are now of type `TypedDict` and are exposed in the `azure.ai.evaluation` module instead of coming from `promptflow.core`.
21
23
- Updated the parameter names for `question` and `answer` in built-in evaluators to more generic terms: `query` and `response`.
22
-
-`data` and `evaluators` are now required keywords in `evaluate`.
0 commit comments