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
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,44 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
18
18
19
19
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
20
20
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
+
21
59
## 2020-02-18
22
60
23
61
### Azure Machine Learning SDK for Python v1.1.1rc0
0 commit comments