Skip to content

Commit

Permalink
Removing issues from older official versions plus minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Dec 19, 2024
1 parent 52a9f5c commit fa110ea
Showing 1 changed file with 6 additions and 40 deletions.
46 changes: 6 additions & 40 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,73 +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 `v6.0.0 <https://github.com/dtcenter/METviewer>`_ release notes (20241219)
Version `v6.0.0 <https://github.com/dtcenter/METviewer>`_ Release Notes (20241219)
--------------------------------------------------------------------------------------

.. dropdown:: New Features

* Add GitHub action to run SonarQube for METviewer pull requests and feature branches (`#521 <https://github.com/dtcenter/METviewer/issues/521>`_)
* New feature to specify the color of the no resolution and no skill lines for the reliability diagram (`#465 <https://github.com/dtcenter/METviewer/issues/465>`_)
* Hide/show the legend entries line by line (`#501 <https://github.com/dtcenter/METviewer/issues/501>`_)
* New Dockerfile that creates a single image with database and METviewer in it. Can be used to create a Singularity image (`#446 <https://github.com/dtcenter/METviewer/issues/446>`_)
* 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>`_)


.. dropdown:: Enhancements

* **Enhance METviewer to plot statistics added to the ECNT, VL1L2, VAL1L2, and VCNT linetypes introduced in the MET 12.0.0 beta4 dev cycle** (`#517 <https://github.com/dtcenter/METviewer/issues/517>`_)
* METviewer:Address SonarQube Vulnerabilities(`#58 <https://github.com/dtcenter/METplus-Internal/issues/58>`_)
* METviewer: Address SonarQube Vulnerabilities (`#58 <https://github.com/dtcenter/METplus-Internal/issues/58>`_)
* Add summary_curve parameter to ROC YAML (`#506 <https://github.com/dtcenter/METviewer/issues/506>`_)
* Add accessibility statement to GUI (`#508 <https://github.com/dtcenter/METviewer/issues/508>`_)
* Reorganise results tabs in METviewer UI (`#387 <https://github.com/dtcenter/METviewer/issues/387>`_)
* Upgrade to using Python 3.10.4 (`#449 <https://github.com/dtcenter/METviewer/issues/449>`_)
* 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>`_)


.. dropdown:: Bugfixes

* Fixed implementation of OBJCSI and OBJACSI (`#519 <https://github.com/dtcenter/METviewer/issues/519>`_)
* MODE CSI statistics produces incorrect results (`#516 <https://github.com/dtcenter/METviewer/issues/516>`_)
* Bugfix for loading xml (`#513 <https://github.com/dtcenter/METviewer/issues/513>`_)
* Fixed loading Reliability plot XML with EE to UI (`#494 <https://github.com/dtcenter/METviewer/issues/494>`_)
* Fixed printing error messages to the Log tab (`#495 <https://github.com/dtcenter/METviewer/issues/495>`_)
* Fixed an error during uploading a reliability diagram XML to GUI (`#464 <https://github.com/dtcenter/METviewer/issues/464>`_)
* error during printing log messages for batch jobs (`#484 <https://github.com/dtcenter/METviewer/issues/484>`_)
* Add nco_requirements.txt file. Update Dockerfile to use NCO-approved Python packages (`#448 <https://github.com/dtcenter/METviewer/issues/448>`_)
* 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>`_)
* Fixed loading Reliability plot XML with EE to UI (`#494 <https://github.com/dtcenter/METviewer/issues/494>`_)
* Fixed printing error messages to the Log tab (`#495 <https://github.com/dtcenter/METviewer/issues/495>`_)


.. dropdown:: Internal

* **METviewer: Add a unique identifier in order to distinguish itself from other application logs** (`METplus-Internal#29 <https://github.com/dtcenter/METplus-internal/issues/29>`_)
* METviewer: Adjust SonarQube for “false positive” METviewer vulnerabilities (`METplus-Internal#60 <https://github.com/dtcenter/METplus-internal/issues/60>`_)
* Add testing.yaml testing workflow (`#539 <https://github.com/dtcenter/METviewer/issues/539>`_)
* Update GitHub issue and pull request templates to reflect the current development workflow details(`#491 <https://github.com/dtcenter/METviewer/issues/491>`_)
* Update GitHub issue and pull request templates to reflect the current development workflow details (`#491 <https://github.com/dtcenter/METviewer/issues/491>`_)
* Update GitHub actions workflows to switch from node 16 to node 20 (`#510 <https://github.com/dtcenter/METviewer/issues/510>`_)
* Remove Couchbase code (`#479 <https://github.com/dtcenter/METviewer/issues/479>`_)
* Record the username of the user associated with the batch/scorecard run (`#22 <https://github.com/dtcenter/METplus-Internal/issues/22>`_)
* The user ID will be added to the log files (`#48 <https://github.com/dtcenter/METplus-Internal/issues/48>`_)
* Record a time stamp indicating when the event occurred (`#11 <https://github.com/dtcenter/METplus-Internal/issues/11>`_)
* Testing the bug fix in METplotpy
* Change the version number for scipy to 1.11.1
* 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>`_)


METviewer Upgrade Instructions
==============================
Expand Down

0 comments on commit fa110ea

Please sign in to comment.