Skip to content

v0.3.3

Compare
Choose a tag to compare
@tomvothecoder tomvothecoder released this 12 Oct 18:28
· 98 commits to main since this release
36a3539

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, and standard
    • 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).

Documentation

Dependencies

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