Skip to content

Commit 7de22e5

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent dbd107b commit 7de22e5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,14 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
2222
## 2019-11-11
2323

2424
### Azure Machine Learning SDK for Python v1.0.74
25-
26-
+ **New features**
27-
+ [Insert new features below. Reference articles and/or doc pages]
28-
25+
2926
+ **Preview features**
30-
+ [Contrib features below]
3127
+ **azureml-contrib-dataset**
3228
+ After importing azureml-contrib-dataset, you can call `Dataset.Labeled.from_json_lines` instead of `._Labeled` to create a labeled dataset.
3329
+ When calling `to_pandas_dataframe` on a labeled dataset with the download option, you can now specify whether to overwrite existing files or not.
3430
+ When calling `keep_columns` or `drop_columns` that results in a timeseries, label, or image column being dropped, the corresponding capabilities will be dropped for the dataset as well.
3531
+ Fixed issues with PyTorch loader when calling `dataset.to_torchvision()`.
3632

37-
+ **Breaking changes**
38-
+ [Reference upcoming breaking changes and old API support drop date]
39-
4033
+ **Bug fixes and improvements**
4134
+ **azure-cli-ml**
4235
+ Added Model Profiling to the preview CLI.

0 commit comments

Comments
 (0)