Releases: canimus/cuallee
Releases · canimus/cuallee
v0.15.0
- New
Check.ok()
method to returntrue|false
when all rules in thecheck
ended up withPASS
status - Upgraded to support
duckdb==1.1.1
- Better error handling for
duckdb.DuckDbPyRelation
object, instructing user toregister
their relation first - Introduction to
pre-commit
on the repository as guardrails fordev
work
v0.14.1
- Bump to python
>=3.10
. Thanks @runkelcorey - Lightweight verification of compute engines
v0.14.0
v0.13.2
- Fixes on
pyspark
validation dataframe. Thanks @runkelcorey - Bumped versions of tooling and added
pre-commit
as aid to development and standards
v0.13.1
v0.13.0
v0.12.5
v0.12.4
- Fixed error in
polars
validation data frame when data had combined values. Thanks @vestalisvirginis
v0.12.3
- Quick fix to include MANIFEST.in for
bio
checks. Thank you @vestalisvirginis