:warning: Breaking changes
- Drop Python 3.7 support in https://github.com/aazuspan/wxee/pull/60
- Swap `xarray.open_rasterio` for `rioxarray.open_rasterio` for loading datasets behind the scenes in https://github.com/aazuspan/wxee/pull/63. This *will* affect some `Dataset` attributes, such as `crs` and `nodata`. See the [rioxarray docs](https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html#rioxarray) for more info on the benefits and tips for transitioning.
- Make plotly and netcdf4 optional dependencies in https://github.com/aazuspan/wxee/pull/66
Other changes
- Switch to MIT license by aazuspan in https://github.com/aazuspan/wxee/pull/64.
- Deprecate `path` parameter for saving to netcdf in https://github.com/aazuspan/wxee/pull/67. This will be removed in a future release, so please start using [`to_netcdf`](https://xarray.pydata.org/en/stable/generated/xarray.Dataset.to_netcdf.html) instead.
- Set default `col` and `groupby` kwargs for the [`rgb`](https://wxee.readthedocs.io/en/latest/generated/wxee.xarray.DatasetAccessor.rgb.html#wxee.xarray.DatasetAccessor.rgb) method in https://github.com/aazuspan/wxee/pull/58
**Full Changelog**: https://github.com/aazuspan/wxee/compare/v0.3.3...v0.4.0