Skip to content

v0.14.0

Choose a tag to compare

@rich-iannone rich-iannone released this 10 Oct 00:00
· 223 commits to main since this release
5061e7d

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() and read_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