- Support vectorized indexing for xarray >= 0.10 in :py:func:`climate_toolbox.climate_toolbox._reindex_spatial_data_to_regions` (:issue:`10`)
- Support iteratively increasing bounding box in :py:func:`~climate_toolbox.climate_toolbox._fill_holes_xr` (:issue:`11`).
- Support multiple interpolation methods (linear and cubic) in :py:func:`~climate_toolbox.climate_toolbox._fill_holes_xr` (:issue:`12`).
- Fix bug causing tests to pass no matter what
- Support passing a dataset (not just a filepath) into
load_baseline
andload_bcsd
(:issue:`4`)
- merge in bug fixes
- Various bug fixes (see :issue:`2`)
- First release on PyPI.