v0.2.15
What's new
foehn.load() now supports filtering with year, month, date_from, date_to, columns, drop_null, and sort — across the Python API, CLI, and MCP server.
df = foehn.load("smn", station="BER", frequency="d", year=2025, month=[6, 7, 8], sort="desc")Other changes
Relaxed pyspark (>=3.5) and delta-spark (>=2.4) version bounds
Moved detailed docs to docs/