Skip to content

Commit 95371f3

Browse files
authored
preexisting acrolinx
1 parent ca918f2 commit 95371f3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ AutoML supports scikit-learn version 1.5.1
174174
+ Clean up nan or empty values of target column for nonstreaming scenarios
175175
+ Forecast horizon visuals for test-set are now available while running the training experiment.
176176
+ **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
178178
+ **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
180180

181181
## 2022-12-05
182182

@@ -217,9 +217,9 @@ AutoML supports scikit-learn version 1.5.1
217217
+ **azureml-core**
218218
+ 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.
219219
+ 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.
223223
+ Command to be executed to set the environment variable to disable the deprecation message:
224224
+ Windows - `setx AZUREML_LOG_DEPRECATION_WARNING_ENABLED "False"`
225225
+ Linux - `export AZUREML_LOG_DEPRECATION_WARNING_ENABLED="False"`
@@ -1375,7 +1375,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
13751375
+ Enable registering credential-less ADLS Gen2 datastore.
13761376
+ Improved error message when trying to download or mount an incorrect dataset type.
13771377
+ 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.
13791379
+ Experimental Decorator shows class name for easier identification.
13801380
+ Descriptions for the Assets inside of Models are no longer automatically generated based on a Run.
13811381
+ **azureml-datadrift**
@@ -1441,9 +1441,9 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
14411441
+ **azureml-core**
14421442
+ Warning messages are printed if no files were downloaded from the datastore in a run.
14431443
+ 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.
14451445
+ 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.
14471447
+ Add deprecation messages to the class descriptions for azureml.core.image classes.
14481448
+ Throw exception and clean up workspace and dependent resources if workspace private endpoint creation fails.
14491449
+ Support workspace sku upgrade in workspace update method.
@@ -1809,7 +1809,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
18091809
+ RCranPackage now supports "version" parameter for the CRAN package version.
18101810
+ Bug fix: inform clients about partial failure during profiling
18111811
+ 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.
18131813
+ 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`.
18141814
+ Added European-style float handling for datasets.
18151815
+ Improved error messages on dataset mount failures.
@@ -1989,7 +1989,7 @@ Access the following web-based authoring tools from the studio:
19891989
+ **azure-cli-ml**
19901990
+ Change the endpoint CLI command name from 'az ml endpoint aks' to 'az ml endpoint real time' for consistency.
19911991
+ 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.
19931993
+ **azureml-automl-core**
19941994
+ Enabled the Batch mode inference (taking multiple rows once) for AutoML ONNX models
19951995
+ 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:
20112011
+ Fixed the issue with frequency detection slowness.
20122012
+ Fixes a bug in AutoML exception handling that caused the real reason for training failure to be replaced by an AttributeError.
20132013
+ **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.
20152015
+ **azureml-contrib-mir**
20162016
+ Adds functionality in the MirWebservice class to retrieve the Access Token
20172017
+ 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:
20212021
+ 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).
20222022
+ **azureml-core**
20232023
+ 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'.
20252025
+ Swap to the new routes in all SDK calls.
20262026
+ Changed routing of calls to the ModelManagementService to a new unified structure.
20272027
+ Made workspace update method publicly available.
@@ -2030,7 +2030,7 @@ Access the following web-based authoring tools from the studio:
20302030
+ Added RSection as part of Environment to run R jobs.
20312031
+ Added validation to `Dataset.mount` to raise error when source of the dataset is not accessible or does not contain any data.
20322032
+ 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.
20342034
+ Fixed the issue in aks.py _deploy.
20352035
+ Validates the integrity of models being uploaded to avoid silent storage failures.
20362036
+ 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:
20812081
+ 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.
20822082
+ Fix iterating on `Dataset.get_all` to return all datasets registered with the workspace.
20832083
+ 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'.
20852085
+ Swap to the new routes in all SDK calls
20862086
+ Changes routing of calls to the ModelManagementService to a new unified structure
20872087
+ Made workspace update method publicly available.
@@ -2107,7 +2107,7 @@ Access the following web-based authoring tools from the studio:
21072107

21082108
+ **Bug fixes and improvements**
21092109
+ **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.
21112111
+ **azureml-automl-core**
21122112
+ The error logging has been improved.
21132113
+ **azureml-automl-runtime**
@@ -2116,10 +2116,10 @@ Access the following web-based authoring tools from the studio:
21162116
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
21172117
+ Fixed a bug where failed child runs could get stuck in Running state.
21182118
+ **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.
21202120
+ **azureml-core**
21212121
+ 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.
21232123
+ Fixed the issue in aks.py _deploy
21242124
+ Validates the integrity of models being uploaded to avoid silent storage failures.
21252125
+ **azureml-interpret**
@@ -2822,7 +2822,7 @@ At the time, of this release, the following browsers are supported: Chrome, Fire
28222822
+ **azureml-train-automl**
28232823
+ 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.
28242824
+ **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.
28262826

28272827
### Azure Machine Learning Data Prep SDK v1.1.14
28282828
+ **Bug fixes and improvements**

0 commit comments

Comments
 (0)