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/azure-machine-learning-release-notes.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,26 +33,26 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
33
33
34
34
+**Bug fixes and improvements**
35
35
+**azureml-automl-runtime**
36
-
+Fix a regression that caused a TypeError to be raised when running AutoML on Python versions below 3.5.4.
36
+
+Fixed a regression that caused a TypeError to be raised when running AutoML on Python versions below 3.5.4.
37
37
+**azureml-core**
38
38
+ Fixed bug in `datastore.upload_files` where relative path that didn't start with `./` was not able to be used.
39
-
+Adds deprecation messages for all Image class codepaths
40
-
+Fix Model Management URL construction for Mooncake region.
41
-
+Fixes issue where models using source_dir couldn't be packaged for Azure Functions.
42
-
+ Dataset: Fix the issue that `to_pandas_dataframe` silently fill nulls for error values in data. The default behavior now raise failure for data error. Two new arguments `on_error` and `out_of_range_datetime` are introduced to specify how to handle error values.
39
+
+Added deprecation messages for all Image class codepaths
40
+
+Fixed Model Management URL construction for Mooncake region.
41
+
+Fixed issue where models using source_dir couldn't be packaged for Azure Functions.
42
+
+ Dataset: Fixed the issue that `to_pandas_dataframe` silently fill nulls for error values in data. The default behavior now raise failure for data error. Two new arguments `on_error` and `out_of_range_datetime` are introduced to specify how to handle error values.
43
43
+ Datastore of Blob Container and Data Lake datastore can now be registered without credential provided. Dataset created from credential-less datastore will use managed identity from compute resource or user identity from browser interactive login to authenticate the data access.
44
44
+ Added an option to [Environment.build_local()](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.environment%28class%29?view=azure-ml-py) to push an image into AzureML workspace container registry
45
45
+ Updated the SDK to use new token library on azure synapse in a back compatible manner.
46
46
+**azureml-dataprep**
47
-
+ Dataset: enable data access to credential-less Datastore of Storage Blob and Data Lake using compute or user identity. Please refer to these articles for permission configuration for identity based data access: [Storage Blob](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-datalake), [Data Lake](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-vm-windows-access-storage).
47
+
+ Dataset: enabled data access to credential-less Datastore of Storage Blob and Data Lake using compute or user identity. Please refer to these articles for permission configuration for identity based data access: [Storage Blob](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-datalake), [Data Lake](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-vm-windows-access-storage).
48
48
+**azureml-interpret**
49
49
+ Fixed bug where None was returned when no explanations were available for download. Now raises an exception, matching behavior elsewhere.
50
50
+**azureml-pipeline-steps**
51
-
+Disallow passing `DatasetConsumptionConfig`s to `Estimator`'s `inputs` parameter when the `Estimator` will be used in an `EstimatorStep`.
51
+
+Disallowed passing `DatasetConsumptionConfig`s to `Estimator`'s `inputs` parameter when the `Estimator` will be used in an `EstimatorStep`.
52
52
+**azureml-sdk**
53
53
+ Added AutoML client to azureml-sdk package, enabling remote AutoML runs to be submitted without installing the full AutoML package.
54
54
+**azureml-train-automl-client**
55
-
+Correcting alignment on console output for automl runs
55
+
+Corrected alignment on console output for automl runs
56
56
+ Fixed a bug where incorrect version of pandas may be installed on remote amlcompute.
0 commit comments