Skip to content

Commit 554445c

Browse files
Merge pull request #208816 from nikhilml77/main
AzureML Python SDK 1.45.0 Release Notes
2 parents c90822e + e2878ab commit 554445c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

articles/machine-learning/azure-machine-learning-release-notes.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: event-tier1-build-2022
99
ms.topic: reference
1010
ms.author: larryfr
1111
author: BlackMist
12-
ms.date: 08/03/2022
12+
ms.date: 08/29/2022
1313
---
1414

1515
# Azure Machine Learning Python SDK release notes
@@ -19,6 +19,24 @@ In this article, learn about Azure Machine Learning Python SDK releases. For th
1919
__RSS feed__: Get notified when this page is updated by copying and pasting the following URL into your feed reader:
2020
`https://docs.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes%22&locale=en-us`
2121

22+
## 2022-08-29
23+
24+
### Azure Machine Learning SDK for Python v1.45.0
25+
+ **azureml-automl-runtime**
26+
+ Fixed a bug where the sample_weight column was not properly validated.
27+
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evaluation() method.
28+
+ Fixed an issue where AutoML Regression tasks may fall back to train-valid split for model evaluation, when CV would have been a more appropriate choice.
29+
+ **azureml-core**
30+
+ New cloud configuration suffix added, "aml_discovery_endpoint".
31+
+ Updated the vendored azure-storage package from version 2 to version 12.
32+
+ **azureml-mlflow**
33+
+ New cloud configuration suffix added, "aml_discovery_endpoint".
34+
+ **azureml-responsibleai**
35+
+ update azureml-responsibleai package and curated images to raiwidgets and responsibleai 0.21.0
36+
+ **azureml-sdk**
37+
+ The azureml-sdk package now allow Python 3.9.
38+
39+
2240
## 2022-08-01
2341

2442
### Azure Machine Learning SDK for Python v1.44.0

0 commit comments

Comments
 (0)