Skip to content

v0.4.0

Compare
Choose a tag to compare
@aazuspan aazuspan released this 11 Jun 18:13
· 12 commits to main since this release

⚠️ Breaking changes

  • Drop Python 3.7 support in #60
  • Swap xarray.open_rasterio for rioxarray.open_rasterio for loading datasets behind the scenes in #63. This will affect some Dataset attributes, such as crs and nodata. 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 using to_netcdf instead.
  • Set default col and groupby kwargs for the rgb method in #58

Full Changelog: v0.3.3...v0.4.0