File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b3 (Unreleased)
3
+ ## 1.0.0b4 (Unreleased)
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
7
+ - Support custom metrics for evaluation
8
8
9
- ### Bugs Fixed
9
+ ### Other Changes
10
+
11
+ - Switched evaluate() function to run on promptflow engine
12
+
13
+ ## 1.0.0b3 (2024-01-30)
10
14
11
15
### Other Changes
12
16
Original file line number Diff line number Diff line change 2
2
# Copyright (c) Microsoft Corporation. All rights reserved.
3
3
# ---------------------------------------------------------
4
4
5
- VERSION = "1.0.0b3 "
5
+ VERSION = "1.0.0b4 "
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b3 (Unreleased)
3
+ ## 1.0.0b4 (Unreleased)
4
4
5
5
### Features Added
6
6
7
- - AzureOpenAIConnection.set_current_environment supports openai 1.0 and above.
8
-
9
7
### Breaking Changes
10
8
11
9
### Bugs Fixed
12
10
13
11
### Other Changes
14
12
13
+ ## 1.0.0b3 (2024-01-30)
14
+
15
+ ### Features Added
16
+
17
+ - AzureOpenAIConnection.set_current_environment supports openai 1.0 and above.
18
+
19
+ ### Other Changes
20
+
15
21
- Support for Python 3.12
16
22
17
23
## 1.0.0b2 (2023-11-30)
Original file line number Diff line number Diff line change 2
2
# Copyright (c) Microsoft Corporation. All rights reserved.
3
3
# ---------------------------------------------------------
4
4
5
- VERSION = "1.0.0b3 "
5
+ VERSION = "1.0.0b4 "
You can’t perform that action at this time.
0 commit comments