Skip to content

Commit c5d3ee2

Browse files
authored
Release version 1.16.87 (#4378)
1 parent b0df0d5 commit c5d3ee2

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

β€Žscripts/azureml-assets/CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## 1.17.0 (Unreleased)
22
### πŸš€ New Features
3+
### πŸ› Bugs Fixed
4+
5+
## 1.16.87 (2025-08-08)
6+
### πŸš€ New Features
7+
- [#4378](https://github.com/Azure/azureml-assets/pull/4378) Release version 1.16.87
38

49
## 1.16.87b1 (2025-08-05)
510
### πŸš€ New Features
@@ -18,15 +23,15 @@
1823
- [#4207](https://github.com/Azure/azureml-assets/pull/4207) Detect if MLFlow model was updated
1924

2025
## 1.16.83 (2025-05-22)
21-
### πŸš€ New Features
26+
### πŸ› Bugs Fixed
2227
- [#4208](https://github.com/Azure/azureml-assets/pull/4208) Fix for python 3.9 - remove union typing
2328

2429
## 1.16.82 (2025-05-22)
2530
### πŸš€ New Features
2631
- [#4206](https://github.com/Azure/azureml-assets/pull/4206) Print azcopy log if output_level==default
2732

2833
## 1.16.81 (2025-05-15)
29-
### πŸš€ New Features
34+
### πŸ› Bugs Fixed
3035
- [#4184](https://github.com/Azure/azureml-assets/pull/4184) Generate SAS token instead of checking container access
3136

3237
## 1.16.80 (2025-05-13)
@@ -54,23 +59,23 @@
5459
- [#3928](https://github.com/Azure/azureml-assets/pull/3928) Fix validate assets for updated task in quality evaluationresult assets
5560

5661
## 1.16.74 (2025-02-28)
57-
### πŸ› Bugs Fixed
62+
### πŸš€ New Features
5863
- [#3887](https://github.com/Azure/azureml-assets/pull/3887) Add support for component and data metadata updates
5964

6065
## 1.16.73 (2025-02-21)
61-
### πŸ› Bugs Fixed
66+
### πŸš€ New Features
6267
- [#3853](https://github.com/Azure/azureml-assets/pull/3853) Add H100 GPU to supported_inference_skus.json
6368

6469
## 1.16.72 (2025-02-19)
6570
### πŸ› Bugs Fixed
6671
- [#3846](https://github.com/Azure/azureml-assets/pull/3846) Update account_uri when storage_name is updated for AzureBlobstoreAssetPath
6772

6873
## 1.16.71 (2025-02-12)
69-
### πŸ› Bugs Fixed
74+
### πŸš€ New Features
7075
- [#3838](https://github.com/Azure/azureml-assets/pull/3838) Add setter for AzureBlobstoreAssetPath storage_name
7176

7277
## 1.16.70 (2025-02-06)
73-
### πŸ› Bugs Fixed
78+
### πŸš€ New Features
7479
- [#3825](https://github.com/Azure/azureml-assets/pull/3825) Pick up latest dependency changes
7580

7681
## 1.16.69 (2025-01-21)

β€Žscripts/azureml-assets/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="azureml-assets",
10-
version="1.16.87b1",
10+
version="1.16.87",
1111
description="Utilities for publishing assets to Azure Machine Learning system registries.",
1212
author="Microsoft Corp",
1313
packages=find_packages(),

0 commit comments

Comments
Β (0)