From 90af8c28f0b744571b3cecfa2ea23861ce6c1c14 Mon Sep 17 00:00:00 2001 From: remyogasawara Date: Wed, 23 Aug 2023 17:28:33 -0700 Subject: [PATCH] update release notes --- 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 453df6de56..a7b4247125 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -9,6 +9,7 @@ Release Notes * Changes * Updated ``ARIMARegressor`` to be compatible with sktime v0.22.0 and beyond :pr:`4283` * Updated ``graph_prediction_vs_actual_over_time()`` to be compatible with multiseries time series :pr:`4284` + * Updated ``excluded_model_families`` to take in both ``str`` and ``ModelFamily`` data types :pr:`4287` * Documentation Changes * Removed erroneous warnings from Data Checks User Guide page and removed ``tqdm`` warning in all notebooks :pr:`4274` * Testing Changes