Changed
- Updated
mypy
to a new version, immediately resulting in some new checks that failed.
Added
- Added new univariate drift methods. The
Wasserstein distance
for continuous variables,
and theL-Infinity distance
for categorical variables. - Added usage logging to our key functions. Check out the docs to find out more on what, why, how, and how to
disable it if you want to.
Fixed
- Fixed and updated various parts of the docs, reported at warp speed! Thanks @NeoKish!
- Fixed
mypy
issues concerning 'implicit optionals'.