File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.16.0 (unreleased)
3
+ ## 1.17.0 (unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Bugs Fixed
8
+
9
+ ### Breaking Changes
10
+
11
+ ### Other Changes
12
+
13
+ ## 1.16.0 (2024-05-14)
4
14
5
15
### Features Added
6
16
- Add experimental support for working with Promptflow evaluators: ` ml_client.evaluators ` .
141
151
142
152
### Other Changes
143
153
144
- - ` azure-ai-ml ` now performs all file i/o on ` utf-8 ` encoded files per Azure SDK guidance.
154
+ - ` azure-ai-ml ` now performs all file i/o on ` utf-8 ` encoded files per Azure SDK guidance.
145
155
(instead of the default behavior for python < 3.15, which uses locale specific encodings)
146
156
- Removed references to deprecated "feature_store" workspace connection type.
147
157
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.16 .0"
5
+ VERSION = "1.17 .0"
You can’t perform that action at this time.
0 commit comments