Skip to content

Releases: aazuspan/wxee

v0.5.0

23 Aug 02:31

Choose a tag to compare

What's Changed

Breaking

  • to_xarray methods no longer accept the deprecated path argument in #88. Use to_netcdf on the returned Xarray object instead.
  • to_xarray arguments are now keyword-only by @aazuspan in #88

Changed

  • normalize is now applied independently along the time dimension to make it more robust to outlying values in a time series by @zxdawn in #77

Fixed

  • Fix for broken interpolation enums in Python 3.13 by @12rambau in #81
  • Fix possible Xarray import error and deprecated join method in #82
  • Replace the deprecated utcfromtimestamp with fromtimestamp, making it timezone-aware in #82

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

21 Dec 22:49

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

Choose a tag to compare

What's Changed

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

v0.4.0

11 Jun 18:13

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

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

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

Choose a tag to compare

New Features

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

v0.3.0

03 Nov 03:36

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

Choose a tag to compare

  • Fix off-by-one error in describe method

v0.2.1

19 Oct 02:01

Choose a tag to compare

  • Fix off-by-one error in interval calculation 🤦‍♂️