Skip to content

v0.2.15

Choose a tag to compare

@kayhendriksen kayhendriksen released this 07 Apr 22:02
· 84 commits to main since this release

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/