Version 0.6 Updates¶
Version 0.6.2¶
Dependency updates¶
Limited the version of earthkit-utils to be less than 0.99 to avoid potential compatibility issues with future major releases of earthkit-utils.
Version 0.6.1¶
Changes¶
Revert change to shape of array returned from
earthkit.meteo.stats.array.iter_quantiles()withmethod=sort. The output shape should be the same as that returned by other methods. (#107)
Version 0.6.0¶
Refactored array backends¶
Note
The array backend implementation in earthkit-utils has been refactored. The minimum required version of earthkit-utils is now 0.2.0 (#74).
The public API of earthkit-meteo did not change.
Changes¶
Uses
atan2()instead ofarctan2()internally for array-based computations (#63)
Installation¶
The minimum required version of Python is now 3.10