Skip to content

Releases: posit-dev/pointblank

v0.9.6

23 May 18:27
e6f8d06

Choose a tag to compare

Minor Improvements and bug Fixes

  • Added the above_threshold() method to determine whether steps exceeded a specific threshold level. (#184)
  • There's now support for BigQuery Ibis-backend tables. (#190)

Full Changelog: v0.9.5...v0.9.6

v0.9.5

20 May 00:10
966af69

Choose a tag to compare

Minor improvements and bug fixes

  • Added the assert_below_threshold() method to raise an AssertionError if validation steps exceed a specified threshold level. (#183)
  • We now allow assert_passing() to use interrogate() when needed. (#182)
  • The printing of a Schema object no longer errors if a column doesn't have a declared data type. (#181)

Full Changelog: v0.9.4...v0.9.5

v0.9.4

08 May 15:40

Choose a tag to compare

New Features and Fixes

Full Changelog: v0.9.2...v0.9.4

v0.9.2

06 May 14:36

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

02 May 15:03

Choose a tag to compare

New Features

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

v0.9.0

28 Apr 21:18
9ae46bb

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

Choose a tag to compare

New Features

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

v0.8.6

16 Apr 16:48

Choose a tag to compare

New Features

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

v0.8.5

15 Apr 04:25
a9e1be4

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

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