Skip to content

Commit c9c914a

Browse files
authored
Merge pull request #101846 from harneetvirk/master
AzureML Python SDK 2020-01-21 Release Notes
2 parents 95c8b07 + 1c5e7bb commit c9c914a

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

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

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,43 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
1818

1919
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
2020

21+
## 2020-01-21
22+
23+
### Azure Machine Learning SDK for Python v1.0.85
24+
25+
+ **New features**
26+
+ **azureml-core**
27+
+ Get the current core usage and quota limitation for AmlCompute resources in a given workspace and subscription
28+
29+
+ **azureml-contrib-pipeline-steps**
30+
+ Enable user to pass tabular dataset as intermediate result from previous step to parallelrunstep
31+
32+
+ **Bug fixes and improvements**
33+
+ **azureml-automl-runtime**
34+
+ Removed the requirement of y_query column in the request to the deployed forecasting service.
35+
+ The 'y_query' was removed from the Dominick's Orange Juice notebook service request section.
36+
+ Fixed the bug preventing forecasting on the deployed models, operating on data sets with date time columns.
37+
+ Added Matthews Correlation Coefficient as a classification metric, for both binary and multiclass classification.
38+
+ **azureml-contrib-interpret**
39+
+ Removed text explainers from azureml-contrib-interpret as text explanation has been moved to the interpret-text repo which will be released soon.
40+
+ **azureml-core**
41+
+ Dataset: usages for file dataset no longer depends on numpy and pandas to be installed in the python env.
42+
+ Changed LocalWebservice.wait_for_deployment() to check the status of the local Docker container before trying to ping its health endpoint, greatly reducing the amount of time it takes to report a failed deployment.
43+
+ Fixed the initialization of an internal property used in LocalWebservice.reload() when the service object is created from an existing deployment using the LocalWebservice() constructor.
44+
+ Edited error message for clarification.
45+
+ Added a new method called get_access_token() to AksWebservice that will return AksServiceAccessToken object, which contains access token, refresh after timestamp, expiry on timestamp and token type.
46+
+ Deprecated existing get_token() method in AksWebservice as the new method returns all of the information this method returns.
47+
+ Modified output of az ml service get-access-token command. Renamed token to accessToken and refreshBy to refreshAfter. Added expiryOn and tokenType properties.
48+
+ Fixed get_active_runs
49+
+ **azureml-explain-model**
50+
+ updated shap to 0.33.0 and interpret-community to 0.4.*
51+
+ **azureml-interpret**
52+
+ updated shap to 0.33.0 and interpret-community to 0.4.*
53+
+ **azureml-train-automl-runtime**
54+
+ Added Matthews Correlation Coefficient as a classification metric, for both binary and multiclass classification.
55+
+ Deprecate preprocess flag from code and replaced with featurization -featurization is on by default
56+
57+
2158
## 2020-01-21
2259

2360
### Azure Machine Learning designer generally available (GA)
@@ -39,6 +76,7 @@ The designer is now generally available.
3976

4077
+ **New features**
4178
+ 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`.
79+
+ Workspace: Added the `hbi_workspace` flag for workspaces with sensitive data that enables further encryption and disables advanced diagnostics on workspaces. We also added support for bringing your own keys for the associated Cosmos DB instance, by specifying the `cmk_keyvault` and `resource_cmk_uri` parameters when creating a workspace, which creates a Cosmos DB instance in your subscription while provisioning your workspace. [Read more here.](https://docs.microsoft.com/azure/machine-learning/concept-enterprise-security#azure-cosmos-db)
4280

4381
+ **Bug fixes and improvements**
4482
+ **azureml-automl-runtime**
@@ -60,7 +98,6 @@ The designer is now generally available.
6098
+ Corrected alignment on console output for automl runs
6199
+ Fixed a bug where incorrect version of pandas may be installed on remote amlcompute.
62100

63-
64101
## 2019-12-23
65102

66103
### Azure Machine Learning SDK for Python v1.0.81

0 commit comments

Comments
 (0)