v0.3.0
New contributors:
Fixed:
- conservative regridding now can be constructed fully lazily (#39).
Added:
- documentation for the package, including readthedocs integration (#40).
- better handling of NaNs to the conservative regridding routine, with a
nan_threshold
keyword argument. For more information see the notebooks on the documentation (#39 & #41). create_regridding_dataset
as a method of thexarray_regrid.Grid
dataclass (#41).