Skip to content

Commit de4fdac

Browse files
authored
Merge pull request #103372 from harneetvirk/master
AzureML Python SDK 2020-02-04 Release Notes
2 parents 6d30862 + e4372d5 commit de4fdac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ 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-02-04
22+
23+
### Azure Machine Learning SDK for Python v1.1.0rc0
24+
25+
+ **Bug fixes and improvements**
26+
+ **azureml-automl-runtime**
27+
+ Increased speed of featurization.
28+
+ Fixed the frequency check during scoring, now in the forecasting tasks we do not require strict frequency equivalence between train and test set.
29+
+ **azureml-core**
30+
+ User may now specify a value for the auth key when regenerating keys for webservices.
31+
+ **azureml-interpret**
32+
+ Updated azureml-interpret to depend on interpret-community 0.5.0
33+
+ **azureml-pipeline-core**
34+
+ Fixed a bug where PythonScriptStep results could be incorrectly reused despite changing the arguments list
35+
+ **azureml-pipeline-steps**
36+
+ Added documentation example for dataset as PythonScriptStep input
37+
+ **azureml-contrib-pipeline-steps**
38+
+ Parameters passed in ParallelRunConfig can be overwritten by passing pipeline parameters now. New pipeline parameters supported aml_mini_batch_size, aml_error_threshold, aml_logging_level, aml_run_invocation_timeout (aml_node_count and aml_process_count_per_node are already part of earlier release).
39+
2140
## 2020-01-21
2241

2342
### Azure Machine Learning SDK for Python v1.0.85

0 commit comments

Comments
 (0)