Skip to content

Commit 6f84a4d

Browse files
authored
Merge pull request #104781 from harneetvirk/master
AzureML Python SDK 2020-02-18 Release Notes
2 parents 7bb2c03 + 620b873 commit 6f84a4d

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

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

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,53 @@ 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-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+
2160
## 2020-02-04
2261

2362
### Azure Machine Learning SDK for Python v1.1.0rc0
2463

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+
2568
+ **Bug fixes and improvements**
2669
+ **azureml-automl-runtime**
2770
+ Increased speed of featurization.
@@ -113,8 +156,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
113156
+ Added CreatedBy information to Model and Service objects. May be accessed through <var>.created_by
114157
+ Fixed ContainerImage.run(), which was not correctly setting up the Docker container's HTTP port.
115158
+ 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.
118160
+ **azureml-explain-model**
119161
+ defer shap dependency to interpret-community from azureml-interpret
120162
+ **azureml-pipeline-core**

0 commit comments

Comments
 (0)