-
If
input/multi_fileis specified,concat_dimis now optional: Ifconcat_dimis given, the multi-file combination method is"nested", otherwise"by_coords", which was the former default. (See xarray.open_mfdatset().) -
Fixed ignored
output/append_dimsetting. (#54) -
Fixed broken unit level test
test_multi_file_with_defaults(#52) -
Update some unit tests for compatibility with current xarray and Zarr versions.