Releases: joocer/data_expectations
Releases · joocer/data_expectations
v1.7.0
28 Sep 18:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.1.0
13 Aug 15:11
Compare
Sorry, something went wrong.
No results found
Expose evaluate_list method
v1.0.0
10 Aug 10:13
Compare
Sorry, something went wrong.
No results found
v0.1.0 - Initial Beta Release
17 Jul 16:21
Compare
Sorry, something went wrong.
No results found
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