Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-05 | 491 Bytes | |
v0.13.2 source code.tar.gz | 2025-09-05 | 54.9 MB | |
v0.13.2 source code.zip | 2025-09-05 | 55.2 MB | |
Totals: 3 Items | 110.1 MB | 1 |
New Features
- String-based comparisons are now possible in the
col_vals_eq()
andcol_vals_ne()
validation methods. (#272)
Fixes
- We can now enable passing of
NaN
values during interrogation whenna_pass=True
. (#271) - A
col_vals_expr()
-based step can now be used with theget_step_report()
method. (#273)
Chores
- Fixed all CI test failures and warnings. (#270)
Full Changelog: https://github.com/posit-dev/pointblank/compare/v0.13.1...v0.13.2