diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index d86a300d..6d74caae 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -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 @@ -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 `_) * Plot new TC-Diagnostics output from TC-Pairs (`#233 `_) - - .. dropdown:: Internal - - * Improve unit test infrastructure and coverage (`#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 `_). - * Create documentation and testing for TCMPR plotting code (`#383 `_). - * Update fv3_physics_tend for new FV3 output format (`#380 `_). - - .. dropdown:: Internal - - - * Update GitHub issue and pull request templates to reflect the current development workflow details (`#388 `_). - - * Consider using only .yml or only .yaml extensions (`#417 `_). - - * METplotpy:Code coverage statistics (`#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 `_). - * **Add GitHub action to run SonarQube for METplotpy pull requests and feature branches** (`#429 `_). - - - .. dropdown:: Internal - - - - .. dropdown:: Bugfixes - - - * **TC-RMW plot needs updating to support changes to input** (`#425 `_). - - - -METplotpy Version 3.0.0-beta3 release notes (20240206) ------------------------------------------------------- - - - .. dropdown:: New Plots - - - - .. dropdown:: Enhancements - - * **Add a summary curve to the ROC diagram** (`#399 `_). - - - .. dropdown:: Internal - - - - .. dropdown:: Bugfixes - - * TC-RMW plot needs updating to support changes to input (`#425 `_). - - - - -METplotpy Version 3.0.0-beta2 release notes (20231108) ------------------------------------------------------- - - .. dropdown:: New Plots - - - .. dropdown:: Enhancements - - * **hide/show the legend entries line-by-line** (`#355 `_). + * **specify the color of the no resolution and no skill lines for the reliability diagram** (`#329 `_). - * **specify the color of the no resolution and no skill lines for the reliability diagram** (`#329 `_). .. dropdown:: Internal + * Improve unit test infrastructure and coverage (`#461 `_) + * Update GitHub issue and pull request templates to reflect the current development workflow details (`#388 `_). + * Consider using only .yml or only .yaml extensions (`#417 `_). + * METplotpy:Code coverage statistics (`#55 `_). + .. dropdown:: Bugfixes + * **TC-RMW plot needs updating to support changes to input** (`#425 `_). + * TC-RMW plot needs updating to support changes to input (`#425 `_). * **Documentation-Fix METviewer link in line plot** (`#385 `_). - * **Inconsistency with generating plot in METviewer vs command line** (`#391 `_). - * **Bugfix for ROC plot image saving to file** (`#394 `_). - * Bugfix for erros in line and revision_series tests (`#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 diff --git a/docs/conf.py b/docs/conf.py index d90a9f22..619b05de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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}'