Pointblank

Latest version: v0.7.3

Safety actively analyzes 723359 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.6.1

Breaking Changes
* thresholds level names have been renamed to better align with standard log levels by rich-iannone in https://github.com/posit-dev/pointblank/pull/69

New Features
* Added the ability to execute actions when exceeding threshold levels by rich-iannone in https://github.com/posit-dev/pointblank/pull/66
* Added AWS Bedrock support to `DraftValidation` by kmasiello in https://github.com/posit-dev/pointblank/pull/67

Fixes
* Improved the implementation of `DraftValidation` by rich-iannone in https://github.com/posit-dev/pointblank/pull/68

New Contributors
* kmasiello made their first contribution in https://github.com/posit-dev/pointblank/pull/67

**Full Changelog**: https://github.com/posit-dev/pointblank/compare/v0.6.0...v0.6.1

0.6.0

Features

* Added the experimental `DraftValidation` class for drafting a validation plan based on a provided dataset by rich-iannone (https://github.com/posit-dev/pointblank/pull/60, https://github.com/posit-dev/pointblank/pull/50)
* Added the experimental `DataScan` class, which creates a succinct summary of any supported table by rich-iannone in https://github.com/posit-dev/pointblank/pull/59
* Added the `missing_vals_tbl()` function for providing an HTML summary of missing values in any supported table by rich-iannone in https://github.com/posit-dev/pointblank/pull/53
* Added the `assert_passing()` method for `Validate` as a convenience for test suites by tylerriccio33 in https://github.com/posit-dev/pointblank/pull/64
* The `nycflights` dataset is now available in `load_dataset()` by rich-iannone in https://github.com/posit-dev/pointblank/pull/54

Fixes and Documentation

* Integer and decimal values are now better formatted in HTML displays by rich-iannone in https://github.com/posit-dev/pointblank/pull/55
* Fixed usage of the Ibis `head()` method call (changed in recent versions of Ibis) by rich-iannone in https://github.com/posit-dev/pointblank/pull/52
* Revised appearance of step reports for validations based on checks of column values by rich-iannone in https://github.com/posit-dev/pointblank/pull/49
* Improved the documentation of the `Schema` class by rich-iannone in https://github.com/posit-dev/pointblank/pull/61
* Added interlinks throughout the Reference API pages by rich-iannone in https://github.com/posit-dev/pointblank/pull/65
* Fixed a typo in the `README.md` file by gregorywaynepower in https://github.com/posit-dev/pointblank/pull/56

New Contributors
* gregorywaynepower made their first contribution in https://github.com/posit-dev/pointblank/pull/56
* tylerriccio33 made their first contribution in https://github.com/posit-dev/pointblank/pull/64

**Full Changelog**: https://github.com/posit-dev/pointblank/compare/v0.5.0...v0.6.0

0.5.0

Features

* Incorporate the use of Narwhals selectors to select multiple columns for validation by rich-iannone in https://github.com/rich-iannone/pointblank/pull/45
* View a report for a single validation step with the new `get_step_report()` method by rich-iannone (https://github.com/rich-iannone/pointblank/pull/31, https://github.com/rich-iannone/pointblank/pull/42, https://github.com/rich-iannone/pointblank/pull/43, https://github.com/rich-iannone/pointblank/pull/44, https://github.com/rich-iannone/pointblank/pull/47, https://github.com/rich-iannone/pointblank/pull/48)

Fixes and Documentation

* When collecting target table schema, avoid conversion to Narwhals (use native DF schemas) by rich-iannone in https://github.com/rich-iannone/pointblank/pull/40
* Corrected installation instructions in the contributing guide by malcolmbarrett in https://github.com/rich-iannone/pointblank/pull/41
* Fix issues with `n_failing()` correctness (when Null values present) by rich-iannone in https://github.com/rich-iannone/pointblank/pull/46
* Added the Examples page on the project website by rich-iannone (https://github.com/rich-iannone/pointblank/pull/32, https://github.com/rich-iannone/pointblank/pull/33)

New Contributors
* malcolmbarrett made their first contribution in https://github.com/rich-iannone/pointblank/pull/41

**Full Changelog**: https://github.com/rich-iannone/pointblank/compare/v0.4.0...v0.5.0

0.4.0

Features

* Add the `row_count_match()` and `col_count_match()` validation methods by rich-iannone (https://github.com/rich-iannone/pointblank/pull/24, https://github.com/rich-iannone/pointblank/pull/25)
* Add the `col_vals_expr()` validation method by rich-iannone in https://github.com/rich-iannone/pointblank/pull/30
* Add the `get_column_count()` and `get_row_count()` functions by rich-iannone in https://github.com/rich-iannone/pointblank/pull/23
* Add the `preview()` function by rich-iannone in https://github.com/rich-iannone/pointblank/pull/20
* Incorporate row numbers to preview by rich-iannone in https://github.com/rich-iannone/pointblank/pull/21
* Add option for info header in `preview()` table by rich-iannone in https://github.com/rich-iannone/pointblank/pull/22

Fixes and Documentation

* Make corrections to step indexing by rich-iannone in https://github.com/rich-iannone/pointblank/pull/26
* Improve visual display of `rows_distinct()` steps in validation report by rich-iannone in https://github.com/rich-iannone/pointblank/pull/27
* In `preview()` function, make a copy of the input table by rich-iannone in https://github.com/rich-iannone/pointblank/pull/29
* Use `preview()` with datasets throughout documentation by rich-iannone in https://github.com/rich-iannone/pointblank/pull/28


**Full Changelog**: https://github.com/rich-iannone/pointblank/compare/v0.3.0...v0.4.0

0.3.0

Features

* Add the `rows_distinct()` validation method by rich-iannone in https://github.com/rich-iannone/pointblank/pull/10
* Introduce column selectors for easily selecting one or more columns in a validation workflow by rich-iannone in https://github.com/rich-iannone/pointblank/pull/18
* Add the `col_schema_match()` validation method and the `Schema` class by rich-iannone in https://github.com/rich-iannone/pointblank/pull/11
* Add options for case-insensitive matching of coltypes and dtypes in schema checks by rich-iannone in https://github.com/rich-iannone/pointblank/pull/13
* Allow for partial matching for dtypes by rich-iannone in https://github.com/rich-iannone/pointblank/pull/15
* Allow definition of multiple dtypes per column in `Schema` to facilitate multiple attempts at dtype matching by rich-iannone in https://github.com/rich-iannone/pointblank/pull/17
* Within `col_schema_match()`, enable checks of columns only (exclusive of dtypes) by rich-iannone in https://github.com/rich-iannone/pointblank/pull/16
* Add global config options for validation table output by rich-iannone in https://github.com/rich-iannone/pointblank/pull/8

Fixes and Documentation

* Display empty validation reports when there are no validation steps by rich-iannone in https://github.com/rich-iannone/pointblank/pull/14
* Add the `ColumnSelector` class and improve documentation for all column selector functions by rich-iannone in https://github.com/rich-iannone/pointblank/pull/19
* Add `Column` type to `value=`/`left=`/`right=` by rich-iannone in https://github.com/rich-iannone/pointblank/pull/9


**Full Changelog**: https://github.com/rich-iannone/pointblank/compare/v0.2.1...v0.3.0

0.2.1

What's Changed
* feat: add `scalar=`/`frame=` arg to several Validate methods by rich-iannone in https://github.com/rich-iannone/pointblank/pull/7


**Full Changelog**: https://github.com/rich-iannone/pointblank/compare/v0.2.0...v0.2.1

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.