| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-01 | 1.0 kB | |
| v0.17.0 source code.tar.gz | 2025-12-01 | 60.9 MB | |
| v0.17.0 source code.zip | 2025-12-01 | 61.2 MB | |
| Totals: 3 Items | 122.0 MB | 0 | |
New Features
- All
col_schema_match()validation steps are now accompanied by notes that describe the results. (#325) - Notes appear in validation reports notes when columns are not found or none are resolved by use of column selectors. (#326)
- Validation reports now have informative notes for steps that use the
pre=parameter. (#328) - New options are available (in
get_tabular_report()and globally inconfig()) for enabling/disabling validation report footer sections. (#327) - Added the
test-coretarget for running core tests (large time savings compared to running all tests). (#331) - New validation method added,
col_pct_null(), for checking the percentage of Null values in a column. (#290, @tylerriccio33)
Fixes
- Removed a duplicate paragraph in the docs. (#329, @dpprdan)
New Contributors
- @dpprdan made their first contribution in https://github.com/posit-dev/pointblank/pull/329
Full Changelog: https://github.com/posit-dev/pointblank/compare/v0.16.0...v0.17.0