Skip to content

Changelog

The full version history lives in CHANGELOG.md in the repository, generated from Conventional Commits on every release.

imf-reader follows semantic versioning. A major version bump means breaking changes, a minor version adds functionality without breaking existing calls, and a patch version fixes bugs.

What's changing in 3.0

Two things change when 3.0 ships:

  • The deprecated weo.clear_cache(), weo.api.clear_cache(), and sdr.clear_cache() helpers are removed. Use cache.clear_cache(scope=...), see Caching.
  • The REF_AREA_IMF_CODE column is removed from WEO frames.

Next steps