Skip to content

Commit b97bc33

Browse files
bump conf.py and changelog for release
adding missing v to tags in changelog attribution to dennisdjensen for fortran-testanything
1 parent fcfd721 commit b97bc33

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.rst

+12-5
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,24 @@ individual files.
2222

2323
The changes are now listed with the most recent at the top.
2424

25-
**October 22 2024 :: Bug-fixes: WRF and GOES. Tag 11.8.2**
25+
**November 7 2024 :: MPI window memory reduction. Tag v11.8.3**
26+
27+
- Removes unnecessary copy of state into mpi window.
28+
- Removed cray pointer version of the mpi window.
29+
- | Fortran-testanything included in developer tests.
30+
| *From dennisdjensen: see developer_tests/contrib/fortran-testanything/LICENSE.txt*
31+
32+
**October 22 2024 :: Bug-fixes: WRF and GOES. Tag v11.8.2**
2633

2734
- Force THM to be the WRF-DART temperature variable
2835
- Remove offset on GOES observation converter
2936

30-
**September 27 2024 :: MOM6 mask bug-fix. Tag 11.8.1**
37+
**September 27 2024 :: MOM6 mask bug-fix. Tag v11.8.1**
3138

3239
- Fix for MOM6 CESM3 workhorse 2/3 degree grid TL319_t232 to
3340
mask missing geolon|lat|u|v|t values
3441

35-
**September 10 2024 :: MARBL_column. Tag 11.8.0**
42+
**September 10 2024 :: MARBL_column. Tag v11.8.0**
3643

3744
- Interface for MARBL_column for DART:
3845

@@ -48,7 +55,7 @@ Bugfix:
4855

4956
- fix for IO for NetCDF files when only some variables have the unlimited dimension
5057

51-
**August 29 2024 :: Bug fixes for shortest_time_between_assimilations and get_close_init. Tag 11.7.1**
58+
**August 29 2024 :: Bug fixes for shortest_time_between_assimilations and get_close_init. Tag v11.7.1**
5259

5360
Bug fixes:
5461

@@ -64,7 +71,7 @@ Doc fixes:
6471
- GitHub template for reporting documentation issues
6572

6673

67-
**August 26 2024 :: KQCEF. Tag 11.7.0**
74+
**August 26 2024 :: KQCEF. Tag v11.7.0**
6875

6976
- Adds a Quantile-Conserving Ensemble Filter Based on Kernel-Density Estimation to DART.
7077
- New distribution module kde_distribution_mod.

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Data Assimilation Research Section'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '11.8.2'
24+
release = '11.8.3'
2525
root_doc = 'index'
2626

2727
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)