Skip to content

Releases: canimus/cuallee

v0.15.0

28 Sep 20:27
a8f0164
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Polars offers is_unique with ignore_nulls flag to allow validation ignoring nulls defaults to false

v0.12.5

13 Jul 10:40
fbef98f
Compare
Choose a tag to compare
  • Added check.bio.is_cds which validates codons on sequence
  • Added check.bio.is_protein support for polars and duckdb
  • Added check.bio.is_dna support for polars and duckdb

v0.12.4

12 Jul 09:54
Compare
Choose a tag to compare
  • Fixed error in polars validation data frame when data had combined values. Thanks @vestalisvirginis

v0.12.3

08 Jul 07:57
da0fe98
Compare
Choose a tag to compare

v0.12.2

07 Jul 18:47
2a0502a
Compare
Choose a tag to compare
  • Inclusion of bio checks
  • Added kwargs to add_rule on Check
  • Idea for LogicCheck to create test results combination and result dependency via propositional logic