Releases: posit-dev/pointblank
Releases · posit-dev/pointblank
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
None
incol_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
v0.8.3
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
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
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
New Features
- Added
highest_level=
anddefault=
parameters to theActions
class, by @rich-iannone (#124, #126) - The
brief=
text now appears in the validation report table, plus we enabled more templating features forbrief=
, by @rich-iannone in #127 - Add the global setting option for
brief=
inValidate
, by @rich-iannone in #128 - We now allow for flexible validations using dates or datetimes, by @rich-iannone (#134, #135, #136)
- The
lang=
value inValidate
now translates the validation report table tolang=
'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