Skip to content

Commit

Permalink
Update docs/changes/newsfragments/5589.improved
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Astafev <astafan8@gmail.com>
  • Loading branch information
jenshnielsen and astafan8 authored Dec 14, 2023
1 parent f0fa448 commit 833a878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changes/newsfragments/5589.improved
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 833a878

Please sign in to comment.