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/service/azure-machine-learning-release-notes.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,54 @@ 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
+
## 2019-11-11
21
22
23
+
### Azure Machine Learning SDK for Python v1.0.74
24
+
25
+
+**Preview features**
26
+
+**azureml-contrib-dataset**
27
+
+ After importing azureml-contrib-dataset, you can call `Dataset.Labeled.from_json_lines` instead of `._Labeled` to create a labeled dataset.
28
+
+ When calling `to_pandas_dataframe` on a labeled dataset with the download option, you can now specify whether to overwrite existing files or not.
29
+
+ 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.
30
+
+ Fixed issues with PyTorch loader when calling `dataset.to_torchvision()`.
31
+
32
+
+**Bug fixes and improvements**
33
+
+**azure-cli-ml**
34
+
+ Added Model Profiling to the preview CLI.
35
+
+ Fixes breaking change in Azure Storage causing AzureML CLI to fail.
36
+
+ Added Load Balancer Type to MLC for AKS types
37
+
+**azureml-automl-core**
38
+
+ Fixed the issue with detection of maximal horizon on time series, having missing values and multiple grains.
39
+
+ Fixed the issue with failures diring generation of cross validation splits.
40
+
+ Replace this section with a message in markdown format to appear in the release notes: -Improved handling of short grains in the forecasting data sets.
41
+
+ Fixed the issue with masking of some user information during logging. -Improved logging of the errors during forecasting runs.
42
+
+ Adding psutil as a conda dependency to the auto-generated yml deployment file.
43
+
+**azureml-contrib-mir**
44
+
+ Fixes breaking change in Azure Storage causing AzureML CLI to fail.
45
+
+**azureml-core**
46
+
+ Fixes a bug which caused models deployed on Azure Functions to produce 500s.
47
+
+ Fixed an issue where the amlignore file was not applied on snapshots.
48
+
+ Added a new API amlcompute.get_active_runs that returns a generator for running and queued runs on a given amlcompute.
49
+
+ Added Load Balancer Type to MLC for AKS types.
50
+
+ 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
51
+
+ Fix deserialization issue for `run_config.yml` with dataset usage.
52
+
+ 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.
53
+
+**azureml-interpret**
54
+
+ Updated interpret-community version to 0.1.0.3
55
+
+**azureml-train-automl**
56
+
+ Fixed an issue where automl_step might not print validation issues.
57
+
+ Fixed register_model to succeed even if the model's environment is missing dependencies locally.
58
+
+ Fixed an issue where some remote runs were not docker enabled.
59
+
+ Add logging of the exception that is causing a local run to fail prematurely.
60
+
+**azureml-train-core**
61
+
+ Consider resume_from runs in the calculation of automated hyperparameter tuning best child runs.
62
+
+**azureml-pipeline-core**
63
+
+ Fixed parameter handling in pipeline argument construction.
64
+
+ Added pipeline description and step type yaml parameter.
65
+
+ New yaml format for Pipeline step and added deprecation warning for old format.
0 commit comments