Skip to content

Commit

Permalink
Create the METviewer v5.0.0 release #444
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Dec 9, 2022
1 parent ec35987 commit 0f4f96a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 97 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
</copy>
<delete file="${build}/MANIFEST.MF"/>
<manifest file="${build}/MANIFEST.MF">
<attribute name="Specification-Version" value="5.0.0-rc1-dev"/>
<attribute name="Specification-Version" value="5.0.0"/>
</manifest>

<jar jarfile="${dist}/lib/metviewer.jar" basedir="${build}" manifest="${build}/MANIFEST.MF">
Expand Down
116 changes: 23 additions & 93 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,109 +9,39 @@ When applicable, release notes are followed by the GitHub issue number which
describes the bugfix, enhancement, or new feature:
https://github.com/dtcenter/METviewer/issues

Version `v5.0.0-beta5 <https://github.com/dtcenter/METviewer>`_ release notes (20221116)
----------------------------------------------------------------------------------------
Version `v5.0.0 <https://github.com/dtcenter/METviewer>`_ release notes (20221209)
----------------------------------------------------------------------------------

* New Features:

* Plot the new ECNT statistics: SPREAD_MD, MAE, MAE_OERR, BIAS_RATIO, ME_GE_OBS, and ME_LT_OBS
(`#434 <https://github.com/dtcenter/METviewer/issues/434>`_)
* Plot new SEEPS and SEEPS_MPR statistics
(`#422 <https://github.com/dtcenter/METviewer/issues/422>`_)
* Plot new CRPS_EMP_FAIR stat
(`#421 <https://github.com/dtcenter/METviewer/issues/421>`_)

* Enhancements:

* Return bad status from mv_load.sh if the loading step fails (`#414 <https://github.com/dtcenter/METviewer/issues/414>`_)

* Bugfixes:
* Fix loading ROC XML into the UI
(`#428 <https://github.com/dtcenter/METviewer/issues/428>`_)

* Internal:


Version `v5.0.0-beta4 <https://github.com/dtcenter/METviewer>`_ release notes (20221026)
----------------------------------------------------------------------------------------

* New Features:

* Enhancements:
* Increase the maximum limit of the uploaded XML
(`#425 <https://github.com/dtcenter/METviewer/issues/425>`_)

* Bugfixes:
* Fix MTD loader bug that did not include the last fcst_lead into the revision series data
(`#423 <https://github.com/dtcenter/METviewer/issues/423>`_)

* Internal:
* Move release notes into its own chapter
(`#427 <https://github.com/dtcenter/METviewer/issues/427>`_)
* Fix warnings in Github Actions
(`#426 <https://github.com/dtcenter/METviewer/issues/426>`_)
* Create checksum for release code
(`#412 <https://github.com/dtcenter/METviewer/issues/412>`_)


Version `v5.0.0-beta3 <https://github.com/dtcenter/METviewer>`_ release notes (20220914)
----------------------------------------------------------------------------------------

* New Features:
* Plot new statistics that are added in MET-11.0.0-beta1:
VCNT_ANOM_CORR and VCNT_ANOM_CORR_UNCNTR
(`#403 <https://github.com/dtcenter/METviewer/issues/403>`_)

* Enhancements:

* Bugfixes:
* fix incorrect order of fcst_var_vals in yaml config file
to plot multiple fields/statistics
(`#413 <https://github.com/dtcenter/METviewer/issues/413>`_)

* Internal:
* Create checksum for released code
(`#417 <https://github.com/dtcenter/METviewer/issues/415>`_)


Version `v5.0.0-beta2 <https://github.com/dtcenter/METviewer>`_ release notes (20220803)
-----------------------------------------------------------------------------------------

* New Features:
* Revision series for line and box plots
(`#394 <https://github.com/dtcenter/METviewer/issues/394>`_)
* Allow line plots start from y=0 line (`#390 <https://github.com/dtcenter/METviewer/issues/390>`_)
* Added Revision series for line and box plots (`#394 <https://github.com/dtcenter/METviewer/issues/394>`_)
* Plot new VCNT statistics: VCNT_ANOM_CORR and VCNT_ANOM_CORR_UNCNTR (`#403 <https://github.com/dtcenter/METviewer/issues/403>`_)
* Plot the new ECNT statistics: SPREAD_MD, MAE, MAE_OERR, BIAS_RATIO, ME_GE_OBS, and ME_LT_OBS (`#434 <https://github.com/dtcenter/METviewer/issues/434>`_)
* Plot new SEEPS and SEEPS_MPR statistics (`#422 <https://github.com/dtcenter/METviewer/issues/422>`_)
* Plot new CRPS_EMP_FAIR stat (`#421 <https://github.com/dtcenter/METviewer/issues/421>`_)

