Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature #1817 5.0.0-beta3 release #1825

Merged
merged 9 commits into from
Sep 21, 2022
47 changes: 47 additions & 0 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,53 @@ describes the bugfix, enhancement, or new feature:
https://github.com/dtcenter/METplus/issues


METplus Version 5.0.0 Beta 3 Release Notes (2022-09-21)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. warning:: **MAJOR CHANGES**:

* Use cases that include **EnsembleStat** wrapper will require config file updates. **NEW USER'S GUIDE SECTION OUTLINING REQUIRED CHANGES COMING SOON**
* The default value of :term:`SCRUB_STAGING_DIR` is now *True*.
This means some intermediate files that are auto-generated by METplus such as file lists and
uncompressed files will automatically be removed unless this option is set by the user.
These files are typically only used to debug unexpected issues.
* The default value of :term:`METPLUS_CONF` now includes the :term:`LOG_TIMESTAMP` so each METplus run
will generate a unique final config file, i.e. metplus_final.conf.20220921121733.
georgemccabe marked this conversation as resolved.
Show resolved Hide resolved


* Enhancements:

* **Update the EnsembleStat wrapper and use case examples to remove ensemble post processing logic** (`#1816 <https://github.com/dtcenter/METplus/issues/1816>`_)
* Enhance logic to consistently create directories (`#1657 <https://github.com/dtcenter/METplus/issues/1657>`_)
* Create checksum for released code (`#262 <https://github.com/dtcenter/METplus/issues/262>`_)
* Add the user ID to the log output at beginning and end of each METplus wrappers run (`dtcenter/METplus-Internal#20 <https://github.com/dtcenter/METplus-Internal/issues/20>`_)
* Update logic to name final conf and intermediate files with a unique identifier (`dtcenter/METplus-Internal#32 <https://github.com/dtcenter/METplus-Internal/issues/32>`_)
* Change default logging time information (`dtcenter/METplus-Internal#34 <https://github.com/dtcenter/METplus-Internal/issues/34>`_)

* Bugfixes:

* Allow NA value for <TOOL-NAME>_CLIMO_[MEAN/STDEV]_HOUR_INTERVAL (`#1787 <https://github.com/dtcenter/METplus/issues/1787>`_)

* New Wrappers:

* PlotPointObs (`#1489 <https://github.com/dtcenter/METplus/issues/1489>`_)

* New Use Cases:

* PANDA-C use cases (`#1686 <https://github.com/dtcenter/METplus/issues/1686>`_)
* MJO-ENSO diagnostics (`#1330 <https://github.com/dtcenter/METplus/issues/1330>`_)


* Documentation:


* Internal:

* Add instructions in Release Guide for "Recreate an Existing Release" (`#1746 <https://github.com/dtcenter/METplus-Internal/issues/1746>`_)
georgemccabe marked this conversation as resolved.
Show resolved Hide resolved
* Add modulefiles used for installations on various machines (`dtcenter/METplus-Internal#1749 <https://github.com/dtcenter/METplus-Internal/issues/1749>`_)
georgemccabe marked this conversation as resolved.
Show resolved Hide resolved



METplus Version 5.0.0 Beta 2 Release Notes (2022-08-03)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion metplus/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-beta3-dev
5.0.0-beta3