Releases: aazuspan/wxee
Releases · aazuspan/wxee
v0.5.0
What's Changed
Breaking
to_xarraymethods no longer accept the deprecatedpathargument in #88. Useto_netcdfon the returned Xarray object instead.to_xarrayarguments are now keyword-only by @aazuspan in #88
Changed
normalizeis 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
utcfromtimestampwithfromtimestamp, making it timezone-aware in #82
New Contributors
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
⚠️ Breaking changes
- Drop Python 3.7 support in #60
- Swap
xarray.open_rasterioforrioxarray.open_rasteriofor loading datasets behind the scenes in #63. This will affect someDatasetattributes, such ascrsandnodata. 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
pathparameter for saving to netcdf in #67. This will be removed in a future release, so please start usingto_netcdfinstead. - Set default
colandgroupbykwargs for thergbmethod in #58
Full Changelog: v0.3.3...v0.4.0
v0.3.3
Improvements
- Helpful error thrown when attempting to download images missing a
system:time_startproperty (#54) wxee.TimeSeries.dataframenow accepts apropsparameter to specify which properties to include
Bug Fixes
wxee.TimeSeries.timelineno longer throws error whensystem:time_endproperty is missing (#45)
Full Changelog: v0.3.2...v0.3.3
v0.3.2
- Pin
plotlyversion>=5.2.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
New Features
- Added
timelineanddataframemethods to inspectTimeSeriesimage dates.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
New features
- Easy color composites from
xarraydatasets - Temporal gap filling
- Initialize with high-volume endpoint
Bug fixes
- Order of operations bug in cubic interpolation
Full Changelog: v0.2.2...v0.3.0