diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 95c6c7233b..d6ee98fce9 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,6 +9,42 @@ When applicable, release notes are followed by the GitHub issue number which des enhancement, or new feature (`MET GitHub issues `_). Important issues are listed **in bold** for emphasis. +MET Version 12.0.0-beta6 Release Notes (20241017) +------------------------------------------------- + + .. dropdown:: Repository, build, and test + + * Update METbaseimage to use newer versions of Atlas and ecKit (`METbaseimage#27 `_). + * MET: Enhance the MET testing framework to provide a mechanism for expected failure (`METplus-Internal#23 `_). + * Fix the SonarQube findings for MET version 12.0.0 (`#2673 `_). + * Enhance the `unit.py` MET testing script to allow for expected failures (`#2937 `_). + * Modify configure.ac to define C++17 as the default compilation standard (`#2948 `_). + + .. dropdown:: Bugfixes + + * Bugfix: Fix Point2Grid processing of GFS Ocean data input (`#2936 `_). + * **Bugfix: Fix contingency table statistic bugs in the CTS and NBRCTS line types for BAGSS, SEDI CI's, ORSS, and ORSS CI's** (`#2958 `_). + * Bugfix: Fix the grid dimensions used for `point2grid_cice_set_attr_grid` unit test (`#2968 `_). + * Bugfix: Fix MTD to run on any MET-supported grid projection (`#2979 `_). + + .. dropdown:: Enhancements + + * **Enhance Series-Analysis to read its own output and incrementally update output statistics over time** (`#1371 `_). + * Enhance the `set_attr_grid` processing logic to support input files lacking a grid definition (`#1729 `_). + * **Add support for new point_weight_flag to the Point-Stat and Ensemble-Stat tools** (`#2279 `_). + * Allow observation anomaly replacement in Anomaly Correlation Coefficient (ACC) calculation (`#2308 `_). + * Enhance Point2Grid to filter quality control strings with config file options (`#2880 `_). + * Refine SEEPS processing logic and output naming conventions (`#2882 `_). + * **Enhance MET to calculate weighted contingency table counts and statistics** (`#2887 `_). + * Enhance the OBTYPE header column for MPR and ORANK line types (`#2893 `_). + * **Enhance MET to support separate climatology datasets for both the forecast and observation inputs** (`#2924 `_). + * Refine PB2NC warning messages about changing Bufr center times (`#2938 `_). + + .. dropdown:: Documentation + + * Remove the double-quotes around keywords (`#2023 `_). + * Documentation: Provide instructions for compiling MET with the C++11 standard (`#2949 `_). + MET Version 12.0.0-beta5 Release Notes (20240710) ------------------------------------------------- @@ -17,7 +53,7 @@ MET Version 12.0.0-beta5 Release Notes (20240710) * Reimplement and enhance the Perl-based (unit.pl) unit test control script in Python (`#2717 `_). * Update compilation script and configuration files as needed for supported platforms (`#2753 `_). * Update tag used for the release checksum action (`#2929 `_). - + .. dropdown:: Bugfixes * Bugfix (METbaseimage): Fix the environment to correct the ncdump runtime linker error (`METbaseimage#24 `_). diff --git a/docs/conf.py b/docs/conf.py index f6ffb456ad..2102c81220 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,11 +20,11 @@ project = 'MET' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Prestopnik, J., H. Soh, L. Goodrich, B. Brown, R. Bullock, J. Halley Gotway, K. Newman, J. Opatz, T. Jensen' -version = '12.0.0-beta5' +version = '12.0.0-beta6' verinfo = version release = f'{version}' release_year = '2024' -release_date = f'{release_year}-07-10' +release_date = f'{release_year}-10-17' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------