Skip to content

Commit

Permalink
bump conf.py and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Nov 8, 2024
1 parent 55a30c2 commit 9159690
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit 9159690

Please sign in to comment.