v0.2.21
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.