Skip to content

Commit 419d96c

Browse files
bump conf.py and changelog for release
adding missing v to tags in changelog
1 parent fcfd721 commit 419d96c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.rst

+10-5
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,22 @@ 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+
30+
**October 22 2024 :: Bug-fixes: WRF and GOES. Tag v11.8.2**
2631

2732
- Force THM to be the WRF-DART temperature variable
2833
- Remove offset on GOES observation converter
2934

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

3237
- Fix for MOM6 CESM3 workhorse 2/3 degree grid TL319_t232 to
3338
mask missing geolon|lat|u|v|t values
3439

35-
**September 10 2024 :: MARBL_column. Tag 11.8.0**
40+
**September 10 2024 :: MARBL_column. Tag v11.8.0**
3641

3742
- Interface for MARBL_column for DART:
3843

@@ -48,7 +53,7 @@ Bugfix:
4853

4954
- fix for IO for NetCDF files when only some variables have the unlimited dimension
5055

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

5358
Bug fixes:
5459

@@ -64,7 +69,7 @@ Doc fixes:
6469
- GitHub template for reporting documentation issues
6570

6671

67-
**August 26 2024 :: KQCEF. Tag 11.7.0**
72+
**August 26 2024 :: KQCEF. Tag v11.7.0**
6873

6974
- Adds a Quantile-Conserving Ensemble Filter Based on Kernel-Density Estimation to DART.
7075
- 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)