Version 0.5 Updates¶
Version 0.5.1¶
Dependency updates¶
Ensure compatibility between earthkit components by restricting the following dependencies:
earthkit-utils<0.2
Version 0.5.0¶
New features¶
Introduces the
from_zeroparameter toearthkit.meteo.extreme.array.cpf(), default to False (previous behaviour corresponds to True), ignoring the lower half of the distribution. Also adds an extra check for “reverse crossings”, i.e. when the forecast CDF starts above the climate distribution. (#67)
Changes¶
Uses
acos()instead ofarccos()internally for array-based computations (#56)