Skip to content

goldenflow 2.0.0

Choose a tag to compare

@benzsevern benzsevern released this 08 Jul 13:54
Immutable release. Only release title and notes can be modified.
d1bd181

BREAKING: Polars is no longer a base dependency. pip install goldenflow now runs Polars-free by default on goldenflow-native (a base dep); Polars moves to the [polars] extra. All 113 transforms + CSV/Parquet/Excel/DB read + zero-config run without Polars. Migration: pip install goldenflow[polars] if you use transform_df(pl.DataFrame) / read_file / Polars objects; prefer the Polars-free transform(data, config). See CHANGELOG 2.0.0.