From 947b061dc6fbaf1fb3b3572952e41eaf6e86cee7 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 17 Apr 2024 16:52:16 -0600 Subject: [PATCH] Feature #2862 v12.0.0-beta4 (#2864) --- docs/Users_Guide/release-notes.rst | 28 ++++++++++++++++++++++++++++ docs/conf.py | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index c762149df0..3dce6cb0e3 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,6 +9,32 @@ 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-beta4 Release Notes (20240417) +------------------------------------------------- + + .. dropdown:: Repository, build, and test + + * Add GitHub action to run SonarQube for MET pull requests and feature branches (`#2379 `_). + * Move namespace specifications below include directives (`#2696 `_). + * Enhance GitHub action compilation options and testing workflows (`#2815 `_). + * Fix the SonarQube findings for MET version 12.0.0 (`#2673 `_). + * SonarQube: Replace "enum" to "enum class" (`#2830 `_). + + .. dropdown:: Bugfixes + + * **Bugfix: Fix the TC-Diag and TC-RMW tools to correctly handle the range and azimuth settings in range/azimuth grids** (`#2833 `_). + + .. dropdown:: Enhancements + + * **Refine configuration options for defining bins in the verification of probabilistic forecasts** (`#2280 `_). + * **Add new wind direction verification statistics for RMSE, Bias, and MAE** (`#2395 `_). + * Add new ECNT statistics that incorporate observational uncertainty as advised in Ferro (2017) (`#2583 `_). + * Enhance ASCII2NC to support IABP/IPAB Arctic and Antarctic drifting buoy observations (`#2654 `_). + * Enhance Multivariate MODE to read input data only once rather than multiple times (`#2707 `_). + * Enhance the calculation of RPSS to support starting from probabilistic data (`#2786 `_). + * Add convex hull to MODE output (`#2819 `_). + * Enhance Point2Grid to check "coordinates" variable attribute for ingesting non-traditional grids (`#2858 `_). + MET Version 12.0.0-beta3 Release Notes (20240207) ------------------------------------------------- @@ -108,3 +134,5 @@ MET Version 12.0.0 Upgrade Instructions * The required `Proj `_ library dependency was added in the 12.0.0-beta1 development cycle (`#2669 `_). * The optional `Atlas `_ library dependency was added in the 12.0.0-beta2 development cycle (`#2574 `_). * The optional `ecKit `_ library dependency was added in the 12.0.0-beta2 development cycle (`#2574 `_). + +* Note that the `#2833 `_ bugfix affects all previously generated output from the TC-Diag and TC-RMW tools. diff --git a/docs/conf.py b/docs/conf.py index ad28a7dd63..3a135308ab 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-beta3' +version = '12.0.0-beta4' verinfo = version release = f'{version}' release_year = '2024' -release_date = f'{release_year}-02-07' +release_date = f'{release_year}-04-17' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------