Skip to content

Commit

Permalink
updates for coordinated release: version updates, dates, rotating aut…
Browse files Browse the repository at this point in the history
…hors
  • Loading branch information
bikegeek committed Dec 17, 2024
1 parent 08a315c commit e9102f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 141 deletions.
149 changes: 10 additions & 139 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describes the bugfix, enhancement, or new feature:
METplotpy Release Notes
=======================

METplotpy Version 3.0.0-rc1 release notes (20241114)
METplotpy Version 3.0.0 release notes (20241218)
------------------------------------------------------

.. dropdown:: New Plots
Expand All @@ -20,170 +20,41 @@ METplotpy Version 3.0.0-rc1 release notes (20241114)

.. dropdown:: Enhancements

None



.. dropdown:: Internal

None


.. dropdown:: Bugfixes

None



METplotpy Version 3.0.0-beta6 release notes (20241018)
------------------------------------------------------

.. dropdown:: New Plots

None

.. dropdown:: Enhancements

* Improve logging for STIGS on remaining plots (`METplus-Internal#57 <https://github.com/dtcenter/METplus-internal/issues/57>`_)
* Plot new TC-Diagnostics output from TC-Pairs (`#233 <https://github.com/dtcenter/METplotpy/issues/233>`_)

.. dropdown:: Internal

* Improve unit test infrastructure and coverage (`#461 <https://github.com/dtcenter/METplotpy/issues/461>`_)

.. dropdown:: Bugfixes

None

METplotpy Version 3.0.0-beta5 release notes (20240630)
------------------------------------------------------


.. dropdown:: New Plots


.. dropdown:: Enhancements


* **Enhance TCMPR plotter to read TCDiag lines and filter by one column and plot another column** (`#342 <https://github.com/dtcenter/METplotpy/issues/342>`_).

* Create documentation and testing for TCMPR plotting code (`#383 <https://github.com/dtcenter/METplotpy/issues/383>`_).

* Update fv3_physics_tend for new FV3 output format (`#380 <https://github.com/dtcenter/METplotpy/issues/380>`_).

.. dropdown:: Internal


* Update GitHub issue and pull request templates to reflect the current development workflow details (`#388 <https://github.com/dtcenter/METplotpy/issues/388>`_).

* Consider using only .yml or only .yaml extensions (`#417 <https://github.com/dtcenter/METplotpy/issues/417>`_).

* METplotpy:Code coverage statistics (`#55 <https://github.com/dtcenter/METplus-Internal/issues/55>`_).


.. dropdown:: Bugfixes


METplotpy Version 3.0.0-beta4 release notes (20240417)
------------------------------------------------------

.. dropdown:: New Plots


.. dropdown:: Enhancements


* Update GitHub actions workflows to switch from node 16 to node 20 (`#414 <https://github.com/dtcenter/METplotpy/issues/414>`_).

* **Add GitHub action to run SonarQube for METplotpy pull requests and feature branches** (`#429 <https://github.com/dtcenter/METplotpy/issues/429>`_).


.. dropdown:: Internal



.. dropdown:: Bugfixes


* **TC-RMW plot needs updating to support changes to input** (`#425 <https://github.com/dtcenter/METplotpy/issues/425>`_).



METplotpy Version 3.0.0-beta3 release notes (20240206)
------------------------------------------------------


.. dropdown:: New Plots



.. dropdown:: Enhancements


* **Add a summary curve to the ROC diagram** (`#399 <https://github.com/dtcenter/METplotpy/issues/399>`_).


.. dropdown:: Internal



.. dropdown:: Bugfixes

* TC-RMW plot needs updating to support changes to input (`#425 <https://github.com/dtcenter/METplotpy/issues/425>`_).




METplotpy Version 3.0.0-beta2 release notes (20231108)
------------------------------------------------------

.. dropdown:: New Plots


.. dropdown:: Enhancements


* **hide/show the legend entries line-by-line** (`#355 <https://github.com/dtcenter/METplotpy/issues/355>`_).
* **specify the color of the no resolution and no skill lines for the reliability diagram** (`#329 <https://github.com/dtcenter/METplotpy/issues/329>`_).


* **specify the color of the no resolution and no skill lines for the reliability diagram** (`#329 <https://github.com/dtcenter/METplotpy/issues/329>`_).

.. dropdown:: Internal

* Improve unit test infrastructure and coverage (`#461 <https://github.com/dtcenter/METplotpy/issues/461>`_)
* Update GitHub issue and pull request templates to reflect the current development workflow details (`#388 <https://github.com/dtcenter/METplotpy/issues/388>`_).
* Consider using only .yml or only .yaml extensions (`#417 <https://github.com/dtcenter/METplotpy/issues/417>`_).
* METplotpy:Code coverage statistics (`#55 <https://github.com/dtcenter/METplus-Internal/issues/55>`_).



.. dropdown:: Bugfixes

* **TC-RMW plot needs updating to support changes to input** (`#425 <https://github.com/dtcenter/METplotpy/issues/425>`_).
* TC-RMW plot needs updating to support changes to input (`#425 <https://github.com/dtcenter/METplotpy/issues/425>`_).
* **Documentation-Fix METviewer link in line plot** (`#385 <https://github.com/dtcenter/METplotpy/issues/385>`_).

* **Inconsistency with generating plot in METviewer vs command line** (`#391 <https://github.com/dtcenter/METplotpy/issues/391>`_).

* **Bugfix for ROC plot image saving to file** (`#394 <https://github.com/dtcenter/METplotpy/issues/394>`_).

* Bugfix for erros in line and revision_series tests (`#401 <https://github.com/dtcenter/METplotpy/issues/401>`_).


METplotpy Version 3.0.0-beta1 release notes (20230915)
------------------------------------------------------

.. dropdown:: New Plots


.. dropdown:: Enhancements


.. dropdown:: Internal


.. dropdown:: Bugfixes




METplotpy Upgrade Instructions
==============================

Upgrade instructions will be listed here if they are
applicable for this release.
None


4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
project = 'METplotpy'
copyright = '2024, NSF NCAR'
author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES'
author_list = 'Fisher, H., D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister and T. Burek'
author_list = 'D. Adriaansen, D., C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister, T. Burek, and H. Fisher'

verinfo = version
release = f'{version}'
release_year = '2024'

release_date = f'{release_year}-11-14'
release_date = f'{release_year}-12-18'

copyright = f'{release_year}, {author}'

Expand Down

0 comments on commit e9102f8

Please sign in to comment.