Skip to content

v0.2.21

Choose a tag to compare

@kayhendriksen kayhendriksen released this 25 Apr 22:40
· 71 commits to main since this release

foehn v0.2.21

This release focuses on making downloads and conversions more reliable for real-world MeteoSwiss workflows. It improves parallel loading, fixes failure handling around Parquet conversion, strengthens thread safety for HTTP downloads, and tidies the MCP/Databricks packaging surface.

Highlights

  • Safer parallel downloads with thread-local HTTP sessions.
  • Faster load() calls through parallel CSV fetching.
  • More reliable CLI and Python API behavior when Parquet conversion fails.
  • Improved incremental download safety so failed conversions do not advance the last-run cursor.
  • MCP server metadata and development dependencies are now aligned.
  • Databricks configuration/docs were cleaned up for DATABRICKS_HOST-based setup.