File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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.16.0b1 (2024-05-07 )
4
4
5
5
### Features Added
6
6
- Add experimental support for working with Promptflow evaluators: ` ml_client.evaluators ` .
142
142
143
143
### Other Changes
144
144
145
- - ` azure-ai-ml ` now performs all file i/o on ` utf-8 ` encoded files per Azure SDK guidance.
145
+ - ` azure-ai-ml ` now performs all file i/o on ` utf-8 ` encoded files per Azure SDK guidance.
146
146
(instead of the default behavior for python < 3.15, which uses locale specific encodings)
147
147
- Removed references to deprecated "feature_store" workspace connection type.
148
148
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.16.0b1 "
You can’t perform that action at this time.
0 commit comments