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

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 of arctan2() internally for array-based computations (#63)

Installation

  • The minimum required version of Python is now 3.10