Skip to content

Commit 5f07901

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 6e53ec5 commit 5f07901

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
2828
+ **azureml-contrib-automl-dnn-forecasting**
2929
+ 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
3030
+ **azureml-core**
31-
+ The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows: Default - displays the warning when customer uses python 3.6 and less. `True` - displays the sdk v1 deprecation warning on azureml-sdk packages. `False` - disables the sdk v1 deprecation warning on azureml-sdk packages. Command to be executed to set the environment variable to disable the deprecation message: Windows - setx `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` "False" Linux - export `AZUREML_LOG_DEPRECATION_WARNING_ENABLED`="False"
32-
+ Added deprecation warning when inference customers use CLI/SDK v1 model deployment APIs to deploy models. The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows: - Default - displays the cli/sdk v1 deprecation warning - `True` - displays the cli/sdk v1 deprecation warning - `False` - disables the cli/sdk v1 deprecation warning Command to be executed to set the environment variable to disable the deprecation message: Windows - `setx AZUREML_LOG_DEPRECATION_WARNING_ENABLED "False"` Linux - `export AZUREML_LOG_DEPRECATION_WARNING_ENABLED="False"`
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"
3339
+ **azureml-interpret**
3440
+ update azureml-interpret package to interpret-community 0.27.*
3541
+ **azureml-pipeline-core**

0 commit comments

Comments
 (0)