Skip to content

Releases: joocer/data_expectations

v1.7.0

28 Sep 18:03
0622484

Choose a tag to compare

  • Added single value test
  • Fixed typo in expect_column_values_length_to_be _be test name

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

05 Sep 21:47
088e5bb

Choose a tag to compare

  • Column is a required field for Expectation
  • ignore_nulls is a field in Expectation
  • Expectation parameter renamed behavior

v1.5.0

05 Sep 20:03
95052a3

Choose a tag to compare

  • Added an Expectation and ColumnExpectation dataclass for data modelling
  • Added helper functions to serialize and deserialize to Expectation dataclasses

v1.4.0

12 Aug 12:04
96ae19c

Choose a tag to compare

  • Improved documentation (all expectations now have docstrings)
  • Additional Tests (although previously had 100% test coverage, more tests have been added)
  • Internal restructuring of code, no changes to usage if followed documentation
  • Simplification of some functions for readability and performance

v1.2.0

31 Dec 16:18
10f02df

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Aug 15:11

Choose a tag to compare

Expose evaluate_list method

v1.0.0

10 Aug 10:13
11e0b9e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v1.0.0

v0.1.0 - Initial Beta Release

17 Jul 16:21
c274739

Choose a tag to compare

Initial Beta Release

Includes

  • Base set of Expectations
  • Simple Measures Collector (but no Expectations that test them)
  • A initial Evaluation function to test a dataset against a set of Expectations