Skip to content

Releases: canimus/cuallee

v0.15.4

07 Oct 12:53
0c72dae

Choose a tag to compare

  • 🚀 Change test cases for support to pyspark==4.0.1 ✔️

v0.15.3

07 Oct 11:35
821089f

Choose a tag to compare

  • Added a fix for polars.are_unique rules that allow comparisson via pl.struct

v0.15.2

14 Dec 09:36

Choose a tag to compare

  • Addition of is_custom support for pandas. Thank you @jkkronk

v0.15.1

15 Nov 23:26

Choose a tag to compare

  • Fix test cases for snowpark
  • Bump versions from dependabot

v0.15.0

28 Sep 20:27
a8f0164

Choose a tag to compare

  • New Check.ok() method to return true|false when all rules in the check ended up with PASS status
  • Upgraded to support duckdb==1.1.1
  • Better error handling for duckdb.DuckDbPyRelation object, instructing user to register their relation first
  • Introduction to pre-commit on the repository as guardrails for dev work

v0.14.1

13 Sep 20:11
c0e9e27

Choose a tag to compare

  • Bump to python >=3.10. Thanks @runkelcorey
  • Lightweight verification of compute engines

v0.14.0

12 Sep 15:38
b413bd0

Choose a tag to compare

  • Refactor for less is_instance validation
  • Reduce -32% code complexity
  • Suggested fix is_custom for pyspark-connect

v0.13.2

05 Sep 21:15
766701d

Choose a tag to compare

  • Fixes on pyspark validation dataframe. Thanks @runkelcorey
  • Bumped versions of tooling and added pre-commit as aid to development and standards

v0.13.1

14 Jul 11:01

Choose a tag to compare

  • Formatting of is_custom validation. Thanks @marrov for the pointers in the discussions.

v0.13.0

13 Jul 20:35

Choose a tag to compare

  • Polars offers is_unique with ignore_nulls flag to allow validation ignoring nulls defaults to false