Skip to content

Commit 17a1df1

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent eb4ffca commit 17a1df1

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
@@ -495,7 +495,7 @@ This breaking change comes from the June release of `azureml-inference-server-ht
495495
+ Fixed a bug where to_dask_dataframe would fail because of a race condition.
496496
+ Dataset from_files now supports skipping of data extensions for large input data
497497
+ **azureml-defaults**
498-
+ We are removing the dependency azureml-model-management-sdk==1.0.1b6.post1 from azureml-defaults.
498+
+ We're removing the dependency azureml-model-management-sdk==1.0.1b6.post1 from azureml-defaults.
499499
+ **azureml-interpret**
500500
+ updated azureml-interpret to interpret-community 0.19.*
501501
+ **azureml-pipeline-core**
@@ -632,7 +632,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
632632
+ **Bug fixes and improvements**
633633
+ **azureml-core**
634634
+ Added the ability to override the default timeout value for artifact uploading via the "AZUREML_ARTIFACTS_DEFAULT_TIMEOUT" environment variable.
635-
+ Fixed a bug where docker settings in Environment object on ScriptRunConfig are not respected.
635+
+ Fixed a bug where docker settings in Environment object on ScriptRunConfig aren't respected.
636636
+ Allow partitioning a dataset when copying it to a destination.
637637
+ Added a custom mode to the OutputDatasetConfig to enable passing created Datasets in pipelines through a link function. These support enhancements made to enable Tabular Partitioning for PRS.
638638
+ Added a new KubernetesCompute compute type to azureml-core.
@@ -655,7 +655,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
655655
### Azure Machine Learning SDK for Python v1.26.0
656656
+ **Bug fixes and improvements**
657657
+ **azureml-automl-core**
658-
+ Fixed an issue where Naive models would be recommended in AutoMLStep runs and fail with lag or rolling window features. These models will not be recommended when target lags or target rolling window size are set.
658+
+ Fixed an issue where Naive models would be recommended in AutoMLStep runs and fail with lag or rolling window features. These models won't be recommended when target lags or target rolling window size are set.
659659
+ Changed console output when submitting an AutoML run to show a portal link to the run.
660660
+ **azureml-core**
661661
+ Added HDFS mode in documentation.
@@ -756,8 +756,8 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
756756
+ With setting show_output to True when deploy models, inference configuration and deployment configuration will be replayed before sending the request to server.
757757
+ **azureml-core**
758758
+ Added functionality to filter Tabular Datasets by column values and File Datasets by metadata.
759-
+ Previously, it was possibly for users to create provisioning configurations for ComputeTarget's that did not satisfy the password strength requirements for the `admin_user_password` field (that is, that they must contain at least 3 of the following: One lowercase letter, one uppercase letter, one digit, and one special character from the following set: ``\`~!@#$%^&*()=+_[]{}|;:./'",<>?``). If the user created a configuration with a weak password and ran a job using that configuration, the job would fail at runtime. Now, the call to `AmlCompute.provisioning_configuration` throws a `ComputeTargetException` with an accompanying error message explaining the password strength requirements.
760-
+ Additionally, it was also possible in some cases to specify a configuration with a negative number of maximum nodes. It is no longer possible to do this. Now, `AmlCompute.provisioning_configuration` throws a `ComputeTargetException` if the `max_nodes` argument is a negative integer.
759+
+ Previously, it was possibly for users to create provisioning configurations for ComputeTarget's that didn't satisfy the password strength requirements for the `admin_user_password` field (that is, that they must contain at least 3 of the following: One lowercase letter, one uppercase letter, one digit, and one special character from the following set: ``\`~!@#$%^&*()=+_[]{}|;:./'",<>?``). If the user created a configuration with a weak password and ran a job using that configuration, the job would fail at runtime. Now, the call to `AmlCompute.provisioning_configuration` throws a `ComputeTargetException` with an accompanying error message explaining the password strength requirements.
760+
+ Additionally, it was also possible in some cases to specify a configuration with a negative number of maximum nodes. It's no longer possible to do this. Now, `AmlCompute.provisioning_configuration` throws a `ComputeTargetException` if the `max_nodes` argument is a negative integer.
761761
+ With setting show_output to True when deploy models, inference configuration and deployment configuration will be displayed.
762762
+ With setting show_output to True when wait for the completion of model deployment, the progress of deployment operation will be displayed.
763763
+ Allow customer specified Azure Machine Learning auth config directory through environment variable: AZUREML_AUTH_CONFIG_DIR
@@ -812,7 +812,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
812812
+ Previously, it was possible to create a provisioning configuration with the minimum node count less than the maximum node count. This has now been fixed. If you now try to create a provisioning configuration with `min_nodes < max_nodes` the SDK will raises a `ComputeTargetException`.
813813
+ Fixes bug in wait_for_completion in AmlCompute, which caused the function to return control flow before the operation was actually complete
814814
+ Run.fail() is now deprecated, use Run.tag() to mark run as failed or use Run.cancel() to mark the run as canceled.
815-
+ Show error message 'Environment name expected str, {} found' when provided environment name is not a string.
815+
+ Show error message 'Environment name expected str, {} found' when provided environment name isn't a string.
816816
+ **azureml-train-automl-client**
817817
+ Fixed a bug that prevented AutoML experiments performed on Azure Databricks clusters from being canceled.
818818

@@ -824,7 +824,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
824824
+ **azureml-automl-core**
825825
+ Fixed bug where an extra pip dependency was added to the conda yml file for vision models.
826826
+ **azureml-automl-runtime**
827-
+ Fixed a bug where classical forecasting models (for example, AutoArima) could receive training data wherein rows with imputed target values were not present. This violated the data contract of these models. * Fixed various bugs with lag-by-occurrence behavior in the time-series lagging operator. Previously, the lag-by-occurrence operation did not mark all imputed rows correctly and so would not always generate the correct occurrence lag values. Also fixed some compatibility issues between the lag operator and the rolling window operator with lag-by-occurrence behavior. This previously resulted in the rolling window operator dropping some rows from the training data that it should otherwise use.
827+
+ Fixed a bug where classical forecasting models (for example, AutoArima) could receive training data wherein rows with imputed target values weren't present. This violated the data contract of these models. * Fixed various bugs with lag-by-occurrence behavior in the time-series lagging operator. Previously, the lag-by-occurrence operation didn't mark all imputed rows correctly and so wouldn't always generate the correct occurrence lag values. Also fixed some compatibility issues between the lag operator and the rolling window operator with lag-by-occurrence behavior. This previously resulted in the rolling window operator dropping some rows from the training data that it should otherwise use.
828828
+ **azureml-core**
829829
+ Adding support for Token Authentication by audience.
830830
+ Add `process_count` to [PyTorchConfiguration](/python/api/azureml-core/azureml.core.runconfig.pytorchconfiguration) to support multi-process multi-node PyTorch jobs.
@@ -888,7 +888,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
888888
+ **azureml-train-core**
889889
+ Fix to remove another registration on datastore for resume run feature
890890
+ **azureml-widgets**
891-
+ Customers should not see changes to existing run data visualization using the widget, and now will have support if they optionally use conditional hyperparameters.
891+
+ Customers shouldn't see changes to existing run data visualization using the widget, and now will have support if they optionally use conditional hyperparameters.
892892
+ The user run widget now includes a detailed explanation for why a run is in the queued state.
893893

894894

@@ -897,9 +897,9 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
897897
### Azure Machine Learning SDK for Python v1.20.0
898898
+ **Bug fixes and improvements**
899899
+ **azure-cli-ml**
900-
+ framework_version added in OptimizationConfig. It is used when model is registered with framework MULTI.
900+
+ framework_version added in OptimizationConfig. It's used when model is registered with framework MULTI.
901901
+ **azureml-contrib-optimization**
902-
+ framework_version added in OptimizationConfig. It is used when model is registered with framework MULTI.
902+
+ framework_version added in OptimizationConfig. It's used when model is registered with framework MULTI.
903903
+ **azureml-pipeline-steps**
904904
+ Introducing CommandStep, which would take command to process. Command can include executables, shell commands, scripts, etc.
905905
+ **azureml-core**
@@ -1015,7 +1015,7 @@ The `ml` extension to the Azure CLI is the next-generation interface for Azure M
10151015
+ Pin the package: pyjwt to avoid pulling in breaking in versions upcoming releases.
10161016
+ Creating an experiment returns the active or last archived experiment with that same given name if such experiment exists or a new experiment.
10171017
+ Calling get_experiment by name returns the active or last archived experiment with that given name.
1018-
+ Users cannot rename an experiment while reactivating it.
1018+
+ Users can't rename an experiment while reactivating it.
10191019
+ Improved error message to include potential fixes when a dataset is incorrectly passed to an experiment (for example, ScriptRunConfig).
10201020
+ Improved documentation for `OutputDatasetConfig.register_on_complete` to include the behavior of what will happen when the name already exists.
10211021
+ Specifying dataset input and output names that have the potential to collide with common environment variables will now result in a warning
@@ -1067,7 +1067,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
10671067
+ **azureml-explain-model**
10681068
+ The azureml-explain-model package is officially deprecated
10691069
+ **azureml-mlflow**
1070-
+ Resolved a bug in mlflow.projects.run against azureml backend where Finalizing state was not handled properly.
1070+
+ Resolved a bug in mlflow.projects.run against azureml backend where Finalizing state wasn't handled properly.
10711071
+ **azureml-pipeline-core**
10721072
+ Add support to create, list and get pipeline schedule based one pipeline endpoint.
10731073
+ Improved the documentation of PipelineData.as_dataset with an invalid usage example - Using PipelineData.as_dataset improperly will now result in a ValueException being thrown
@@ -1128,7 +1128,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
11281128
+ Support Triton No Code Deploy
11291129
+ outputs directories specified in Run.start_logging() will now be tracked when using run in interactive scenarios. The tracked files are visible on ML Studio upon calling Run.complete()
11301130
+ File encoding can be now specified during dataset creation with `Dataset.Tabular.from_delimited_files` and `Dataset.Tabular.from_json_lines_files` by passing the `encoding` argument. The supported encodings are 'utf8', 'iso88591', 'latin1', 'ascii', utf16', 'utf32', 'utf8bom' and 'windows1252'.
1131-
+ Bug fix when environment object is not passed to ScriptRunConfig constructor.
1131+
+ Bug fix when environment object isn't passed to ScriptRunConfig constructor.
11321132
+ Updated Run.cancel() to allow cancel of a local run from another machine.
11331133
+ **azureml-dataprep**
11341134
+ Fixed dataset mount timeout issues.
@@ -1154,15 +1154,15 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
11541154
### Azure Machine Learning SDK for Python v1.14.0
11551155
+ **Bug fixes and improvements**
11561156
+ **azure-cli-ml**
1157-
+ Grid Profiling removed from the SDK and is not longer supported.
1157+
+ Grid Profiling removed from the SDK and isn't longer supported.
11581158
+ **azureml-accel-models**
11591159
+ azureml-accel-models package now supports TensorFlow 2.x
11601160
+ **azureml-automl-core**
11611161
+ Added error handling in get_output for cases when local versions of pandas/sklearn don't match the ones used during training
11621162
+ **azureml-automl-runtime**
11631163
+ Fixed a bug where AutoArima iterations would fail with a PredictionException and the message: "Silent failure occurred during prediction."
11641164
+ **azureml-cli-common**
1165-
+ Grid Profiling removed from the SDK and is not longer supported.
1165+
+ Grid Profiling removed from the SDK and isn't longer supported.
11661166
+ **azureml-contrib-server**
11671167
+ Update description of the package for pypi overview page.
11681168
+ **azureml-core**
@@ -1212,7 +1212,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
12121212
+ **azureml-automl-runtime**
12131213
+ Set horovod for text DNN to always use fp16 compression.
12141214
+ This release supports models greater than 4 Gb.
1215-
+ Fixed issue where AutoML fails with ImportError: cannot import name `RollingOriginValidator`.
1215+
+ Fixed issue where AutoML fails with ImportError: can't import name `RollingOriginValidator`.
12161216
+ Upgraded AutoML dependencies: `scikit-learn` (now 0.22.1), `pandas` (now 0.25.1), `numpy` (now 1.18.2).
12171217
+ **azureml-contrib-automl-dnn-forecasting**
12181218
+ Upgraded AutoML dependencies: `scikit-learn` (now 0.22.1), `pandas` (now 0.25.1), `numpy` (now 1.18.2).
@@ -1274,7 +1274,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
12741274
+ Improved calculation of forecast quantiles when lookback features are disabled.
12751275
+ Fixed bool sparse matrix handling when computing explanations after AutoML.
12761276
+ **azureml-core**
1277-
+ A new method `run.get_detailed_status()` now shows the detailed explanation of current run status. It is currently only showing explanation for `Queued` status.
1277+
+ A new method `run.get_detailed_status()` now shows the detailed explanation of current run status. It's currently only showing explanation for `Queued` status.
12781278
+ Add image_name and image_label parameters to Model.package() to enable renaming the built package image.
12791279
+ New method `set_pip_requirements()` to set the entire pip section in [`CondaDependencies`](/python/api/azureml-core/azureml.core.conda_dependencies.condadependencies) at once.
12801280
+ Enable registering credential-less ADLS Gen2 datastore.
@@ -1321,7 +1321,7 @@ Learn more about [image instance segmentation labeling](../how-to-label-data.md)
13211321
+ Environment.get_image_details() return object type changed. `DockerImageDetails` class replaced `dict`, image details are available from the new class properties. Changes are backward compatible.
13221322
+ Fix bug for Environment.from_pip_requirements() to preserve dependencies structure
13231323
+ Fixed a bug where log_list would fail if an int and double were included in the same list.
1324-
+ While enabling private link on an existing workspace, please note that if there are compute targets associated with the workspace, those targets will not work if they are not behind the same virtual network as the workspace private endpoint.
1324+
+ While enabling private link on an existing workspace, please note that if there are compute targets associated with the workspace, those targets won't work if they are not behind the same virtual network as the workspace private endpoint.
13251325
+ Made `as_named_input` optional when using datasets in experiments and added `as_mount` and `as_download` to `FileDataset`. The input name will automatically generate if `as_mount` or `as_download` is called.
13261326
+ **azureml-automl-core**
13271327
+ Unhandled exceptions in AutoML now point to a known issues HTTP page, where more information about the errors can be found.

0 commit comments

Comments
 (0)