Skip to content

Releases: aazuspan/wxee

v0.4.2

21 Dec 22:49
Compare
Choose a tag to compare

What's Changed

  • Fix missing import in TimeSeries.timeline by @aazuspan in #75

Full Changelog: v0.4.1...v0.4.2

v0.4.1

28 Jun 01:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Jun 18:13
Compare
Choose a tag to compare

⚠️ 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

v0.3.3

27 Aug 23:33
Compare
Choose a tag to compare

Improvements

  • Helpful error thrown when attempting to download images missing a system:time_start property (#54)
  • wxee.TimeSeries.dataframe now accepts a props parameter to specify which properties to include

Bug Fixes

  • wxee.TimeSeries.timeline no longer throws error when system:time_end property is missing (#45)

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Nov 18:27
Compare
Choose a tag to compare
  • Pin plotly version >=5.2.2

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Nov 06:43
Compare
Choose a tag to compare

New Features

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Nov 03:36
Compare
Choose a tag to compare

New features

Bug fixes

  • Order of operations bug in cubic interpolation

Full Changelog: v0.2.2...v0.3.0

v0.2.2

19 Oct 02:14
Compare
Choose a tag to compare
  • Fix off-by-one error in describe method

v0.2.1

19 Oct 02:01
Compare
Choose a tag to compare
  • Fix off-by-one error in interval calculation 🤦‍♂️

v0.2.0

18 Oct 05:56
Compare
Choose a tag to compare
  • Add rolling time reducers