Skip to content

Commit

Permalink
Per #2354, add beta5 release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Nov 20, 2022
1 parent a96575c commit a95274f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@ Important issues are listed **in bold** for emphasis.

.. warning:: **Ensemble post-processing was added to Gen-Ens-Prod in version 10.1.0 and will be removed from Ensemble-Stat in version 11.0.0!**

MET Version 11.0.0-beta5 release notes (20221120)
-------------------------------------------------

* Repository, build, and testing:

* MET: Enhance MET to have better signal handling for shutdown events (`dtcenter/METplus-Internal#21 <https://github.com/dtcenter/METplus-Internal/issues/21>`_).

* Library Enhancments:

* Reimplement the pntnc2ascii.R utility Rscript in Python (`#2085 <https://github.com/dtcenter/MET/issues/2085>`_).
* **Add a Python helper script/function to transform point_data objects to met_point_data objects for Python Embedding** (`#2302 <https://github.com/dtcenter/MET/issues/2302>`_).

* Application Enhancements:

* **Enhance Grid-Stat to compute SEEPS for gridded observations and write the SEEPS STAT line type** (`#1943 <https://github.com/dtcenter/MET/issues/1943>`_).
* **Enhance Stat-Analysis to aggregate SEEPS_MPR and SEEPS line types** (`#2339 <https://github.com/dtcenter/MET/issues/2339>`_).
* **Refine **TCDIAG output from TC-Pairs as needed** (`#2321 <https://github.com/dtcenter/MET/issues/2321>`_).
* Rename the TCDIAG SOURCE column as DIAG_SOURCE (`#2337 <https://github.com/dtcenter/MET/issues/2337>`_).
* Enhance TC-Pairs consensus logic to compute the spread of the location, wind speed, and pressure (`#2036 <https://github.com/dtcenter/MET/issues/2036>`_).
* Print ASCII2NC warning message about python embedding support not being compiled (`#2277 <https://github.com/dtcenter/MET/issues/2277>`_).
* Eliminate Gen-Ens-Prod warning when parsing the nbhrd_prob dictionary (`#2224 <https://github.com/dtcenter/MET/issues/2224>`_).

MET Version 11.0.0-beta4 release notes (20221102)
-------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
project = 'MET'
author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES'
author_list = 'Opatz, J., T. Jensen, J. Prestopnik, H. Soh, L. Goodrich, B. Brown, R. Bullock, J. Halley Gotway, K. Newman'
version = '11.0.0-beta4'
version = '11.0.0-beta5'
verinfo = version
release = f'{version}'
release_year = '2022'
release_date = f'{release_year}-11-02'
release_date = f'{release_year}-11-20'
copyright = f'{release_year}, {author}'

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit a95274f

Please sign in to comment.