v0.62.0 (v0 final release) #2396
Zeitsperre
announced in
Development Updates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Contributors to this version: Trevor James Smith (@Zeitsperre), Pascal Bourgault (@aulemahal), Éric Dupuis (@coxipi).
Announcements
This is the last planned "minor" release for version 0.x of
xclim.All further development of
xclimwill proceed on thev1candidate branch (dev-v099) until the release ofv1.0.0.No new features will be accepted for
v0.xand existing Pull Requests currently targetingmainwill be rebased/merged.New indicators and features
xclim.indices.helpers.make_hourly_temperaturenow acceptsinfill_polar_days. If set toTrue, this means that polar days and nights are set to 24 and 0 hours duration, respectively. The default behaviour is unchanged (infill_polar_days=False) and fills these cases with NaNs. (GH/2381, PR/2382).xclim.ensembles.robustness_fractionsnow acceptsstrict_signwhich can be set to false to include zero-change in both positive and negative fractions. Default behaviour (True) is unchanged. (PR/2387).Breaking changes
maximum_consecutive_*indicators to harmonize them with their docstring, addopargument to control comparison and fix some non-existing standard names. (GH/2368, PR/2370).xdoctestis no longer required to run the doctests and has been removed from the development dependencies. (PR/2383).Internal changes
zizmoradded topre-commithooks. GitHub workflow permissions have been adapted for better security settings by default. (PR/2367):ubuntu-26.04.workflow-warning.ymlnow simply uses GitHub API calls.pytestis now pinned below v9.1 when running doctests withtox. (PR/2380).This discussion was created from the release v0.62.0.
All reactions