Skip to content

Commit c7f0c13

Browse files
committed
Update CHANGELOG.md
1 parent a2a593e commit c7f0c13

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.16.0 (unreleased)
3+
## 1.16.0 (2024-05-14)
44

55
### Features Added
66
- Add experimental support for working with Promptflow evaluators: `ml_client.evaluators`.
@@ -29,17 +29,13 @@
2929
- Add support for Microsoft Entra token (`aad_token`) auth in `invoke` and `get-credentials` operations.
3030
- Add experimental support for working with indexes: `ml_client.indexes`
3131

32-
### Bugs Fixed
33-
3432
### Breaking Changes
3533

3634
- WorkspaceConnection and subclasses renamed to just Connection
3735
- Removed WorkspaceHubConfig entity, and renamed WorkspaceHub to Hub.
3836
- workspace_hub input of Workspace class hidden, renamed to hub_id, and re-surfaced in child class Project.
3937
- Removed Workspace Hub Operations from ML Client.
4038

41-
### Other Changes
42-
4339
## 1.15.0 (2024-03-26)
4440

4541
### Other Changes
@@ -142,7 +138,7 @@
142138

143139
### Other Changes
144140

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.
146142
(instead of the default behavior for python < 3.15, which uses locale specific encodings)
147143
- Removed references to deprecated "feature_store" workspace connection type.
148144

0 commit comments

Comments
 (0)