Skip to content

Commit 7f043e4

Browse files
authored
Merge pull request #212486 from nikhilml77/main
AzureML Python SDK 1.46.0 Release Notes
2 parents ea09ca7 + 8a1910a commit 7f043e4

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

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

Lines changed: 33 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/29/2022
12+
ms.date: 09/26/2022
1313
---
1414

1515
# Azure Machine Learning Python SDK release notes
@@ -19,6 +19,38 @@ 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://learn.microsoft.com/api/search/rss?search=%22Azure+machine+learning+release+notes%22&locale=en-us`
2121

22+
23+
## 2022-09-26
24+
25+
### Azure Machine Learning SDK for Python v1.46.0
26+
+ **azureml-automl-dnn-nlp**
27+
+ Customers will no longer be allowed to specify a line in CoNLL which only comprises with a token. The line must always either be an empty newline or one with exactly one token followed by exactly one space followed by exactly one label.
28+
+ **azureml-contrib-automl-dnn-forecasting**
29+
+ There is a corner case where samples are reduced to 1 after the cross validation split but sample_size still points to the count before the split and hence batch_size ends up being more than sample count in some cases. In this fix we initialize sample_size after the split
30+
+ **azureml-core**
31+
+ Added deprecation warning when inference customers use CLI/SDK v1 model deployment APIs to deploy models and also when python version is 3.6 and less.
32+
+ The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows:
33+
+ Default - displays the warning when customer uses python 3.6 and less and for cli/sdk v1.
34+
+ `True` - displays the sdk v1 deprecation warning on azureml-sdk packages.
35+
+ `False` - disables the sdk v1 deprecation warning on azureml-sdk packages.
36+
+ Command to be executed to set the environment variable to disable the deprecation message:
37+
+ Windows - `setx AZUREML_LOG_DEPRECATION_WARNING_ENABLED "False"`
38+
+ Linux - `export AZUREML_LOG_DEPRECATION_WARNING_ENABLED="False"`
39+
+ **azureml-interpret**
40+
+ update azureml-interpret package to interpret-community 0.27.*
41+
+ **azureml-pipeline-core**
42+
+ Fix schedule default time zone to UTC.
43+
+ Fix incorrect reuse when using SqlDataReference in DataTransfer step.
44+
+ **azureml-responsibleai**
45+
+ update azureml-responsibleai package and curated images to raiwidgets and responsibleai v0.22.0
46+
+ **azureml-train-automl-runtime**
47+
+ Fixed a bug in generated scripts that caused certain metrics to not render correctly in ui.
48+
+ Many Models now supports rolling forecast for inferencing.
49+
+ Support to return top `N` models in Many models scenario.
50+
51+
52+
53+
2254
## 2022-08-29
2355

2456
### Azure Machine Learning SDK for Python v1.45.0

0 commit comments

Comments
 (0)