Skip to content

Commit e8d96c0

Browse files
authored
Merge pull request #106216 from harneetvirk/master
AzureML Python SDK 2020-03-02 Release Notes
2 parents e2b07e8 + dacd9bc commit e8d96c0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,44 @@ 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-03-02
22+
23+
### Azure Machine Learning SDK for Python v1.1.2rc0
24+
25+
+ **Bug fixes and improvements**
26+
+ **azureml-automl-core**
27+
+ Enabled the Batch mode inference (taking multiple rows once) for automl ONNX models
28+
+ Improved the detection of frequency on the data sets, lacking data or containing irregular data points
29+
+ Added the ability to remove data points not complying with the dominant frequrncy.
30+
+ **azureml-automl-runtime**
31+
+ Fixed the issue with the error thrown if the grain which was not present in the training set appeared in the test set
32+
+ Removed the y_query requirement during scoring on forecasting service
33+
+ **azureml-contrib-mir**
34+
+ Adds functionality in the MirWebservice class to retrieve the Access Token
35+
+ **azureml-core**
36+
+ Deployed AzureML Webservices will now default to `INFO` logging. This can be controlled by setting the `AZUREML_LOG_LEVEL` environment variable in the deployed service.
37+
+ Fix iterating on `Dataset.get_all` to return all datasets registered with the workspace.
38+
+ Improve error message when invalid type is passed to `path` argument of dataset creation APIs.
39+
+ Python sdk uses discovery service to use 'api' endpoint instead of 'pipelines'.
40+
+ Swap to the new routes in all SDK calls
41+
+ Changes routing of calls to the ModelManagementService to a new unified structure
42+
+ Made workspace update method publicly available.
43+
+ Added image_build_compute parameter in workspace update method to allow user updating the compute for image build
44+
+ Added deprecation messages to the old profiling workflow. Fixed profiling cpu and memory limits
45+
+ **azureml-interpret**
46+
+ update azureml-interpret to interpret-community 0.6.*
47+
+ **azureml-mlflow**
48+
+ Add support for sovereign clouds to azureml.mlflow
49+
+ **azureml-pipeline-steps**
50+
+ Moved the `AutoMLStep` to the `azureml-pipeline-steps package`. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
51+
+ **azureml-train-automl-client**
52+
+ Fixed an issue where certain packages may be installed at incorrect versions on remote runs.
53+
+ **azureml-train-automl-runtime**
54+
+ Fixed the issue with frequency detection in the remote runs
55+
+ Moved the `AutoMLStep` to the `azureml-pipeline-steps package`. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
56+
+ **azureml-train-core**
57+
+ Moved the `AutoMLStep` to the `azureml-pipeline-steps package`. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
58+
2159
## 2020-02-18
2260

2361
### Azure Machine Learning SDK for Python v1.1.1rc0

0 commit comments

Comments
 (0)