Skip to content

Releases: posit-dev/pointblank

v0.9.1

02 May 15:03
Compare
Choose a tag to compare

New Features

Full Changelog: v0.9.0...v0.9.1

v0.9.0

28 Apr 21:18
9ae46bb
Compare
Choose a tag to compare

New Features

  • There's now support for data segmentation within a wide variety of validation methods (with the new segments= argument), by @rich-iannone in #170
  • Implemented parallelization of tests to decrease the overall duration of tests, by @tylerriccio33 in #165

Full Changelog: v0.8.7...v0.9.0

v0.8.7

21 Apr 15:13
Compare
Choose a tag to compare

New Features

Full Changelog: v0.8.6...v0.8.7

v0.8.6

16 Apr 16:48
Compare
Choose a tag to compare

New Features

Full Changelog: v0.8.5...v0.8.6

v0.8.5

15 Apr 04:25
a9e1be4
Compare
Choose a tag to compare

New Features

  • Added step report functionality for rows_distinct() validation steps, by @rich-iannone in #157

Full Changelog: v0.8.4...v0.8.5

v0.8.4

12 Apr 22:28
bda7f95
Compare
Choose a tag to compare

New Features

  • All step reports are now translated according to the Validate(lang=) value, by @rich-iannone in #155

Full Changelog: v0.8.3...v0.8.4

v0.8.3

10 Apr 15:10
Compare
Choose a tag to compare

New Features

  • Added Arabic, Hindi, and Greek translations for automatically-generated briefs and for the validation report table, by @rich-iannone (#150, #151, #152)

Full Changelog: v0.8.2...v0.8.3

v0.8.2

09 Apr 16:14
Compare
Choose a tag to compare

New Features and Fixes

  • Added the send_slack_notification() function for creating a Slack notification action, by @rich-iannone in #147
  • Updated the get_api_text() utility function, by @rich-iannone in #148

Full Changelog: v0.8.1...v0.8.2

v0.8.1

08 Apr 05:28
Compare
Choose a tag to compare

New Features and Fixes

  • Added the ability to define final actions for validation (post interrogation), by @rich-iannone in #146
  • Refined translations for the zh-Hant lang, by @jrycw in #143

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 Apr 14:54
Compare
Choose a tag to compare

New Features

  • Added highest_level= and default= parameters to the Actions class, by @rich-iannone (#124, #126)
  • The brief= text now appears in the validation report table, plus we enabled more templating features for brief=, by @rich-iannone in #127
  • Add the global setting option for brief= in Validate, by @rich-iannone in #128
  • We now allow for flexible validations using dates or datetimes, by @rich-iannone (#134, #135, #136)
  • The lang= value in Validate now translates the validation report table to lang='s spoken language, and several more language translations were added, by @rich-iannone (#131, #138, #139)
  • We can now better customize the header in step reports through .get_step_report(header=...), by @rich-iannone in #142

Fixes and Documentation

  • There's now a configurable limit (with set default) on extract rows (no matter which scheme was used for their collection), by @rich-iannone in #130
  • Renamed internal references to threshold levels, by @rich-iannone in #140
  • Enhanced the docs for Validate and the validation methods, by @rich-iannone in #137

Full Changelog: v0.7.3...v0.8.0