Skip to content

Commit 42273c5

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 5f4ebf2 commit 42273c5

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

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

Lines changed: 27 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,32 @@ 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-core**
26+
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
27+
+ **azureml-automl-runtime**
28+
+ Fixed a bug where the sample_weight column was not properly validated.
29+
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
30+
+ 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.
31+
+ **azureml-contrib-aisc**
32+
+ Only used by 1P for now
33+
+ **azureml-contrib-automl-dnn-forecasting**
34+
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
35+
+ **azureml-core**
36+
+ New cloud configuration suffix added, "aml_discovery_endpoint".
37+
+ **azureml-mlflow**
38+
+ New cloud configuration suffix added, "aml_discovery_endpoint".
39+
+ **azureml-responsibleai**
40+
+ update azureml-responsibleai package and curated images to raiwidgets and responsibleai 0.21.0
41+
+ updated azureml-responsibleai and images to raiwidgets and responsibleai 0.20.0
42+
+ **azureml-sdk**
43+
+ The azureml-sdk package now allow Python 3.9.
44+
+ **azureml-training-tabular**
45+
+ Added rolling_forecast() public method to the forecasting pipeline wrappers for all supported forecasting models. This method replaces the deprecated rolling_evalution() method.
46+
47+
2248
## 2022-08-01
2349

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

0 commit comments

Comments
 (0)