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
+44-2Lines changed: 44 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,53 @@ 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-02-18
22
+
23
+
### Azure Machine Learning SDK for Python v1.1.1rc0
24
+
25
+
+**Bug fixes and improvements**
26
+
+**azure-cli-ml**
27
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
28
+
+**azureml-automl-core**
29
+
+ The error logging has been improved.
30
+
+**azureml-automl-runtime**
31
+
+ Fixed the issue with forecasting when the data set contains short grains with long time gaps.
32
+
+ Fixed the issue when the auto max horizon is turned on and the date column contains dates in form of strings. We added proper conversion and sensible error if conversion to date is not possible
33
+
+ Using native NumPy and SciPy for serializing and deserializing intermediate data for FileCacheStore (used for local AutoML runs)
34
+
+ Fixed a bug where failed child runs could get stuck in Running state.
35
+
+**azureml-cli-common**
36
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
37
+
+**azureml-core**
38
+
+ Added `--grant-workspace-msi-access` as an additional parameter for the Datastore CLI for registering Azure Blob Container which will allow you to register Blob Container that is behind a VNet
39
+
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
40
+
+ Fixed the issue in aks.py _deploy
41
+
+ Validates the integrity of models being uploaded to avoid silent storage failures.
42
+
+**azureml-interpret**
43
+
+ added azureml-style exceptions to azureml-interpret
44
+
+ fixed DeepScoringExplainer serialization for keras models
45
+
+**azureml-pipeline-core**
46
+
+ Pipeline batch scoring notebook now uses ParallelRunStep
47
+
+**azureml-pipeline-steps**
48
+
+ Moved the `AutoMLStep` in the `azureml-pipeline-steps` package. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
49
+
+**azureml-contrib-pipeline-steps**
50
+
+ Optional parameter side_inputs added to ParallelRunStep. This parameter can be used to mount folder on the container. Currently supported types are DataReference and PipelineData.
51
+
+**azureml-tensorboard**
52
+
+ updated azureml-tensorboard to support tensorflow 2.0
53
+
+**azureml-train-automl-client**
54
+
+ fixed FeaturizationConfig overriding issue that filters custom featurization config.
55
+
+**azureml-train-automl-runtime**
56
+
+ Moved the `AutoMLStep` in the `azureml-pipeline-steps` package. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
57
+
+**azureml-train-core**
58
+
+ Supporting PyTorch version 1.4 in the PyTorch Estimator
59
+
21
60
## 2020-02-04
22
61
23
62
### Azure Machine Learning SDK for Python v1.1.0rc0
24
63
64
+
+**Breaking changes**
65
+
+**Semantic Versioning 2.0.0**
66
+
+ Starting with version 1.1 Azure ML Python SDK adopts Semantic Versioning 2.0.0. [Read more here](https://semver.org/). All subsequent versions will follow new numbering scheme and semantic versioning contract.
67
+
25
68
+**Bug fixes and improvements**
26
69
+**azureml-automl-runtime**
27
70
+ Increased speed of featurization.
@@ -113,8 +156,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
113
156
+ Added CreatedBy information to Model and Service objects. May be accessed through <var>.created_by
114
157
+ Fixed ContainerImage.run(), which was not correctly setting up the Docker container's HTTP port.
115
158
+ Make `azureml-dataprep` optional for `az ml dataset register` cli command
116
-
+**azureml-dataprep**
117
-
+ Fixed a bug where TabularDataset.to_pandas_dataframe would incorrectly fall back to an alternate reader and print out a warning.
159
+
+ Fixed a bug where `TabularDataset.to_pandas_dataframe` would incorrectly fall back to an alternate reader and print out a warning.
118
160
+**azureml-explain-model**
119
161
+ defer shap dependency to interpret-community from azureml-interpret
0 commit comments