Deepchecks

Latest version: v0.19.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 11

0.4.2

Not secure
What's Changed
* Fix widget plotly bug (807) by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/809
* Docs 0.4.x fixes by shir22 in https://github.com/deepchecks/deepchecks/pull/817


**Full Changelog**: https://github.com/deepchecks/deepchecks/compare/0.4.1...0.4.2

0.4.1

Not secure
Commits
- b8555e8: Fixing import issues (Itay Gabbay)
- 0764ef1: 0.4.1 (Itay Gabbay)

0.4.0

Not secure
What's Changed
* Update index.rst by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/699
* Adding notebooks by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/702
* Build model if loading causes errors by benisraeldan in https://github.com/deepchecks/deepchecks/pull/703
* merge kaggle widgets hotfix to main by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/709
* update suite exceptions and links by matanper in https://github.com/deepchecks/deepchecks/pull/706
* Colab prettier suite view by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/717
* Check display read more by matanper in https://github.com/deepchecks/deepchecks/pull/715
* [Issue-571] `make docs` errors/warnings fixes by yromanyshyn in https://github.com/deepchecks/deepchecks/pull/725
* make conda build trigger by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/726
* Add check context by matanper in https://github.com/deepchecks/deepchecks/pull/700
* merge html resources fix from 0.3.2 (728) by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/733
* update readme plot by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/720
* Added validations to numpydoc docstrings ✅ by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/738
* Update docstrings in default_suites.py by matanper in https://github.com/deepchecks/deepchecks/pull/718
* explicitly set default timeout for fi calculation by noamzbr in https://github.com/deepchecks/deepchecks/pull/739
* Rename scorers related parameters by matanper in https://github.com/deepchecks/deepchecks/pull/734
* Removed generated html files generated from notebook by matanper in https://github.com/deepchecks/deepchecks/pull/741
* Warn user when trying to show result in a non-interactive shell by matanper in https://github.com/deepchecks/deepchecks/pull/745
* add check display tests by benisraeldan in https://github.com/deepchecks/deepchecks/pull/735
* Add more warning for the user when calculating FI by matanper in https://github.com/deepchecks/deepchecks/pull/749
* Add FI permutation options to UnusedFeatures by matanper in https://github.com/deepchecks/deepchecks/pull/740
* label amibuity notebook improvemnts by benisraeldan in https://github.com/deepchecks/deepchecks/pull/760
* add conda recipe for ipython by benisraeldan in https://github.com/deepchecks/deepchecks/pull/764
* 0.4.0 version bump 🚀 by ItayGabbay in https://github.com/deepchecks/deepchecks/pull/766


**Full Changelog**: https://github.com/deepchecks/deepchecks/compare/0.3.0...0.4.0

0.3.2

Not secure
Commits
- 4c2752b: include_resources (728) (JKL98ISR) [728](https://github.com/deepchecks/deepchecks/pull/728)

0.3.1

Not secure
What's Changed
* Kaggle patch for plotly widgets by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/707
* add kaggle to allowed words + version bump by JKL98ISR in https://github.com/deepchecks/deepchecks/pull/708


**Full Changelog**: https://github.com/deepchecks/deepchecks/compare/0.3.0...0.3.1

0.3.0

Not secure
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

Page 7 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.