diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b15c62115..899a28cba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,19 @@ individual files. The changes are now listed with the most recent at the top. +**November 8 2024 :: POP initial ensemble available from GDEX. Tag v11.8.4** + +Documentation update: + + - POP initial ensemble available from GDEX. + +Bug-fixes: + + - Removed unnecessary loops around calendar types in time_manager_mod. + - Removed unused routine from normal_distribution_mod which case giving compilation warnings. + - Replaced broadcast_minmax calls with all_reduce_min_max. + + **November 7 2024 :: MPI window memory reduction. Tag v11.8.3** - Removes unnecessary copy of state into mpi window. diff --git a/conf.py b/conf.py index 23c29119d..60e5f6f4c 100644 --- a/conf.py +++ b/conf.py @@ -21,7 +21,7 @@ author = 'Data Assimilation Research Section' # The full version, including alpha/beta/rc tags -release = '11.8.3' +release = '11.8.4' root_doc = 'index' # -- General configuration ---------------------------------------------------