| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-09 | 1.1 kB | |
| v0.14.0 source code.tar.gz | 2025-10-09 | 55.2 MB | |
| v0.14.0 source code.zip | 2025-10-09 | 55.5 MB | |
| Totals: 3 Items | 110.7 MB | 0 | |
New Features
- Added the
.prompt()validation method to enable data validation using LLMs, evaluating data in rows against natural language descriptions instead of programmatic rules. (#287) - The new
write_file()andread_file()functions allow for writing/reading validation objects to and from disk. (#291) - More translation languages added (
"id","uk","he","th", and"fa"). (#293)
Docs
- Summary fields in the
get_validation_summary()docs examples were updated. (@jrycw, [#284]) - The
yaml_to_python()function now has published docs on the project website. (@jrycw, [#288]) - There's now a Posit badge in the header of the project website. (#292)
Fixes
- Zero-row tables are now better handled in the validation workflow. (#297)
Chores
- Added many tests to improve code coverage. (#294, [#298])
- New tests and documentation now available for validations involving datetime + timezone comparisons. (#289)
Full Changelog: https://github.com/posit-dev/pointblank/compare/v0.13.4...v0.14.0