v0.14.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: v0.13.4...v0.14.0