v0.3.3
v0.3.3 (12 October 2022)
This patch release fixes a bug where calculating daily climatologies/departures for specific CF calendar types that have leap days breaks when using cftime
. It also includes documentation updates.
Bug Fixes
- Drop leap days based on CF calendar type to calculate daily climatologies and departures by @tomvothecoder and @lee1043 in #350
- Affected CF calendar types include
gregorian
,proleptic_gregorian
, andstandard
- Since a solution implementation for handling leap days is generally opinionated, we decided to go with the route of least
complexity and overhead (drop the leap days before calculations). We may revisit adding more options for the user to determine how
they want to handle leap days (based on how valuable/desired it is).
- Affected CF calendar types include
Documentation
- Add horizontal regridding gallery notebook by @jasonb5 in #328
- Add doc for staying up to date with releases by @tomvothecoder in #355
Dependencies
xarray >= 0.21.0
is the new constraint in the conda-forge recipe.- xcdat uses xarray.coding.times, which is only available in
xarray >= 0.21.0
.
- xcdat uses xarray.coding.times, which is only available in
Full Changelog: v0.3.2...v0.3.3