Skip to content

Releases: canimus/cuallee

v0.15.4

Choose a tag to compare

@canimus canimus released this 07 Oct 12:53
0c72dae
  • 🚀 Change test cases for support to pyspark==4.0.1 ✔️

v0.15.3

Choose a tag to compare

@canimus canimus released this 07 Oct 11:35
821089f
  • Added a fix for polars.are_unique rules that allow comparisson via pl.struct

v0.15.2

Choose a tag to compare

@canimus canimus released this 14 Dec 09:36
  • Addition of is_custom support for pandas. Thank you @jkkronk

v0.15.1

Choose a tag to compare

@canimus canimus released this 15 Nov 23:26
  • Fix test cases for snowpark
  • Bump versions from dependabot

v0.15.0

Choose a tag to compare

@canimus canimus released this 28 Sep 20:27
a8f0164
  • 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

Choose a tag to compare

@canimus canimus released this 13 Sep 20:11
c0e9e27
  • Bump to python >=3.10. Thanks @runkelcorey
  • Lightweight verification of compute engines

v0.14.0

Choose a tag to compare

@canimus canimus released this 12 Sep 15:38
b413bd0
  • Refactor for less is_instance validation
  • Reduce -32% code complexity
  • Suggested fix is_custom for pyspark-connect

v0.13.2

Choose a tag to compare

@canimus canimus released this 05 Sep 21:15
766701d
  • Fixes on pyspark validation dataframe. Thanks @runkelcorey
  • Bumped versions of tooling and added pre-commit as aid to development and standards

v0.13.1

Choose a tag to compare

@canimus canimus released this 14 Jul 11:01
  • Formatting of is_custom validation. Thanks @marrov for the pointers in the discussions.

v0.13.0

Choose a tag to compare

@canimus canimus released this 13 Jul 20:35
  • Polars offers is_unique with ignore_nulls flag to allow validation ignoring nulls defaults to false