Skip to content

Commit 16e57c1

Browse files
authored
Merge pull request #113532 from nikhilml777/main
AzureML Python SDK 08-21-2023 Release Notes
2 parents c32a599 + fcd6e03 commit 16e57c1

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: UpdateFrequency5, event-tier1-build-2022, devx-track-python
99
ms.topic: reference
1010
ms.author: larryfr
1111
author: BlackMist
12-
ms.date: 06/26/2023
12+
ms.date: 08/21/2023
1313
---
1414

1515
# Azure Machine Learning Python SDK release notes
@@ -20,6 +20,25 @@ __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-08-21
24+
25+
### Azure Machine Learning SDK for Python v1.53.0
26+
+ **azureml-automl-core**
27+
+ Support of features/regressors known at the time of forecast in AutoML forecasting TCN models.
28+
+ **azureml-automl-dnn-vision**
29+
+ Enable flags for log_training_metrics and log_validation_loss for automl object detection and instance segmentation
30+
+ **azureml-contrib-automl-dnn-forecasting**
31+
+ Support of features/regressors known at the time of forecast in AutoML forecasting TCN models.
32+
+ **azureml-core**
33+
+ Add appinsights location swap for qatarcentral to point to uaenorth
34+
+ **azureml-mlflow**
35+
+ Fix for loading models with MLflow load_model APIs when passing an AzureML URI
36+
+ **azureml-pipeline-core**
37+
+ Skip child run and log error when load child run failed (e.g. 404) using `PipelineRun.get_pipeline_runs`.
38+
+ `PipelineEndpoint.list` introduces a new int parameter `max_results`, which indicates the maximum size of the returned list. The default value of `max_results` is 100.
39+
+ **azureml-training-tabular**
40+
+ Support of features/regressors known at the time of forecast in AutoML forecasting TCN models.
41+
2342
## 2023-06-26
2443

2544
### Azure Machine Learning SDK for Python v1.52.0

0 commit comments

Comments
 (0)