[x] Fully documented, including whats-new.rst for all changes and api.rst for new API
This leaves mask_and_scale to its default value (True) when using xarray.open_zarr() to load back the dataset at the end of the simulation. For convenience, a new decoding parameter has been added to xarray.Dataset.xsimlab.run() to pass keyword arguments to xarray.open_zarr().
black . && flake8
whats-new.rst
for all changes andapi.rst
for new APIThis leaves
mask_and_scale
to its default value (True
) when usingxarray.open_zarr()
to load back the dataset at the end of the simulation. For convenience, a newdecoding
parameter has been added toxarray.Dataset.xsimlab.run()
to pass keyword arguments toxarray.open_zarr()
.