v0.4.0
⚠️ Breaking changes
- Drop Python 3.7 support in #60
- Swap
xarray.open_rasterio
forrioxarray.open_rasterio
for loading datasets behind the scenes in #63. This will affect someDataset
attributes, such ascrs
andnodata
. See the rioxarray docs for more info on the benefits and tips for transitioning. - Make plotly and netcdf4 optional dependencies in #66
Other changes
- Switch to MIT license by @aazuspan in #64.
- Deprecate
path
parameter for saving to netcdf in #67. This will be removed in a future release, so please start usingto_netcdf
instead. - Set default
col
andgroupby
kwargs for thergb
method in #58
Full Changelog: v0.3.3...v0.4.0