Skip to content

Commit 34ef58d

Browse files
authored
Add release notes for azureml-contrib-dataset and azureml-core
1 parent c4a177c commit 34ef58d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
2828

2929
+ **Preview features**
3030
+ [Contrib features below]
31+
+ **azureml-contrib-dataset**
32+
+ After importing azureml-contrib-dataset, you can call `Dataset.Labeled.from_json_lines` instead of `._Labeled` to create a labeled dataset.
33+
+ When calling `to_pandas_dataframe` on a labeled dataset with the download option, you can now specify whether to overwrite existing files or not.
34+
+ 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.
35+
+ Fixed issues with PyTorch loader when calling `dataset.to_torchvision()`.
3136

3237
+ **Breaking changes**
3338
+ [Reference upcoming breaking changes and old API support drop date]
@@ -51,9 +56,10 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
5156
+ Added a new API amlcompute.get_active_runs that returns a generator for running and queued runs on a given amlcompute.
5257
+ Added Load Balancer Type to MLC for AKS types.
5358
+ Added append_prefix bool parameter to download_files in run.py and download_artifacts_from_prefix in artifacts_client. This flag is used to selectively flatten the origin filepath so only the file or folder name is added to the output_directory
54-
+ fix deserialization issue for `run_config.yml` with dataset usage.
59+
+ Fix deserialization issue for `run_config.yml` with dataset usage.
60+
+ When calling `keep_columns` or `drop_columns` that results in a timeseries column being dropped, the corresponding capabilities will be dropped for the dataset as well.
5561
+ **azureml-interpret**
56-
+ updated interpret-community version to 0.1.0.3
62+
+ Updated interpret-community version to 0.1.0.3
5763
+ **azureml-train-automl**
5864
+ Fixed an issue where automl_step might not print validation issues.
5965
+ Fixed register_model to succeed even if the model's environment is missing dependencies locally.

0 commit comments

Comments
 (0)