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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,37 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
17
17
18
18
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
19
19
20
+
## 2020-03-23
21
+
22
+
### Azure Machine Learning SDK for Python v1.2.0
23
+
24
+
+**Breaking changes**
25
+
+ Drop support for python 2.7
26
+
27
+
+**Bug fixes and improvements**
28
+
+**azure-cli-ml**
29
+
+ Adds "--subscription-id" to `az ml model/computetarget/service` commands in the CLI
30
+
+ Adding support for passing customer managed key(CMK) vault_url, key_name and key_version for ACI deployment
31
+
+**azureml-automl-core**
32
+
+ Enabled customized imputation with constant value for both X and y data forecasting tasks.
33
+
+ Fixed the issue in with showing error messages to user.
34
+
+**azureml-automl-runtime**
35
+
+ Fixed the issue in with forecasting on the data sets, containing grains with only one row
36
+
+ Decreased the amount of memory required by the forecasting tasks.
37
+
+ Added better error messages if time column has incorrect format.
38
+
+ Enabled customized imputation with constant value for both X and y data forecasting tasks.
39
+
+**azureml-core**
40
+
+ Add support for loading ServicePrincipal from environment variables: AZUREML_SERVICE_PRINCIPAL_ID, AZUREML_SERVICE_PRINCIPAL_TENANT_ID, and AZUREML_SERVICE_PRINCIPAL_PASSWORD
41
+
+ Introduced a new parameter `support_multi_line` to `Dataset.Tabular.from_delimited_files`: By default (`support_multi_line=False`), all line breaks, including those in quoted field values, will be interpreted as a record break. Reading data this way is faster and more optimized for parallel execution on multiple CPU cores. However, it may result in silently producing more records with misaligned field values. This should be set to `True` when the delimited files are known to contain quoted line breaks.
42
+
+ Added the ability to register ADLS Gen2 in the Azure Machine Learning CLI
43
+
+ Renamed parameter 'fine_grain_timestamp' to 'timestamp' and parameter 'coarse_grain_timestamp' to 'partition_timestamp' for the with_timestamp_columns() method in TabularDataset to better reflect the usage of the parameters.
44
+
+ Increased max experiment name length to 255.
45
+
+**azureml-interpret**
46
+
+ Updated azureml-interpret to interpret-community 0.7.*
47
+
+**azureml-sdk**
48
+
+ Changing to dependencies with compatible version Tilde for the support of patching in pre-release and stable releases.
0 commit comments