icclim 7.2.0
- Behavioral change: icclim now masks output periods to
NaNby default when the source time series is incomplete for that period. Previously, yearly or monthly indices could be computed from available timesteps only, even when some source timesteps were missing. - Add
allow_missing_periods=Trueto preserve the previous behavior and compute incomplete periods from available timesteps. - Add
allow_partial_final_period=Trueto compute only the final incomplete output period, useful for ongoing months or years, while keeping older incomplete periods masked. - Regenerate the public index-specific API wrappers so the new missing-period options are available on individual index functions.
Validation: release prep CI passed, local package build passed with the same pinned flit tooling as CI, and the new missing-period behavior was tested successfully by a KNMI collaborator.