Skip to content

Commit df408e8

Browse files
authored
[ML] Bump azure-ai-ml to 1.17.0 (#35527)
1 parent 77ad70e commit df408e8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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

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

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)
414

515
### Features Added
616
- Add experimental support for working with Promptflow evaluators: `ml_client.evaluators`.
@@ -141,7 +151,7 @@
141151

142152
### Other Changes
143153

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

sdk/ml/azure-ai-ml/azure/ai/ml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.16.0"
5+
VERSION = "1.17.0"

0 commit comments

Comments
 (0)