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
@@ -168,9 +174,9 @@ AutoML supports scikit-learn version 1.5.1
168
174
+ Clean up nan or empty values of target column for nonstreaming scenarios
169
175
+ Forecast horizon visuals for test-set are now available while running the training experiment.
170
176
+**azureml-train-core**
171
-
+ 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
172
178
+**azureml-train-restclients-hyperdrive**
173
-
+ 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
174
180
175
181
## 2022-12-05
176
182
@@ -211,9 +217,9 @@ AutoML supports scikit-learn version 1.5.1
211
217
+**azureml-core**
212
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.
213
219
+ The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows:
214
-
+ Default - displays the warning when customer uses Python 3.6 and less and for cli/sdk v1.
215
-
+`True` - displays the sdk v1 deprecation warning on azureml-sdk packages.
216
-
+`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.
217
223
+ Command to be executed to set the environment variable to disable the deprecation message:
218
224
+ Windows - `setx AZUREML_LOG_DEPRECATION_WARNING_ENABLED "False"`
219
225
+ Linux - `export AZUREML_LOG_DEPRECATION_WARNING_ENABLED="False"`
@@ -1369,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.
1371
1377
+ Update time series dataset filter sample notebook with more examples of partition_timestamp that provides filter optimization.
1372
-
+ 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.
1373
1379
+ Experimental Decorator shows class name for easier identification.
1374
1380
+ Descriptions for the Assets inside of Models are no longer automatically generated based on a Run.
1375
1381
+**azureml-datadrift**
@@ -1435,9 +1441,9 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
1435
1441
+**azureml-core**
1436
1442
+ Warning messages are printed if no files were downloaded from the datastore in a run.
1437
1443
+ Added documentation for `skip_validation` to the `Datastore.register_azure_sql_database method`.
1438
-
+ 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.
1439
1445
+ Expose NotebookInfo in the response of get workspace.
1440
-
+ 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.
1441
1447
+ Add deprecation messages to the class descriptions for azureml.core.image classes.
1442
1448
+ Throw exception and clean up workspace and dependent resources if workspace private endpoint creation fails.
1443
1449
+ Support workspace sku upgrade in workspace update method.
@@ -1803,7 +1809,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
1803
1809
+ RCranPackage now supports "version" parameter for the CRAN package version.
1804
1810
+ Bug fix: inform clients about partial failure during profiling
1805
1811
+ Added European-style float handling for azureml-core.
1806
-
+ Enabled workspace private link features in Azure Machine Learning sdk.
1812
+
+ Enabled workspace private link features in Azure Machine Learning SDK.
1807
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`.
1808
1814
+ Added European-style float handling for datasets.
1809
1815
+ Improved error messages on dataset mount failures.
@@ -1983,7 +1989,7 @@ Access the following web-based authoring tools from the studio:
1983
1989
+**azure-cli-ml**
1984
1990
+ Change the endpoint CLI command name from 'az ml endpoint aks' to 'az ml endpoint real time' for consistency.
1985
1991
+ update CLI installation instructions for stable and experimental branch CLI
1986
-
+ 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.
1987
1993
+**azureml-automl-core**
1988
1994
+ Enabled the Batch mode inference (taking multiple rows once) for AutoML ONNX models
1989
1995
+ Improved the detection of frequency on the data sets, lacking data or containing irregular data points
@@ -2005,7 +2011,7 @@ Access the following web-based authoring tools from the studio:
2005
2011
+ Fixed the issue with frequency detection slowness.
2006
2012
+ Fixes a bug in AutoML exception handling that caused the real reason for training failure to be replaced by an AttributeError.
2007
2013
+**azureml-cli-common**
2008
-
+ 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.
2009
2015
+**azureml-contrib-mir**
2010
2016
+ Adds functionality in the MirWebservice class to retrieve the Access Token
2011
2017
+ Use token auth for MirWebservice by default during MirWebservice.run() call - Only refresh if call fails
@@ -2015,7 +2021,7 @@ Access the following web-based authoring tools from the studio:
2015
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).
2016
2022
+**azureml-core**
2017
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.
2018
-
+ 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'.
2019
2025
+ Swap to the new routes in all SDK calls.
2020
2026
+ Changed routing of calls to the ModelManagementService to a new unified structure.
2021
2027
+ Made workspace update method publicly available.
@@ -2024,7 +2030,7 @@ Access the following web-based authoring tools from the studio:
2024
2030
+ Added RSection as part of Environment to run R jobs.
2025
2031
+ Added validation to `Dataset.mount` to raise error when source of the dataset is not accessible or does not contain any data.
2026
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.
2027
-
+ 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.
2028
2034
+ Fixed the issue in aks.py _deploy.
2029
2035
+ Validates the integrity of models being uploaded to avoid silent storage failures.
2030
2036
+ User may now specify a value for the auth key when regenerating keys for webservices.
@@ -2075,7 +2081,7 @@ Access the following web-based authoring tools from the studio:
2075
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.
2076
2082
+ Fix iterating on `Dataset.get_all` to return all datasets registered with the workspace.
2077
2083
+ Improve error message when invalid type is passed to `path` argument of dataset creation APIs.
2078
-
+ 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'.
2079
2085
+ Swap to the new routes in all SDK calls
2080
2086
+ Changes routing of calls to the ModelManagementService to a new unified structure
2081
2087
+ Made workspace update method publicly available.
@@ -2101,7 +2107,7 @@ Access the following web-based authoring tools from the studio:
2101
2107
2102
2108
+**Bug fixes and improvements**
2103
2109
+**azure-cli-ml**
2104
-
+ 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.
2105
2111
+**azureml-automl-core**
2106
2112
+ The error logging has been improved.
2107
2113
+**azureml-automl-runtime**
@@ -2110,10 +2116,10 @@ Access the following web-based authoring tools from the studio:
2110
2116
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
2111
2117
+ Fixed a bug where failed child runs could get stuck in Running state.
2112
2118
+**azureml-cli-common**
2113
-
+ 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.
2114
2120
+**azureml-core**
2115
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
2116
-
+ 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.
2117
2123
+ Fixed the issue in aks.py _deploy
2118
2124
+ Validates the integrity of models being uploaded to avoid silent storage failures.
2119
2125
+**azureml-interpret**
@@ -2816,7 +2822,7 @@ At the time, of this release, the following browsers are supported: Chrome, Fire
2816
2822
+**azureml-train-automl**
2817
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.
2818
2824
+**azureml-train-core**
2819
-
+ 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