| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-26 | 808 Bytes | |
| v0.15.0 source code.tar.gz | 2025-10-26 | 55.3 MB | |
| v0.15.0 source code.zip | 2025-10-26 | 55.5 MB | |
| Totals: 3 Items | 110.8 MB | 2 | |
New Features
- Several new validation methods were incorporated:
col_vals_within_spec(),col_vals_increasing(),col_vals_decreasing(), andtbl_match(). (#304, [#305], [#306]) - The option to ignore SSL verification was added to the
DraftValidationclass via the newverify_ssl=parameter. (#302) - Added the (internal for now) 'notes' functionality for validation step, which will allow for useful information in individual validation steps to be available post-interrogation. (#303)
Fixes
- Altered the HTML tags of 'brief' text in validation reports for better display across different publishing environments. (#299)
Docs
- Added a User Guide page on validation reports. (#300)
Full Changelog: https://github.com/posit-dev/pointblank/compare/v0.14.0...v0.15.0