From 5ec034523eea8ab4248966bcaf48f84cbd4b1abb Mon Sep 17 00:00:00 2001 From: Helen Kershaw Date: Tue, 7 Dec 2021 17:58:25 -0700 Subject: [PATCH] bump version and CHANGELOG note, I bumped the wrong number on the last release --- CHANGELOG.rst | 7 ++++++- conf.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e02cd5c59..03da62bd9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,7 +22,12 @@ individual files. The changes are now listed with the most recent at the top. -**November 22 2021 :: Bug fix for groups with posterior spatially-varying adaptive inflation. Tag: v9.12.13** +**December 7 2021 :: Refactored filter_assim. Tag: v9.12.0** + +- Filter_assim refactored so each process calcuates increments +- Code readability changes + +**November 22 2021 :: Bug fix for groups with posterior spatially-varying adaptive inflation. Tag: v9.11.13** - Removed the additional outlier threshold test for each group when using posterior spatially-varying adaptive inflation. The outlier test is done for the entire ensemble diff --git a/conf.py b/conf.py index 97111ea469..8294d0277e 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 = '9.11.13' +release = '9.12.0' master_doc = 'README' # -- General configuration ---------------------------------------------------