Skip to content

Commit 7f82397

Browse files
authored
Increment Version for Evaluation SDK (Azure#38528)
1 parent 0245b63 commit 7f82397

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Release History
22

3-
## 1.0.0b6 (Unreleased)
3+
## 1.1.0 (Unreleased)
44

55
### Features Added
66

7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
13+
## 1.0.0 (2024-11-13)
14+
715
### Breaking Changes
816
- The `parallel` parameter has been removed from composite evaluators: `QAEvaluator`, `ContentSafetyChatEvaluator`, and `ContentSafetyMultimodalEvaluator`. To control evaluator parallelism, you can now use the `_parallel` keyword argument, though please note that this private parameter may change in the future.
917
- Parameters `query_response_generating_prompty_kwargs` and `user_simulator_prompty_kwargs` have been renamed to `query_response_generating_prompty_options` and `user_simulator_prompty_options` in the Simulator's __call__ method.
@@ -214,4 +222,4 @@ If `api_key` is not included in the `model_config`, the prompty runtime in `prom
214222

215223
- First preview
216224
- This package is port of `promptflow-evals`. New features will be added only to this package moving forward.
217-
- Added a `TypedDict` for `AzureAIProject` that allows for better intellisense and type checking when passing in project information
225+
- Added a `TypedDict` for `AzureAIProject` that allows for better intellisense and type checking when passing in project information

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.0.0b6"
5+
VERSION = "1.1.0"

0 commit comments

Comments
 (0)