From 95a134b26a3287e6267bb517051d749aceb5e32a Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 16 Nov 2021 13:52:43 -0700 Subject: [PATCH] Per #1970, updates for the met-10.1.0-beta4 release. --- met/docs/Users_Guide/release-notes.rst | 25 +++++++++++++++++++++++-- met/docs/conf.py | 4 ++-- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/met/docs/Users_Guide/release-notes.rst b/met/docs/Users_Guide/release-notes.rst index af9fb5168b..68524d323b 100644 --- a/met/docs/Users_Guide/release-notes.rst +++ b/met/docs/Users_Guide/release-notes.rst @@ -5,8 +5,29 @@ 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-beta3 release notes (|release_date|) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +MET Version 10.1.0-beta4 release notes (20211116) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Enhancements: + + * **Add logic to Ensemble-Stat to handle an ensemble control member** (`#1905 `_). + * Enhance Ensemble-Stat and Gen-Ens-Prod to error out if the control member also appears in the list of ensemble members (`#1968 `_). + * **Enhance TC-Gen to verify genesis probabilities from ATCF e-deck files** (`#1809 `_). + * Modify the STAT-Analysis GO Index configuration file (`#1945 `_). + * **Support percentile thresholds for frequency bias not equal to 1 (e.g. ==FBIAS0.9)** (`#1761 `_). + * Reimplement the NumArray class based on an STL template (`#1899 `_). + +* Bugfixes: + + * Fix bug with the incrementing of numbers in temporary file names (`#1906 `_). + * Fix ascii2nc to check the return status when reading ASCII input files (`#1957 `_). + +* Documentation: + + * Enhance the documentation with meta-data that is expected by MET for netCDF (`#1949 `_). + +MET Version 10.1.0-beta3 release notes (20211006) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * New tools: diff --git a/met/docs/conf.py b/met/docs/conf.py index 7a625f0c9e..b06f98568c 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-beta3' +version = '10.1.0-beta4' verinfo = version release = f'{version}' release_year = '2021' -release_date = f'{release_year}-10-06' +release_date = f'{release_year}-11-16' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------