diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index d85d9fef80..d3d398b86b 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -30,6 +30,63 @@ When applicable, release notes are followed by the `GitHub issue `_) + + * Add unique identifier for each METplus run to configuration (`#1829 `_) + + * StatAnalysis - Support setting multiple jobs (`#1842 `_) + + * StatAnalysis - Set MET verbosity (`#1772 `_) + + * StatAnalysis - Support using both init/valid variables in string substitution (`#1861 `_) + + * StatAnalysis - Allow filename template tags in jobs (`#1862 `_) + + * StatAnalysis - Support looping over groups of list items (`#1870 `_) + + * StatAnalysis - Allow processing of time ranges other than daily (`#1871 `_) + + * StatAnalysis - Add support for using a custom loop list (`#1893 `_) + + * Remove MakePlots wrapper (`#1843 `_) + +* Bugfixes: + + * PCPCombine - custom loop list does not work for subtract method (`#1884 `_) + +* New Wrappers: None + +* New Use Cases: + + * Probability of Exceedence for 85th percentile temperatures (`#1808 `_) + + * FV3 Physics Tendency plotting via METplotpy (`#1852 `_) + +* Documentation: None + +* Internal: + + * Fix GitHub Actions warnings - update the version of actions and replace set-output (`#1863 `_) + + * Update diff logic to handle CSV files that have rounding differences (`#1865 `_) + + * Add unit tests for expected failure (`dtcenter/METplus-Internal#24 `_) + METplus Version 5.0.0 Beta 3 Release Notes (2022-09-21) ------------------------------------------------------- @@ -67,8 +124,7 @@ METplus Version 5.0.0 Beta 3 Release Notes (2022-09-21) * MJO-ENSO diagnostics (`#1330 `_) -* Documentation: - +* Documentation: None * Internal: diff --git a/metplus/VERSION b/metplus/VERSION index 008caf3049..044cf6badb 100644 --- a/metplus/VERSION +++ b/metplus/VERSION @@ -1 +1 @@ -5.0.0-beta4-dev +5.0.0-beta4