- Polars offers `is_unique` with `ignore_nulls` flag to allow validation ignoring nulls defaults to `false`
0.12.5
- 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`
0.12.4
- Fixed error in `polars` validation data frame when data had combined values. Thanks vestalisvirginis
0.12.3
- Quick fix to include MANIFEST.in for `bio` checks. Thank you vestalisvirginis
0.12.2
- 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
0.12.1
- Fixed `dagster` check utilities - Upgrade polars to `v1.0.0` breaking changes due to `count_match` deprecation to `count_matches` - Mapping between Dagster AssetCheckSeverity and Cuallee CheckLevel for Warning and Error