* Enhancements:
* **Move mv_mysql.sql from METviewer to METdatadb**
(`#371 <https://github.com/dtcenter/METviewer/issues/371>`_)
* add fcst_lead offset calculation to scorecard
(`#404 <https://github.com/dtcenter/METviewer/issues/404>`_)
* Python implementation of the scorecard summary method (`#393 <https://github.com/dtcenter/METviewer/issues/393>`_)
* Move mv_mysql.sql from METviewer to METdataio (`#371 <https://github.com/dtcenter/METviewer/issues/371>`_)
* Add fcst_lead offset calculation to scorecard (`#404 <https://github.com/dtcenter/METviewer/issues/404>`_)
* Increase the maximum limit of the uploaded XML (`#425 <https://github.com/dtcenter/METviewer/issues/425>`_)
* Return bad status from mv_load.sh if the loading step fails (`#414 <https://github.com/dtcenter/METviewer/issues/414>`_)

* Bugfixes:
* Include all field values into the resulting scorecard (`#395 <https://github.com/dtcenter/METviewer/issues/395>`_)
* Fix incorrect order of fcst_var_vals in yaml config file to plot multiple fields/statistics (`#413 <https://github.com/dtcenter/METviewer/issues/413>`_)
* Fix MTD loader bug that did not include the last fcst_lead into the revision series data (`#423 <https://github.com/dtcenter/METviewer/issues/423>`_)
* Fix loading ROC XML into the UI (`#428 <https://github.com/dtcenter/METviewer/issues/428>`_)

* Internal:
* Rename METdatadb to METdataio
(`#406 <https://github.com/dtcenter/METviewer/issues/406>`_)


Version `v5.0.0-beta1 <https://github.com/dtcenter/METviewer>`_ release notes (20220622)
----------------------------------------------------------------------------------------

* New Features:
* Allow line plots start from y=0 line
(`#390 <https://github.com/dtcenter/METviewer/issues/390>`_)
* New testing procedure (`#391 <https://github.com/dtcenter/METviewer/issues/391>`_)
* Rename METdatadb to METdataio (`#406 <https://github.com/dtcenter/METviewer/issues/406>`_)
* Create checksum for released code (`#417 <https://github.com/dtcenter/METviewer/issues/415>`_)
* Move release notes into its own chapter (`#427 <https://github.com/dtcenter/METviewer/issues/427>`_)
* Fix warnings in Github Actions (`#426 <https://github.com/dtcenter/METviewer/issues/426>`_)
* Create checksum for release code (`#412 <https://github.com/dtcenter/METviewer/issues/412>`_)

* Enhancements:
* Python implementation of the scorecard summary method
(`#393 <https://github.com/dtcenter/METviewer/issues/393>`_)

* Bugfixes:
* Include all field values into the resulting scorecard
(`#395 <https://github.com/dtcenter/METviewer/issues/395>`_)

* Internal:
* New testing procedure
(`#391 <https://github.com/dtcenter/METviewer/issues/391>`_)

METviewer Upgrade Instructions
==============================
Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-rc1-dev
5.0.0
4 changes: 2 additions & 2 deletions webapp/metviewer/metviewer1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<TITLE>METviewer 5.0.0-rc1-dev</TITLE>
<TITLE>METviewer 5.0.0</TITLE>
<link rel="shortcut icon" href="./favicon.ico">

<link rel="stylesheet"
Expand Down Expand Up @@ -252,7 +252,7 @@

<div class="toolbar ui-widget" id="toolbar ">
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;"
id="release">METviewer 5.0.0-rc1-dev<span class="ui-icon ui-icon-info " style="float: right;
id="release">METviewer 5.0.0<span class="ui-icon ui-icon-info " style="float: right;
margin-left: .4em;"></span>

</div>
Expand Down

0 comments on commit 0f4f96a

Please sign in to comment.