From 833a87831cbdc5c98a99659ff82baaeaf0fa56ef Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Thu, 14 Dec 2023 16:26:51 +0100 Subject: [PATCH] Update docs/changes/newsfragments/5589.improved Co-authored-by: Mikhail Astafev --- docs/changes/newsfragments/5589.improved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes/newsfragments/5589.improved b/docs/changes/newsfragments/5589.improved index 0e6c7210811..489f7e8ff09 100644 --- a/docs/changes/newsfragments/5589.improved +++ b/docs/changes/newsfragments/5589.improved @@ -1,5 +1,5 @@ The use of multi index when exporting to xarray (and netcdf files) has been made smarter such that any dataset with a known shape (such as those measured by doNd etc) will -never be exported using multi index even in the case of incomplete datasets (i.e. due to an interrupted measurement). +never be automatically exported using multi index even in the case of incomplete datasets (i.e. due to an interrupted measurement). Furthermore `to_xarray_dataset` and `to_xarray_dataarray_dict` have gained a key word argument `use_multi_index` to allow the user to control the use of multi indexes.