What's Changed
* remove 'actual' kwarg from testing by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/1891
* fix feature order in TrainTestFeatureDrift if a column is selected by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/1890
* Add semantic segmentation by nirhutnik in https://github.com/deepchecks/deepchecks/pull/1883
* Fixing feat imp to skip running feature importance with static predictions by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/1896
* add details for columns_info check by DanBasson in https://github.com/deepchecks/deepchecks/pull/1894
* [Issue-1739] Suite/check instances serialization/deserialization to/from config by yromanyshyn in https://github.com/deepchecks/deepchecks/pull/1885
* l2 combination feature drift by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/1898
* [Issue-1846] fixed CheckResult.priority property by yromanyshyn in https://github.com/deepchecks/deepchecks/pull/1915
* Nb/bug/small fixes by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/1916
* bug fixed by TheSolY in https://github.com/deepchecks/deepchecks/pull/1911
* Documentation/static predictions vision by TheSolY in https://github.com/deepchecks/deepchecks/pull/1910
* Vision Properties v2 by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/1919
* Remove percent change from display of label correlation checks by noamzbr in https://github.com/deepchecks/deepchecks/pull/1924
* Add option to sort columns in drift according to drift + importance by noamzbr in https://github.com/deepchecks/deepchecks/pull/1922
* Fixed truncate_zero_percent by nirhutnik in https://github.com/deepchecks/deepchecks/pull/1925
* 1608 property label correlation check by TheSolY in https://github.com/deepchecks/deepchecks/pull/1897
* Categorical drift methods update by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/1923
* [issue-1917] result.show_in_window fix by yromanyshyn in https://github.com/deepchecks/deepchecks/pull/1926
* [DOC] Consistent structure for tabular and vision checks 1893 by DanBasson in https://github.com/deepchecks/deepchecks/pull/1921
* [FEAT] Add package installation explanation to vision quickstarts by kishore-s-15 in https://github.com/deepchecks/deepchecks/pull/1886
* Adding concurrency to CI jobs by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/1935
* `AveragePrecisionRecall._evaluate_image`: Don't recompute on each `min_iou`. by daavoo in https://github.com/deepchecks/deepchecks/pull/1933
* run time improvements by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/1936
* 1863 resolve two ways of passing n samples to vision suites checks by TheSolY in https://github.com/deepchecks/deepchecks/pull/1937
* fixing md5 coco by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/1954
* [DOCS] Many docs fixes (links, various warnings, and content updates) by shir22 in https://github.com/deepchecks/deepchecks/pull/1956
* make unused feature a single dataset check by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/1950
* Reduce mixin v2 by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/1943
* Dataset name by TheSolY in https://github.com/deepchecks/deepchecks/pull/1946
* Changed gower distance to use actual given samples instead of only indices. by nirhutnik in https://github.com/deepchecks/deepchecks/pull/1955
* minor improvement in cramers-v runtime by noamzbr in https://github.com/deepchecks/deepchecks/pull/1966
* added vision suite static properties kwarg by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/1963
* positive_regression_scorers by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/1969
* [issue-1917][v2] display_in_window fix by yromanyshyn in https://github.com/deepchecks/deepchecks/pull/1952
* Fixed tqdm version for correct license by nirhutnik in https://github.com/deepchecks/deepchecks/pull/1985
* Small scorer update by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/1977
* top_5 aggregation method + bug fix in percent_of_nulls.py by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/1987
* Add roc_auc_per_class by noamzbr in https://github.com/deepchecks/deepchecks/pull/1989
* Fixed dependencies check by nirhutnik in https://github.com/deepchecks/deepchecks/pull/1996
* feature: Task type warning for multiclass label containing integer by DanBasson in https://github.com/deepchecks/deepchecks/pull/1953
* Deprecate old modules by noamzbr in https://github.com/deepchecks/deepchecks/pull/1995
* Changed owners: by nirhutnik in https://github.com/deepchecks/deepchecks/pull/1998
* Nb/feat/reduce performance by Nadav-Barak in https://github.com/deepchecks/deepchecks/pull/2001
* use deepchecks metrics for precision recall f1 by noamzbr in https://github.com/deepchecks/deepchecks/pull/2006
* Added duplicate column validation by kishore-s-gitaa in https://github.com/deepchecks/deepchecks/pull/1994
* Remove the ever-present warnings about direct imports from deepchecks by noamzbr in https://github.com/deepchecks/deepchecks/pull/2007
* Added env var FAIL_ON_DEEPCHECKS_DEPRECATION_WARNINGS by nirhutnik in https://github.com/deepchecks/deepchecks/pull/2008
* set_verbosity ERROR will ignore also regular warnings by noamzbr in https://github.com/deepchecks/deepchecks/pull/2009
* Segmentation docs and tests 1888 by nirhutnik in https://github.com/deepchecks/deepchecks/pull/1991
* Add code to load the airbnb dataset by noamzbr in https://github.com/deepchecks/deepchecks/pull/2014
* Feat/added deprecation warning to whole dataset drift check by kishore-s-15 in https://github.com/deepchecks/deepchecks/pull/2011
* Add n_samples to all tabular checks (except dataset size check) by noamzbr in https://github.com/deepchecks/deepchecks/pull/2019
* Add all sklearn scorers by noamzbr in https://github.com/deepchecks/deepchecks/pull/2020
New Contributors
* daavoo made their first contribution in https://github.com/deepchecks/deepchecks/pull/1933
* kishore-s-gitaa made their first contribution in https://github.com/deepchecks/deepchecks/pull/1994
**Full Changelog**: https://github.com/deepchecks/deepchecks/compare/0.8.3...0.9.0