From 90f954a0ae5bcb2b567785f1daea4732847c52da Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:42:32 -0600 Subject: [PATCH] Feature 432 v3.0.0 beta4 (#437) * #432 update version for beta4 release * #432 Add content for beta4 release notes --- docs/Users_Guide/release-notes.rst | 32 ++++++++++++++++++++++++++---- docs/conf.py | 10 +++++----- docs/version | 2 +- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index de77146d..15692723 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -10,7 +10,7 @@ describes the bugfix, enhancement, or new feature: METplotpy Release Notes ======================= -METplotpy Version 3.0.0-beta3 release notes (20231108) +METplotpy Version 3.0.0-beta4 release notes (20240417) ------------------------------------------------------ @@ -21,20 +21,44 @@ METplotpy Version 3.0.0-beta3 release notes (20231108) .. dropdown:: Enhancements - * **Add a summary curve to the ROC diagram** (`#399 `_). + * Update GitHub actions workflows to switch from node 16 to node 20 (`#414 `_). + + * **Add GitHub action to run SonarQube for METplotpy pull requests and feature branches** (`#429 `_). .. dropdown:: Internal - * Update GitHub actions workflows to switch from node 16 to node 20 (`#414 `_). + + .. dropdown:: Bugfixes + + + * **TC-RMW plot needs updating to support changes to input** (`#425 `_). + + + +METplotpy Version 3.0.0-beta3 release notes (20240206) +------------------------------------------------------ + .. dropdown:: New Plots + + + + .. dropdown:: Enhancements + + + * **Add a summary curve to the ROC diagram** (`#399 `_). + + + .. dropdown:: Internal .. dropdown:: Bugfixes + * TC-RMW plot needs updating to support changes to input (`#425 `_). + @@ -47,7 +71,7 @@ METplotpy Version 3.0.0-beta2 release notes (20231108) .. dropdown:: Enhancements - * **hide/show the legend entrie line-by-line** (`#355 `_). + * **hide/show the legend entries line-by-line** (`#355 `_). * **specify the color of the no resolution and no skill lines for the reliability diagram** (`#329 `_). diff --git a/docs/conf.py b/docs/conf.py index 766e23db..4d8a8e52 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,15 +19,15 @@ # -- Project information ----------------------------------------------------- project = 'METplotpy' -copyright = '2023, NCAR' -author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' +copyright = '2024, NSF NCAR' +author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Fisher, H., D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister and T. Burek' -version = 'develop' +version = 'v3.0.0-beta4' verinfo = version release = f'{version}' -release_year = '2023' +release_year = '2024' -release_date = f'{release_year}-11-08' +release_date = f'{release_year}-04-17' copyright = f'{release_year}, {author}' diff --git a/docs/version b/docs/version index c8fefd3b..f574e326 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__ = "3.0.0-beta4-dev" +__version__ = "3.0.0-beta4"