Skip to content

Commit f0ca1cd

Browse files
authored
Update release notes for azureml-core & dataprep for v1.5.0
1 parent 2be2e3f commit f0ca1cd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,15 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
7171
+ Bug fix: inform clients about partial failure during profiling
7272
+ Added European-style float handling for azureml-core.
7373
+ Enabled workspace private link features in azure ml sdk.
74+
+ When creating a TabularDataset using `from_delimited_files`, you can specify whether empty values should be loaded as None or as empty string by setting the boolean argument `empty_as_string`.
75+
+ Added European-style float handling for datasets.
76+
+ Improved error messages on dataset mount failures.
7477
+ **azureml-datadrift**
7578
+ Data Drift results query from the SDK had a bug that didn't differentiate the minimum, maximum, and mean feature metrics, resulting in duplicate values. We have fixed this bug by prefixing target or baseline to the metric names. Before: duplicate min, max, mean. After: target_min, target_max, target_mean, baseline_min, baseline_max, baseline_mean.
7679
+ **azureml-dataprep**
77-
+ When creating a TabularDataset using `from_delimited_files`, you can specify whether empty values should be loaded as None or as empty string by setting the boolean argument `empty_as_string`.
7880
+ Improve handling of write restricted python environments when ensuring .NET Dependencies required for data delivery.
79-
+ Fixed a documentation bug in the "add-column-from-expression" Dataprep how-to-guide.
8081
+ Fixed Dataflow creation on file with leading empty records.
81-
+ Added error handling options for `to_partition_iterator` similar to `to_pandas_dataframe`
82-
+ Added European-style float handling for azureml-core.
83-
+ Improved error messaging on dataset mount failures.
82+
+ Added error handling options for `to_partition_iterator` similar to `to_pandas_dataframe`.
8483
+ **azureml-interpret**
8584
+ Reduced explanation path length limits to reduce likelihood of going over Windows limit
8685
+ Bugfix for sparse explanations created with the mimic explainer using a linear surrogate model.

0 commit comments

Comments
 (0)