From 96f0543226d85723105d91100973e0747f6ea1fa Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Tue, 9 Jul 2024 17:11:21 -0600 Subject: [PATCH] Per #2932, fixed formatting and links --- docs/Users_Guide/release-notes.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 7fca0e404..34e812bda 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -20,28 +20,28 @@ MET Version 12.0.0-beta5 Release Notes (20240710) .. dropdown:: Bugfixes - * **Bugfix: Fix TC-RMW to correct the tangential and radial wind computations (`#2841 `_).** + * **Bugfix: Fix TC-RMW to correct the tangential and radial wind computations** (`#2841 `_). * Bugfix: Fix Ensemble-Stat's handling of climo data when verifying ensemble-derived probabilities (`#2856 `_). - * **Bugfix: Update the logic of -qc option for ADP at point2grid (`#2867 `_).** - * Bugfix: ncdump fails with runtime linker error (`#24 `_). + * **Bugfix: Update the logic of -qc option for ADP at point2grid** (`#2867 `_). + * Bugfix METbaseimage: ncdump fails with runtime linker error (`METbaseimage#24 `_). * Bugfix: Stat-Analysis errors out for jobs with -dump_row and -line_type for VCNT, RPS, DMAP, and SSIDX line types (`#2888 `_). - * **Bugfix: Fix inconsistent handling of point observation valid times processed through Python embedding (`#2897 `_).** - * **Bugfix: Can't find MET_SEEPS_GRID_CLIMO_NAME in grid_stat config file #2601 (`#2601 `_).** + * **Bugfix: Fix inconsistent handling of point observation valid times processed through Python embedding** (`#2897 `_). + * **Bugfix: Can't find MET_SEEPS_GRID_CLIMO_NAME in grid_stat config file** (`#2601 `_). .. dropdown:: Enhancements - * **Add new wind direction verification statistics for RMSE, Bias, and MAE (`#2395 `_).** - * **Document UGRID configuration options added to Point-Stat and Grid-Stat (`#2748 `_).** + * **Add new wind direction verification statistics for RMSE, Bias, and MAE** (`#2395 `_). + * **Document UGRID configuration options added to Point-Stat and Grid-Stat** (`#2748 `_). * Add new Python functionality to convert MET NetCDF observation data to a Pandas DataFrame (`#2877 `_). - * **Refine Point-Stat Warning message about fcst/obs level mismatch (`#2873 `_).** + * **Refine Point-Stat Warning message about fcst/obs level mismatch** (`#2873 `_). * Change -config option to -ugrid_config at grid_stat and point_stat (`#2842 `_). - * **Enhance Point2Grid to support modified quality control settings for smoke/dust AOD data in GOES-16/17 as of April 16, 2024 (`#2853 `_).** - * **Test NOAA Unstructured grids in MET-12.0.0 (`#2860 `_).** - * **Enhance Ensemble-Stat and Gen-Ens-Prod to omit warning messages for the MISSING keyword (`#2870 `_).** - * **Enhance PCP-Combine to allow missing data (`#2883 `_).** - * **Enhance TC-Stat to support the -set_hdr job command option (`#2911 `_).** - * **Refine Error messages written by PB2NC (`#2912 `_).** - * **Support more tripolar data to point2grid #2857 (`#2857 `_).** + * **Enhance Point2Grid to support modified quality control settings for smoke/dust AOD data in GOES-16/17 as of April 16, 2024** (`#2853 `_). + * **Test NOAA Unstructured grids in MET-12.0.0** (`#2860 `_). + * **Enhance Ensemble-Stat and Gen-Ens-Prod to omit warning messages for the MISSING keyword** (`#2870 `_). + * **Enhance PCP-Combine to allow missing data** (`#2883 `_). + * **Enhance TC-Stat to support the -set_hdr job command option** (`#2911 `_). + * **Refine Error messages written by PB2NC** (`#2912 `_). + * **Support more tripolar data to point2grid** (`#2857 `_). MET Version 12.0.0-beta4 Release Notes (20240417) -------------------------------------------------