File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
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.0 (2024-05-14 )
4
4
5
5
### Features Added
6
6
- Add experimental support for working with Promptflow evaluators: ` ml_client.evaluators ` .
29
29
- Add support for Microsoft Entra token (` aad_token ` ) auth in ` invoke ` and ` get-credentials ` operations.
30
30
- Add experimental support for working with indexes: ` ml_client.indexes `
31
31
32
- ### Bugs Fixed
33
-
34
32
### Breaking Changes
35
33
36
34
- WorkspaceConnection and subclasses renamed to just Connection
37
35
- Removed WorkspaceHubConfig entity, and renamed WorkspaceHub to Hub.
38
36
- workspace_hub input of Workspace class hidden, renamed to hub_id, and re-surfaced in child class Project.
39
37
- Removed Workspace Hub Operations from ML Client.
40
38
41
- ### Other Changes
42
-
43
39
## 1.15.0 (2024-03-26)
44
40
45
41
### Other Changes
142
138
143
139
### Other Changes
144
140
145
- - ` azure-ai-ml ` now performs all file i/o on ` utf-8 ` encoded files per Azure SDK guidance.
141
+ - ` azure-ai-ml ` now performs all file i/o on ` utf-8 ` encoded files per Azure SDK guidance.
146
142
(instead of the default behavior for python < 3.15, which uses locale specific encodings)
147
143
- Removed references to deprecated "feature_store" workspace connection type.
148
144
You can’t perform that action at this time.
0 commit comments