You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/azure-machine-learning-release-notes.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,9 +174,9 @@ AutoML supports scikit-learn version 1.5.1
174
174
+ Clean up nan or empty values of target column for nonstreaming scenarios
175
175
+ Forecast horizon visuals for test-set are now available while running the training experiment.
176
176
+**azureml-train-core**
177
-
+ Added the support to customer to provide custom run id for hyperdrive runs
177
+
+ Added the support to customer to provide custom run ID for hyperdrive runs
178
178
+**azureml-train-restclients-hyperdrive**
179
-
+ Added the support to customer to provide custom run id for hyperdrive runs
179
+
+ Added the support to customer to provide custom run ID for hyperdrive runs
180
180
181
181
## 2022-12-05
182
182
@@ -217,9 +217,9 @@ AutoML supports scikit-learn version 1.5.1
217
217
+**azureml-core**
218
218
+ 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.
219
219
+ The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows:
220
-
+ Default - displays the warning when customer uses Python 3.6 and less and for cli/sdk v1.
221
-
+`True` - displays the sdk v1 deprecation warning on azureml-sdk packages.
222
-
+`False` - disables the sdk v1 deprecation warning on azureml-sdk packages.
220
+
+ Default - displays the warning when customer uses Python 3.6 and less and for cli/SDK v1.
221
+
+`True` - displays the SDK v1 deprecation warning on azureml-sdk packages.
222
+
+`False` - disables the SDK v1 deprecation warning on azureml-sdk packages.
223
223
+ Command to be executed to set the environment variable to disable the deprecation message:
224
224
+ Windows - `setx AZUREML_LOG_DEPRECATION_WARNING_ENABLED "False"`
225
225
+ Linux - `export AZUREML_LOG_DEPRECATION_WARNING_ENABLED="False"`
@@ -1375,7 +1375,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
+ Improved error message when trying to download or mount an incorrect dataset type.
1377
1377
+ Update time series dataset filter sample notebook with more examples of partition_timestamp that provides filter optimization.
1378
-
+ Change the sdk and CLI to accept subscriptionId, resourceGroup, workspaceName, peConnectionName as parameters instead of ArmResourceId when deleting private endpoint connection.
1378
+
+ Change the SDK and CLI to accept subscriptionId, resourceGroup, workspaceName, peConnectionName as parameters instead of ArmResourceId when deleting private endpoint connection.
1379
1379
+ Experimental Decorator shows class name for easier identification.
1380
1380
+ Descriptions for the Assets inside of Models are no longer automatically generated based on a Run.
1381
1381
+**azureml-datadrift**
@@ -1441,9 +1441,9 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
1441
1441
+**azureml-core**
1442
1442
+ Warning messages are printed if no files were downloaded from the datastore in a run.
1443
1443
+ Added documentation for `skip_validation` to the `Datastore.register_azure_sql_database method`.
1444
-
+ Users are required to upgrade to sdk v1.10.0 or above to create an auto approved private endpoint. This includes the Notebook resource that is usable behind the VNet.
1444
+
+ Users are required to upgrade to SDK v1.10.0 or above to create an auto approved private endpoint. This includes the Notebook resource that is usable behind the VNet.
1445
1445
+ Expose NotebookInfo in the response of get workspace.
1446
-
+ Changes to have calls to list compute targets and getting compute target succeed on a remote run. Sdk functions to get compute target and list workspace compute targets now works in remote runs.
1446
+
+ Changes to have calls to list compute targets and getting compute target succeed on a remote run. SDK functions to get compute target and list workspace compute targets now works in remote runs.
1447
1447
+ Add deprecation messages to the class descriptions for azureml.core.image classes.
1448
1448
+ Throw exception and clean up workspace and dependent resources if workspace private endpoint creation fails.
1449
1449
+ Support workspace sku upgrade in workspace update method.
@@ -1809,7 +1809,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
1809
1809
+ RCranPackage now supports "version" parameter for the CRAN package version.
1810
1810
+ Bug fix: inform clients about partial failure during profiling
1811
1811
+ Added European-style float handling for azureml-core.
1812
-
+ Enabled workspace private link features in Azure Machine Learning sdk.
1812
+
+ Enabled workspace private link features in Azure Machine Learning SDK.
1813
1813
+ When creating a TabularDataset using `from_delimited_files`, you can specify whether empty values should be loaded as None or as empty string by setting the boolean argument `empty_as_string`.
1814
1814
+ Added European-style float handling for datasets.
1815
1815
+ Improved error messages on dataset mount failures.
@@ -1989,7 +1989,7 @@ Access the following web-based authoring tools from the studio:
1989
1989
+**azure-cli-ml**
1990
1990
+ Change the endpoint CLI command name from 'az ml endpoint aks' to 'az ml endpoint real time' for consistency.
1991
1991
+ update CLI installation instructions for stable and experimental branch CLI
1992
-
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
1992
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core SDK.
1993
1993
+**azureml-automl-core**
1994
1994
+ Enabled the Batch mode inference (taking multiple rows once) for AutoML ONNX models
1995
1995
+ Improved the detection of frequency on the data sets, lacking data or containing irregular data points
@@ -2011,7 +2011,7 @@ Access the following web-based authoring tools from the studio:
2011
2011
+ Fixed the issue with frequency detection slowness.
2012
2012
+ Fixes a bug in AutoML exception handling that caused the real reason for training failure to be replaced by an AttributeError.
2013
2013
+**azureml-cli-common**
2014
-
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
2014
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core SDK.
2015
2015
+**azureml-contrib-mir**
2016
2016
+ Adds functionality in the MirWebservice class to retrieve the Access Token
2017
2017
+ Use token auth for MirWebservice by default during MirWebservice.run() call - Only refresh if call fails
@@ -2021,7 +2021,7 @@ Access the following web-based authoring tools from the studio:
2021
2021
+ Parameters passed in ParallelRunConfig can be overwritten by passing pipeline parameters now. New pipeline parameters supported aml_mini_batch_size, aml_error_threshold, aml_logging_level, aml_run_invocation_timeout (aml_node_count and aml_process_count_per_node are already part of earlier release).
2022
2022
+**azureml-core**
2023
2023
+ Deployed Azure Machine Learning Webservices now defaults to `INFO` logging. This can be controlled by setting the `AZUREML_LOG_LEVEL` environment variable in the deployed service.
2024
-
+ Python sdk uses discovery service to use 'api' endpoint instead of 'pipelines'.
2024
+
+ Python SDK uses discovery service to use 'api' endpoint instead of 'pipelines'.
2025
2025
+ Swap to the new routes in all SDK calls.
2026
2026
+ Changed routing of calls to the ModelManagementService to a new unified structure.
2027
2027
+ Made workspace update method publicly available.
@@ -2030,7 +2030,7 @@ Access the following web-based authoring tools from the studio:
2030
2030
+ Added RSection as part of Environment to run R jobs.
2031
2031
+ Added validation to `Dataset.mount` to raise error when source of the dataset is not accessible or does not contain any data.
2032
2032
+ Added `--grant-workspace-msi-access` as another parameter for the Datastore CLI for registering Azure Blob Container that allows you to register Blob Container that is behind a VNet.
2033
-
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
2033
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core SDK.
2034
2034
+ Fixed the issue in aks.py _deploy.
2035
2035
+ Validates the integrity of models being uploaded to avoid silent storage failures.
2036
2036
+ User may now specify a value for the auth key when regenerating keys for webservices.
@@ -2081,7 +2081,7 @@ Access the following web-based authoring tools from the studio:
2081
2081
+ Deployed Azure Machine Learning Webservices now defaults to `INFO` logging. This can be controlled by setting the `AZUREML_LOG_LEVEL` environment variable in the deployed service.
2082
2082
+ Fix iterating on `Dataset.get_all` to return all datasets registered with the workspace.
2083
2083
+ Improve error message when invalid type is passed to `path` argument of dataset creation APIs.
2084
-
+ Python sdk uses discovery service to use 'api' endpoint instead of 'pipelines'.
2084
+
+ Python SDK uses discovery service to use 'api' endpoint instead of 'pipelines'.
2085
2085
+ Swap to the new routes in all SDK calls
2086
2086
+ Changes routing of calls to the ModelManagementService to a new unified structure
2087
2087
+ Made workspace update method publicly available.
@@ -2107,7 +2107,7 @@ Access the following web-based authoring tools from the studio:
2107
2107
2108
2108
+**Bug fixes and improvements**
2109
2109
+**azure-cli-ml**
2110
-
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
2110
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core SDK.
2111
2111
+**azureml-automl-core**
2112
2112
+ The error logging has been improved.
2113
2113
+**azureml-automl-runtime**
@@ -2116,10 +2116,10 @@ Access the following web-based authoring tools from the studio:
2116
2116
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
2117
2117
+ Fixed a bug where failed child runs could get stuck in Running state.
2118
2118
+**azureml-cli-common**
2119
-
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
2119
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core SDK.
2120
2120
+**azureml-core**
2121
2121
+ Added `--grant-workspace-msi-access` as another parameter for the Datastore CLI for registering Azure Blob Container that allows you to register Blob Container that is behind a VNet
2122
-
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
2122
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core SDK.
2123
2123
+ Fixed the issue in aks.py _deploy
2124
2124
+ Validates the integrity of models being uploaded to avoid silent storage failures.
2125
2125
+**azureml-interpret**
@@ -2822,7 +2822,7 @@ At the time, of this release, the following browsers are supported: Chrome, Fire
2822
2822
+**azureml-train-automl**
2823
2823
+ Created feature to install specific versions of gpu-capable pytorch v1.1.0, :::no-loc text="cuda"::: toolkit 9.0, pytorch-transformers, which is required to enable BERT/ XLNet in the remote Python runtime environment.
2824
2824
+**azureml-train-core**
2825
-
+ Early failure of some hyperparameter space definition errors directly in the sdk instead of server side.
2825
+
+ Early failure of some hyperparameter space definition errors directly in the SDK instead of server side.
0 commit comments