Changelog

[0.3.0] - 2019-05-30 Added - Add exact_order param to has_columns

Changed - Hotfix for reversed has_columns error messages for missing and unexpected columns - Breaking change to has_columns parameter name exact, which is now exact_cols

[0.2.0] - 2019-05-29 Added - Add has_columns check, which asserts that the given columns are contained within the df or exactly match the df’s columns. - Add changelog

Changed - Breaking change to rename unique_index to has_unique_index for consistency

[0.1.2] - 2019-01-13 Changed - Improve code base to automatically generate decorators for each check - Hotfix multi_check and unit tests

[0.1.1] - 2019-01-12 Changed - Hotfix to setup.py for the sphinx.setup_command.BuildDoc requirement.

[0.1.0] - 2019-01-12 Changed - Breaking change to rename unique_index to has_unique_index for consistency