From 7034239ce31c19faec3a4454370c1b93073b914e Mon Sep 17 00:00:00 2001 From: eccabay Date: Wed, 22 May 2024 17:10:54 -0400 Subject: [PATCH] Release notes --- docs/source/release_notes.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 6934ef6327..5693fc51c5 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -9,12 +9,13 @@ Release Notes * Removed vowpalwabbit :pr:`4427` * Uncapped holidays :pr:`4428` * Unpinned kaleido :pr:`4423` + * Unpineed pandas, scipy, and shap versions :pr:`4432` * Documentation Changes * Testing Changes - * Run airflow tests in Python 3.9 :pr:`4391` - * Remove iterative test from airflow runs :pr:`4424` - * Update GH actions to improve handling of potentially unsafe variables :pr:`4417` - * Fix install test :pr:`4423` + * Added ability to run airflow tests in Python 3.9 :pr:`4391` + * Removed iterative test from airflow runs :pr:`4424` + * Updated GH actions to improve handling of potentially unsafe variables :pr:`4417` + * Fixed install test :pr:`4423` .. warning::