From 3711bbd817a16c750da2afc12790b5b99525ef7a Mon Sep 17 00:00:00 2001 From: Nabil Fayak Date: Fri, 18 Aug 2023 12:25:04 -0400 Subject: [PATCH] release notes updated --- docs/source/release_notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index eaf81f1..0223344 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -11,6 +11,7 @@ Release Notes * Enhancements * Added all datachecks except `invalid_target_data_check` along with tests and utils, migrated over from `EvalML` :pr:`15` * Added ``invalid_target_data_check`` along with all tests, utils, and objectives, migrated from ``EvalML`` :pr:`17` + * Added modules necessary to remove ``EvalML`` dependencies within testing environment :pr:`19` * Documentation Changes * Updated readme.md, contrubuting.md, and releases.md to reflect CheckMates package installation, quickstart, and useful links :pr:`13`