From 419d96cc282db918ff049512b026184702bc21dc Mon Sep 17 00:00:00 2001 From: Helen Kershaw Date: Thu, 7 Nov 2024 15:16:03 -0500 Subject: [PATCH] bump conf.py and changelog for release adding missing v to tags in changelog --- CHANGELOG.rst | 15 ++++++++++----- conf.py | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b46654545..36f492b45 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,17 +22,22 @@ individual files. The changes are now listed with the most recent at the top. -**October 22 2024 :: Bug-fixes: WRF and GOES. Tag 11.8.2** +**November 7 2024 :: MPI window memory reduction. Tag v11.8.3** + +- Removes unnecessary copy of state into mpi window. +- Removed cray pointer version of the mpi window. + +**October 22 2024 :: Bug-fixes: WRF and GOES. Tag v11.8.2** - Force THM to be the WRF-DART temperature variable - Remove offset on GOES observation converter -**September 27 2024 :: MOM6 mask bug-fix. Tag 11.8.1** +**September 27 2024 :: MOM6 mask bug-fix. Tag v11.8.1** - Fix for MOM6 CESM3 workhorse 2/3 degree grid TL319_t232 to mask missing geolon|lat|u|v|t values -**September 10 2024 :: MARBL_column. Tag 11.8.0** +**September 10 2024 :: MARBL_column. Tag v11.8.0** - Interface for MARBL_column for DART: @@ -48,7 +53,7 @@ Bugfix: - fix for IO for NetCDF files when only some variables have the unlimited dimension -**August 29 2024 :: Bug fixes for shortest_time_between_assimilations and get_close_init. Tag 11.7.1** +**August 29 2024 :: Bug fixes for shortest_time_between_assimilations and get_close_init. Tag v11.7.1** Bug fixes: @@ -64,7 +69,7 @@ Doc fixes: - GitHub template for reporting documentation issues -**August 26 2024 :: KQCEF. Tag 11.7.0** +**August 26 2024 :: KQCEF. Tag v11.7.0** - Adds a Quantile-Conserving Ensemble Filter Based on Kernel-Density Estimation to DART. - New distribution module kde_distribution_mod. diff --git a/conf.py b/conf.py index 902f7875d..23c29119d 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.2' +release = '11.8.3' root_doc = 'index' # -- General configuration ---------------------------------------------------