From 390ec328d78f775fc40d9940d4edb36f9c3af6cb Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Mon, 24 Jul 2023 15:23:50 -0600 Subject: [PATCH] Feature #2620 v11.1.0-rc2 (#2622) --- docs/Users_Guide/release-notes.rst | 22 ++++++++++++++++++++++ docs/conf.py | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index a14dabee73..fbd8e7152a 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,6 +9,28 @@ 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 11.1.0-rc2 release notes (20230724) +----------------------------------------------- + + .. dropdown:: Repository, build, and test + + * Add free_disk_space.sh script to the MET repository (`#2597 `_). + + .. dropdown:: Documentation + + * Revise TC-Diag documentation for version 11.1.0 (`#2558 `_). + + .. dropdown:: Enhancements + + * Update NDBC locations prior to the MET-11.1.0 release (`#2511 `_). + + .. dropdown:: Bugfixes + + * Bugfix: Refine support for LAEA grids via NetCDF and GRIB2 files (`#2565 `_). + * Bugfix: Fix reading of upside-down CF-compliant NetCDF Rotated Lat/Lon data (`#2578 `_). + * Bugfix: Unknown ld Flag on Macos causes MET compilation to fail (`#2596 `_). + * Bugfix: Problem compiling MET on MacOS using GCC 12.3.0 (`#2615 `_). + MET Version 11.1.0-rc1 release notes (20230616) ----------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 2ce8140943..b490fef829 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 = 'Jensen, T., J. Prestopnik, H. Soh, L. Goodrich, B. Brown, R. Bullock, J. Halley Gotway, K. Newman, J. Opatz' -version = '11.1.0-rc1' +version = '11.1.0-rc2' verinfo = version release = f'{version}' release_year = '2023' -release_date = f'{release_year}-06-16' +release_date = f'{release_year}-07-24' copyright = f'{release_year}, {author}' # -- General configuration ---------------------------------------------------