Releases: posit-dev/pointblank
Releases · posit-dev/pointblank
v0.9.6
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
Minor improvements and bug fixes
- Added the
assert_below_threshold()method to raise anAssertionErrorif validation steps exceed a specified threshold level. (#183) - We now allow
assert_passing()to useinterrogate()when needed. (#182) - The printing of a
Schemaobject 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
New Features and Fixes
- Add the
global_salesdataset, by @rich-iannone in #174 - Use Python 3.8 and 3.9 compatible type aliases, by @rich-iannone in #175
- Incorporate templating variables for segments in
brief=, by @rich-iannone in #176
Full Changelog: v0.9.2...v0.9.4
v0.9.2
What's Changed
- Added the
specially()validation method, by @rich-iannone in #172
Full Changelog: v0.9.1...v0.9.2
v0.9.1
New Features
- Added the
rows_complete()validation method, by @rich-iannone in #171
Full Changelog: v0.9.0...v0.9.1
v0.9.0
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
New Features
- Allow
Noneincol_vals_in_set()by @tylerriccio33, #162
Full Changelog: v0.8.6...v0.8.7
v0.8.6
New Features
- Added the
conjointly()validation method, by @rich-iannone (#159, #160)
Full Changelog: v0.8.5...v0.8.6
v0.8.5
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
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