Skip to content

Commit 28aef95

Browse files
authored
adjust release note for AskMode changes
1 parent 7053eb5 commit 28aef95

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
2323
### Azure Machine Learning SDK for Python v1.0.82
2424

2525
+ **New features**
26-
+ Azure Blob and Data Lake datastore can now be registered without credential. 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. 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).
27-
26+
+ Dataset: Add two options `on_error` and `out_of_range_datetime` for `to_pandas_dataframe` to fail when data has error values instead of filling them with `None`.
27+
2828
+ **Preview features**
29-
+ [Contrib features below]
29+
+ [Contrib features below]
3030

3131
+ **Breaking changes**
3232
+ [Reference upcoming breaking changes and old API support drop date]
@@ -38,9 +38,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
3838
+ Fixed bug in `datastore.upload_files` where relative path that didn't start with `./` was not able to be used.
3939
+ Added deprecation messages for all Image class codepaths
4040
+ 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-
41+
+ Fixed issue where models using source_dir couldn't be packaged for Azure Functions.
4442
+ 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
4543
+ Updated the SDK to use new token library on azure synapse in a back compatible manner.
4644
+ **azureml-interpret**

0 commit comments

Comments
 (0)