Supported Environments
* Support running from non-jupyter environments - Suite outputs can be [exported to html](https://docs.deepchecks.com/en/stable/examples/guides/save_suite_result_as_html.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0), and Check or Suite outputs can be [exported to JSON for serialization](https://docs.deepchecks.com/en/stable/examples/guides/export_outputs_to_json.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0). HTML export: [#638](https://github.com/deepchecks/deepchecks/pull/638), JSON export: [#665](https://github.com/deepchecks/deepchecks/pull/665)
* Added support also for non-sklearn models. Supporting any model object that implements the `predict` method (and also `predict_proba` for classification), see [supported models](https://docs.deepchecks.com/en/stable/user-guide/supported_models.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0) [#594](https://github.com/deepchecks/deepchecks/pull/594)
* Fixed dependency warning when installing on google colab [577](https://github.com/deepchecks/deepchecks/pull/577)
* Fixed links from inside suite and check output to open in a new tab
Display and Output Improvements
* Output can be exported to html [638](https://github.com/deepchecks/deepchecks/pull/638)
* Suite output is now in a widget, enabling to browse quickly between checks, with and without conditions or display [610](https://github.com/deepchecks/deepchecks/pull/610)
* Distribution graphs smoothened, graphs looks better also when feature has outlier values [664](https://github.com/deepchecks/deepchecks/pull/664)
* Improved error handling. Checks that didn’t run due to irrelevant input (e.g. no index column) are no longer displayed as errors. [640](https://github.com/deepchecks/deepchecks/pull/640)
Docs
Improved documentation for many check examples:
* [Trust Score](https://docs.deepchecks.com/en/stable/examples/checks/distribution/trust_score_comparison.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Train Test Feature Drift](https://docs.deepchecks.com/en/stable/examples/checks/distribution/train_test_feature_drift.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Whole Dataset Drift](https://docs.deepchecks.com/en/stable/examples/checks/distribution/whole_dataset_drift.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Simple Model Comparison](https://docs.deepchecks.com/en/stable/examples/checks/performance/simple_model_comparison.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
* [Single Feature Contribution](https://docs.deepchecks.com/en/stable/examples/checks/methodology/single_feature_contribution.html?utm_source=release_notest&utm_medium=referral&utm_campaign=0.3.0)
* [Data Duplicates](https://docs.deepchecks.com/en/stable/examples/checks/integrity/data_duplicates.html?utm_source=release_notest&utm_medium=referral&utm_campaign=0.3.0)
Added documentation for export types:
* [To HTML](https://docs.deepchecks.com/en/stable/examples/guides/save_suite_result_as_html.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0) and [To JSON](https://docs.deepchecks.com/en/stable/examples/guides/export_outputs_to_json.html?utm_source=release_notes&utm_medium=referral&utm_campaign=0.3.0)
New Contributors
* idow09 made their first contribution 🥳
* BioGeek made their first contribution 🥳
* shaypal5 made their first contribution 🥳
Maintainers
matanper , ItayGabbay , yromanyshyn , JKL98ISR , benisraeldan , deepchecks-bot , shir22 , nirhutnik , noamzbr