Skip to content

0.12.1

Choose a tag to compare

@jcampbell jcampbell released this 02 Sep 22:52
d95dc92
  • [FEATURE] Add expect_column_pair_cramers_phi_value_to_be_less_than expectation to PandasDatasource to check for the independence of two columns by computing their Cramers Phi (thanks @mlondschien)!
  • [FEATURE] add support for expect_column_pair_values_to_be_in_set to Spark (thanks @mikaylaedwards)!
  • [FEATURE] Add new expectation: expect_multicolumn_sum_to_equal for pandas` and Spark`` (thanks @chipmyersjr)!
  • [ENHANCEMENT] Update isort, pre-commit & pre-commit hooks, start more linting (thanks @Dandandan)!
  • [ENHANCEMENT] Bundle shaded marshmallow==3.7.1 to avoid dependency conflicts on GCP Composer
  • [ENHANCEMENT] Improve row_condition support in aggregate expectations
  • [BUGFIX] SuiteEditNotebookRenderer no longer break GCS and S3 data paths
  • [BUGFIX] Fix bug preventing the use of get_available_partition_ids in s3 generator
  • [BUGFIX] SuiteEditNotebookRenderer no longer break GCS and S3 data paths
  • [BUGFIX] TupleGCSStoreBackend: remove duplicate prefix for urls (thanks @azban)!