Skip to content

Commit 010f140

Browse files
authored
Merge pull request #98397 from harneetvirk/master
AzureML Python SDK 2019-12-09 Release Notes
2 parents de292a1 + 82e54d4 commit 010f140

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,27 @@ 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+
## 2019-12-09
22+
23+
### Azure Machine Learning SDK for Python v1.0.79
24+
25+
+ **Bug fixes and improvements**
26+
+ **azureml-automl-core**
27+
+ Removed featurizationConfig to be logged
28+
+ Updated logging to log "auto"/"off"/"customized" only.
29+
+ **azureml-automl-runtime**
30+
+ Added support for pandas. Series and pandas.Categorical for detecting column data type. Previously only supported numpy.ndarray
31+
+ Added related code changes to handle categorical dtype correctly.
32+
+ The forecast function interface was improved: the y_pred parameter was made optional. -The docstrings were improved.
33+
+ **azureml-contrib-dataset**
34+
+ Fixed a bug where labeled datasets could not be mounted.
35+
+ **azureml-core**
36+
+ Bug fix for `Environment.from_existing_conda_environment(name, conda_environment_name)`. User can create an instance of Environment that is exact replica of the local environment
37+
+ Changed time series-related Datasets methods to `include_boundary=True` by default.
38+
+ **azureml-train-automl-client**
39+
+ Fixed issue where validation results are not printed when show output is set to false.
40+
41+
2142
## 2019-11-25
2243

2344
### Azure Machine Learning SDK for Python v1.0.76

0 commit comments

Comments
 (0)