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 9627fb3 commit 608d87dCopy full SHA for 608d87d
sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release History
2
3
-## 1.0.0b3 (Unreleased)
+## 1.0.0b3 (2024-10-01)
4
5
### Features Added
6
@@ -20,7 +20,6 @@
20
21
### Breaking Changes
22
23
-
24
- Removed `ContentSafetyChatEvaluator` and `ChatEvaluator`
25
- The `evaluator_config` parameter of `evaluate` now maps in evaluator name to a dictionary `EvaluatorConfig`, which is a `TypedDict`. The
26
`column_mapping` between `data` or `target` and evaluator field names should now be specified inside this new dictionary:
@@ -59,8 +58,6 @@ evaluate(
59
58
60
- Fixed issue where Entra ID authentication was not working with `AzureOpenAIModelConfiguration`
61
62
-### Other Changes
63
64
## 1.0.0b2 (2024-09-24)
65
66
0 commit comments