Skip to content

Commit 96ca8fd

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent f66eb41 commit 96ca8fd

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

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

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,93 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
1717

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

20+
## 2020-05-11
21+
22+
### Azure Machine Learning SDK for Python v1.5.0
23+
24+
+ **New features**
25+
+ [Insert new features below. Reference articles and/or doc pages]
26+
27+
+ **Preview features**
28+
+ [Contrib features below]
29+
30+
+ **Breaking changes**
31+
+ [Reference upcoming breaking changes and old API support drop date]
32+
33+
+ **Bug fixes and improvements**
34+
+ **azure-cli-ml**
35+
+ Fixes an accidentally left behind warning log in my previous PR. The log was used for debugging and accidentally was left behind.
36+
+ Bug fix: inform clients about partial failure during profiling
37+
+ **azureml-automl-core**
38+
+ Speed up Prophet/AutoArima model in automl forecasting by enabling parallel fitting for the time series when data sets has multiple time series.
39+
+ Fix KeyError on printing guardrails in console interface
40+
+ Fixed error message for experimentation_timeout_hours
41+
+ Deprecated Tensorflow models for AutoML.
42+
+ **azureml-automl-runtime**
43+
+ Fixed error message for experimentation_timeout_hours
44+
+ Fixed unclassified exception when trying to deserialize from cache store
45+
+ Speed up Prophet/AutoArima model in automl forecasting by enabling parallel fitting for the time series when data sets has multiple time series.
46+
+ Fixed the forecasting with enabled rolling window on the data sets where test/prediction set does not contain one of grains from the training set.
47+
+ Improved handling of missing data
48+
+ Fixed issue with prediction intervals during forecasting on data sets, containing time series, which are not aligned in time.
49+
+ Added better validation of data shape for the forecasting tasks.
50+
+ Improved the frequency detection.
51+
+ Created better error message if the cross validation folds for forecasting tasks can not be generated.
52+
+ Fix console interface to print missing value guardrail correctly.
53+
+ Enforcing datatype checks on cv_split_indices input in AutoMLConfig.
54+
+ **azureml-cli-common**
55+
+ Bug fix: inform clients about partial failure during profiling
56+
+ **azureml-contrib-mir**
57+
+ Adds a class azureml.contrib.mir.RevisionStatus which relays information about the currently deployed MIR revision and the most recent version specified by the user. This class is included in the MirWebservice object under 'deployment_status' attribute.
58+
+ Enables update on Webservices of type MirWebservice and its child class SingleModelMirWebservice.
59+
+ **azureml-contrib-pipeline-steps**
60+
+ ParallelRunStep is now out of public preview! The classes ParallelRunstep and ParallelRunConfig been moved from azureml.contrib.pipeline.steps to azureml.pipeline.steps.
61+
+ **azureml-contrib-reinforcementlearning**
62+
+ AmlWindowsCompute only supports Azure Files as mounted storage
63+
+ **azureml-core**
64+
+ Enabled WASB -> Blob conversions in USGovernment and China clouds.
65+
+ Fixes bug to allow Reader roles to use az ml run CLI commands to get run information
66+
+ Removed unnecessary logging during Azure ML Remote Runs with input Datasets.
67+
+ RCranPackage now supports "version" parameter for the CRAN package version.
68+
+ Bug fix: inform clients about partial failure during profiling
69+
+ Added European-style float handling for azureml-core.
70+
+ **azureml-datadrift**
71+
+ Data Drift results query from the SDK had a bug that didn't differentiate the minimum, maximum, and mean feature metrics, resulting in duplicate values. We have fixed this bug by prefixing target or baseline to the metric names. Before: duplicate min, max, mean. After: target_min, target_max, target_mean, baseline_min, baseline_max, baseline_mean.
72+
+ **azureml-dataprep**
73+
+ When creating a TabularDataset using `from_delimited_files`, you can specify whether empty values should be loaded as None or as empty string by setting the boolean argument `empty_as_string`.
74+
+ Improve handling of write restricted python environments when ensuring .NET Dependencies required for data delivery.
75+
+ Fixed a documentation bug in the "add-column-from-expression" Dataprep how-to-guide.
76+
+ Fixed Dataflow creation on file with leading empty records.
77+
+ Added error handling options for `to_partition_iterator` similar to `to_pandas_dataframe`
78+
+ Added European-style float handling for azureml-core.
79+
+ ParallelRunStep is now out of public preview! The classes ParallelRunstep and ParallelRunConfig been moved from azureml.contrib.pipeline.steps to azureml.pipeline.steps.
80+
+ Improved error messaging on dataset mount failures.
81+
+ **azureml-interpret**
82+
+ Reduced explanation path length limits to reduce likelihood of going over Windows limit
83+
+ Bugfix for sparse explanations created with the mimic explainer using a linear surrogate model.
84+
+ **azureml-opendatasets**
85+
+ Fix issue of MNIST's columns are parsed as string which should be int.
86+
+ **azureml-pipeline-core**
87+
+ Enable user to leverage azure-cli-ml extension to create pipeline which contains ParallelRunStep from yml file
88+
+ ParallelRunStep is now out of public preview! The classes ParallelRunstep and ParallelRunConfig been moved from azureml.contrib.pipeline.steps to azureml.pipeline.steps.
89+
+ Allowing the option to regenerate_outputs when using a module that is embedded in a ModuleStep.
90+
+ **azureml-pipeline-steps**
91+
+ Enable user to leverage azure-cli-ml extension to create pipeline which contains ParallelRunStep from yml file
92+
+ ParallelRunStep is now out of public preview! The classes ParallelRunstep and ParallelRunConfig been moved from azureml.contrib.pipeline.steps to azureml.pipeline.steps.
93+
+ **azureml-train-automl-client**
94+
+ Deprecated Tensorflow models for AutoML.
95+
+ Fix users whitelisting unsupported algorithms in local mode
96+
+ Doc fixes to AutoMLConfig.
97+
+ Enforcing datatype checks on cv_split_indices input in AutoMLConfig.
98+
+ Fixed issue with AutoML run failing in show_output
99+
+ **azureml-train-automl-runtime**
100+
+ Fixing a bug in Ensemble iterations which was preventing model download timeout from kicking in successfully.
101+
+ **azureml-train-core**
102+
+ Fix typo in azureml.train.dnn.Nccl class.
103+
+ Supporting PyTorch version 1.5 in the PyTorch Estimator
104+
+ Fix the issue that framework image can't be fetched in fairfax region when using training framework estimators
105+
106+
20107
## 2020-05-04
21108
**New Notebook Experience**
22109

0 commit comments

Comments
 (0)