**Added New Statistical Tests** - Anderson-Darling test for numerical features - Cramer Von Mises test for numerical features - Hellinger distance test for numerical and categorical features - Mann-Whitney U-rank test for numerical features - Cressie-Read power divergence test for categorical features
**Fixes:** 334 353 361 367
0.1.58.dev0
Not secure
**Updates:** - Replaced BaseWidgetInfo with helpers: https://github.com/evidentlyai/evidently/pull/326 - Added metrics generator for column-based metrics: https://github.com/evidentlyai/evidently/pull/323 - Added black and isort: https://github.com/evidentlyai/evidently/pull/322
Column Null-related tests - Implemented TestColumnNumberOfNulls to replace TestColumnNumberOfNullValues - Implemented TestColumnShareOfNulls to replace TestColumnNANShare
**Fixes:** - Fixed metric duplication to reduce an amount of calculations while building TestSuites (basically, now same metrics from the one test suite are not recalculated multiple times) - Implemented NAN filtering for all dashboards in way, that each column is filtered separately
0.1.55.dev0
Not secure
Updates: - added TPR, TNR, FPR, FNR Tests for Binary Classification Model Performance - Renamed status "No Group" to "Dataset-level tests" in TestSuites filtering menu
Fixes: - 207 - 265 - 256 - fixed unit tests for different versions of python and pandas