From c863856656005eb7244766087a97ee80982d987c Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:13:18 -0700 Subject: [PATCH 1/3] update version for beta release --- metplus/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metplus/VERSION b/metplus/VERSION index 19a5d1e089..cca5e4a4ad 100644 --- a/metplus/VERSION +++ b/metplus/VERSION @@ -1 +1 @@ -5.0.0-beta5-dev +5.0.0-beta5 From bfd6b8d984b6ba0e68f42b7a95e1be031b68495b Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:13:27 -0700 Subject: [PATCH 2/3] added release notes for beta5 release --- docs/Users_Guide/release-notes.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 06a3f022db..7cff47c6b8 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -30,6 +30,35 @@ When applicable, release notes are followed by the `GitHub issue `_) + * Enhance METplus to have better signal handling for shutdown events (`dtcenter/METplus-Internal#27 `_) + * TCPairs and TCStat - add support for new config options and command line arguments (`#1898 `_) + * Enhance the GridStat and PointStat wrappers to handle the addition of SEEPS (`#1953 `_) + * SeriesAnalysis - add support for setting mask dictionary (`#1926 `_) + +* Bugfixes: + + * Set level properly in filename template for EnsembleStat forecast input (`#1910 `_) + * Prevent duplicate observation files using a file window if compressed equivalent files exist in same directory (`#1939 `_) + +* New Wrappers: None + +* New Use Cases: + + * StatAnalysis Python Embedding using IODA v2.0 (`#1453 `_) + * StatAnalysis Python Embedding to read native grid (u-grid) (`#1561 `_) + +* Documentation: None + +* Internal: + + * Organize utility scripts used by multiple wrappers (`#344 `_) + METplus Version 5.0.0 Beta 4 Release Notes (2022-10-26) ------------------------------------------------------- From 02ce724ac412810e5feb35160951d3b2dfaf93ab Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:51:03 -0700 Subject: [PATCH 3/3] added release note for updating python version --- docs/Users_Guide/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 7cff47c6b8..2fb3db73ba 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -40,6 +40,7 @@ METplus Version 5.0.0 Beta 5 Release Notes (2022-11-18) * TCPairs and TCStat - add support for new config options and command line arguments (`#1898 `_) * Enhance the GridStat and PointStat wrappers to handle the addition of SEEPS (`#1953 `_) * SeriesAnalysis - add support for setting mask dictionary (`#1926 `_) + * Update Python requirement to 3.8.6 (`#1566 `_) * Bugfixes: