Skip to content

Commit 9f91b64

Browse files
Merge pull request #238681 from nikhilml77/main
AzureML Python SDK 05-20-2023
2 parents 04947ac + 53d2fe5 commit 9f91b64

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: UpdateFrequency5, event-tier1-build-2022
99
ms.topic: reference
1010
ms.author: larryfr
1111
author: BlackMist
12-
ms.date: 04/10/2023
12+
ms.date: 05/20/2023
1313
---
1414

1515
# 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
2020
`https://learn.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes%22&locale=en-us`
2121

2222

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+
2347
## 2023-04-10
2448

2549
### Azure Machine Learning SDK for Python v1.50.0

0 commit comments

Comments
 (0)