Skip to content

v0.5.1

Compare
Choose a tag to compare
@jklaise jklaise released this 05 Mar 18:02
· 416 commits to master since this release

v0.5.1 (2021-03-05)

Full Changelog

This is a bug fix release.

Fixed

  • The order of the reference and test dataset for the TabularDrift and ChiSquareDrift was reversed leading to incorrect test statistics
  • The implementation of TabularDrift and ChiSquareDrift were not accounting for the different sample sizes between reference and test datasets leading to incorrect test statistics
  • Bumped required scipy version to 1.3.0 as older versions were missing the alternative keyword argument for ks_2samp function