Skip to content

Releases: rich-iannone/pointblank

v0.4.0

13 Jan 00:29
Compare
Choose a tag to compare

Features

Fixes and Documentation

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 Jan 00:56
Compare
Choose a tag to compare

Features

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

Fixes and Documentation

  • Display empty validation reports when there are no validation steps by @rich-iannone in #14
  • Add the ColumnSelector class and improve documentation for all column selector functions by @rich-iannone in #19
  • Add Column type to value=/left=/right= by @rich-iannone in #9

Full Changelog: v0.2.1...v0.3.0

v0.2.1

20 Dec 05:33
Compare
Choose a tag to compare

What's Changed

  • feat: add scalar=/frame= arg to several Validate methods by @rich-iannone in #7

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Dec 03:54
0fdf4e8
Compare
Choose a tag to compare

Features

  • Implement use of column expressions for certain validation types by @rich-iannone (#2, #3)
  • Reduce dependencies by subdividing them into optional dependencies by @rich-iannone (#4, #5)

Docs

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Dec 21:34
Compare
Choose a tag to compare

This is the initial release of pointblank.

Full Changelog: https://github.com/rich-iannone/pointblank/commits/v0.1.0