Skip to content

v0.54.2

Compare
Choose a tag to compare
@zebengberg zebengberg released this 16 Oct 12:49
· 193 commits to main since this release

Features

  • Add cache_download parameter to the GFSForecast interface. When set to True, downloaded grib data is cached locally. This is consistent with the behavior of the ERA5ModelLevel and HRESModelLevel interfaces.

Fixes

  • Update GFS variable names "uswrf" -> "suswrf" and "ulwrf" -> "sulwrf". This accommodates a breaking change introduced in eccodes 2.38.

Internals

  • Remove overrides dependency. Require typing-extensions for python < 3.12.
  • Upgrade some type hints for more modern python language features.