@@ -9,7 +9,7 @@ ms.custom: UpdateFrequency5, event-tier1-build-2022
9
9
ms.topic : reference
10
10
ms.author : larryfr
11
11
author : BlackMist
12
- ms.date : 04/10 /2023
12
+ ms.date : 05/20 /2023
13
13
---
14
14
15
15
# Azure Machine Learning Python SDK release notes
@@ -20,6 +20,30 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
20
20
` https://learn.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes%22&locale=en-us `
21
21
22
22
23
+ ## 2023-05-20
24
+
25
+ ### Azure Machine Learning SDK for Python v1.51.0
26
+ + ** azureml-automl-core**
27
+ + AutoML forecasting task now supports rolling forecast and partial support for quantile forecasts for hierarchical time series (HTS).
28
+ + Disallow using non-tabular datasets to customers for Classification (multi-class and multi-label) scenarios
29
+ + ** azureml-automl-dnn-nlp**
30
+ + Disallow using non-tabular datasets to customers for Classification (multi-class and multi-label) scenarios
31
+ + ** azureml-contrib-automl-pipeline-steps**
32
+ + AutoML forecasting task now supports rolling forecast and partial support for quantile forecasts for hierarchical time series (HTS).
33
+ + ** azureml-fsspec**
34
+ + Replaces all user caused errors in MLTable & FSSpec with a custom UserErrorException imported from azureml-dataprep.
35
+ + ** azureml-interpret**
36
+ + updated azureml-interpret package to interpret-community 0.29.*
37
+ + ** azureml-pipeline-core**
38
+ + Fix ` pipeline_version ` not taking effect when calling ` pipeline_endpoint.submit() ` .
39
+ + ** azureml-train-automl-client**
40
+ + AutoML forecasting task now supports rolling forecast and partial support for quantile forecasts for hierarchical time series (HTS).
41
+ + ** azureml-train-automl-runtime**
42
+ + AutoML forecasting task now supports rolling forecast and partial support for quantile forecasts for hierarchical time series (HTS).
43
+ + ** mltable**
44
+ + Additional encoding variants like ` utf-8 ` are now supported when loading MLTable files.
45
+ + Replaces all user caused errors in MLTable & FSSpec with a custom UserErrorException imported from azureml-dataprep.
46
+
23
47
## 2023-04-10
24
48
25
49
### Azure Machine Learning SDK for Python v1.50.0
0 commit comments