- Upgrade to `duckdb==0.10.2` - Community guidelines in README. Thanks devarops - Fix pipeline with new SF account
0.10.0
- Addition of `daft` data frame support. Attribution to dsaad68 👏 - dsaad68 largest contribution to the project ever! 🏆 - Thanks for covering all: test, docs and code 💯
0.9.2
- Removal of deprecated `sum(axis=1)` in polars in favor for `sum_horizontal()` - Thanks StuffbyYuki
0.9.1
- Added support for `spark-connect` via `SPARK_REMOTE` environment variable
0.9.0
- Fix an important issue when working with datasets >1 billion rows were violations were present, and status was marked as `PASS` - Inclusion of new Controls - Structure for PDF report added