diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index c00627a35e..28054ff5c2 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -30,6 +30,57 @@ When applicable, release notes are followed by the `GitHub issue `__ number which describes the bugfix, enhancement, or new feature. +METplus Version 6.0.0 Beta 2 Release Notes (2023-11-14) +------------------------------------------------------- + + .. dropdown:: Enhancements + + * Improve SeriesAnalysis ingest of multiple input files + (`#2219 `_) + * Update the TC-Diag wrapper to support updates for MET version 12.0.0 + (`#2340 `_) + * Add config option to write MET log output to terminal + (`#2377 `_) + * GenVxMask - support specification strings to define output grid + (`#2412 `_) + * Follow symbolic links when searching for files within a time window + (`#2423 `_) + + .. dropdown:: Bugfix + + * Prevent crash when empty string set for INIT_INCREMENT or VALID_INCREMENT + (`#2420 `_) + + .. dropdown:: New Wrappers + + * WaveletStat + (`#2252 `_) + + + .. dropdown:: New Use Cases + + NONE + + .. dropdown:: Documentation + + * **Add upgrade instructions for removing user wrapped MET config files** + (`#2349 `_) + * Reorder Python Wrappers - MET Configuration tables to match order in wrapped MET config file + (`#2405 `_) + * Enhancement to Difficulty Index use-case documentation + (`#2123 `_) + * Modify the Documentation Overview section in the Contributor's Guide to add Conventions + (`#1667 `_) + * Specify available tags on DockerHub + (`#2329 `_) + + .. dropdown:: Internal + + * Improve METplus test coverage + (`#2253 `_) + * Documentation: Make Headers Consistent in METplus components User's Guides + (`#898 `_) + METplus Version 6.0.0 Beta 1 Release Notes (2023-09-15) ------------------------------------------------------- diff --git a/metplus/VERSION b/metplus/VERSION index 9d9136f3d9..e0941bdf6c 100644 --- a/metplus/VERSION +++ b/metplus/VERSION @@ -1 +1 @@ -6.0.0-beta2-dev +6.0.0-beta2