From f2168e2210f5138f55c48eb833de4556d6ad5511 Mon Sep 17 00:00:00 2001 From: johnhg Date: Wed, 6 Oct 2021 14:38:24 -0600 Subject: [PATCH] Feature 1938 v10.1.0_beta3 (#1939) --- met/docs/Users_Guide/release-notes.rst | 35 ++++++++++++++++++++++++-- met/docs/conf.py | 4 +-- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/met/docs/Users_Guide/release-notes.rst b/met/docs/Users_Guide/release-notes.rst index fc43b53c72..af9fb5168b 100644 --- a/met/docs/Users_Guide/release-notes.rst +++ b/met/docs/Users_Guide/release-notes.rst @@ -5,9 +5,40 @@ When applicable, release notes are followed by the GitHub issue number which describes the bugfix, enhancement, or new feature: `MET GitHub issues. `_ -MET Version 10.1.0-beta2 release notes (|release_date|) +MET Version 10.1.0-beta3 release notes (|release_date|) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* New tools: + + * **Create new Gen-Ens-Prod tool for ensemble product generation** (`#1904 `_). + +* Enhancements: + + * **Enhance MET to use point observations falling between the first and last columns of a global grid** (`#1823 `_). + * **Enhance the PBL derivation logic in PB2NC** (`#1913 `_). + * **Add obs_quality_exc configuration option to specify which quality flags should be excluded** (`#1858 `_). + +* Bugfixes: + + * Fix PB2NC to better inventory BUFR input data when processing all variables (`#1894 `_). + * Fix IODA2NC bug rejecting all input observations in unit tests (`#1922 `_). + * Fix Stat-Analysis skill score index job which always writes a dump row output file (`#1914 `_). + * Fix TC-Stat event equalization logic to include any model name requested using -amodel (`#1932 `_). + +* Logging: + + * Resolve PB2NC string truncation warning messages (`#1909 `_). + * Print warning message for fields that contain no valid data (`#1912 `_). + * Review and revise the warning messages when running the MET unit tests (`#1921 `_). + +* Repository and installation: + + * Enhance compilation script and its documentation (`#1395 `_). + * Reduce the Security hotspots from SonarQube (`#1903 `_). + +MET Version 10.1.0-beta2 release notes (20210901) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * New output: * **Enhance MET to compute the CBS Index** (`#1031 `_). @@ -43,7 +74,7 @@ MET Version 10.1.0-beta2 release notes (|release_date|) * Update FAQ in User's Guide with info from webpage FAQ (`#1834 `_). MET Version 10.1.0-beta1 release notes (20210613) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Add the HSS_EC statistic to the MCTS line type and a configurable option for its computation (`#1749 `_). * Implement a common API for reading and writing the common NetCDF point observation file format (`#1402 `_ and `#1581 `_). diff --git a/met/docs/conf.py b/met/docs/conf.py index 2b646244a6..7a625f0c9e 100644 --- a/met/docs/conf.py +++ b/met/docs/conf.py @@ -20,11 +20,11 @@ project = 'MET' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Halley Gotway, J., K. Newman, H. Soh, J. Opatz, T. Jensen, J. Prestopnik, L. Goodrich, D. Fillmore, B. Brown, R. Bullock, T. Fowler' -version = '10.1.0-beta2' +version = '10.1.0-beta3' verinfo = version release = f'{version}' release_year = '2021' -release_date = f'{release_year}-07-20' +release_date = f'{release_year}-10-06' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------