Skip to content

Commit d351824

Browse files
authored
update package for release (#38277)
1 parent 6264dab commit d351824

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 1.0.0b6 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0 (2024-11-13)
64

75
### Breaking Changes
86
- 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.

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

+1-1
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.0.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
url="https://github.com/Azure/azure-sdk-for-python",
4343
keywords="azure, azure sdk",
4444
classifiers=[
45-
"Development Status :: 4 - Beta",
45+
"Development Status :: 5 - Production/Stable",
4646
"Programming Language :: Python",
4747
"Programming Language :: Python :: 3",
4848
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)