Skip to content

v0.15.0

Choose a tag to compare

@rich-iannone rich-iannone released this 28 Oct 14:23
· 167 commits to main since this release
0b47c1b

New Features

  • Several new validation methods were incorporated: col_vals_within_spec(), col_vals_increasing(), col_vals_decreasing(), and tbl_match(). (#304, #305, #306)
  • The option to ignore SSL verification was added to the DraftValidation class via the new verify_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: v0.14.0...v0.15.0