diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 27cc996ef..cce496ca1 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -7,7 +7,7 @@ describes the bugfix, enhancement, or new feature: `METplotpy GitHub issues. `_ -METplotpy Version 3.1.0-rc1 release notes (20250522) +METplotpy Version 3.1.0 release notes (20250721) ==================================================== .. dropdown:: New Plots @@ -23,66 +23,28 @@ METplotpy Version 3.1.0-rc1 release notes (20250522) .. dropdown:: Bugfixes - None - -.. dropdown:: Documentation - - * Documentation: TCMPR filtering (`#507 `_) - -.. dropdown:: Repository, build, and test - - None - -METplotpy Version 3.1.0-beta2 release notes (20250331) -====================================================== - -.. dropdown:: New Plots - - None - -.. dropdown:: Enhancements - - None - -.. dropdown:: Bugfixes - + * Make default configs available in package (`#476 `_) + * Import from metplotpy.contributed instead of relative import (`#478 `_) * Series names in legend don't get ordered correctly (`#347 `_) * Support various formats of show_legend values (`#482 `_) * Reliability Diagram show_legend setting should work with True/False rather than 1/0 values; see bugfix #482 (`#455 `_) * Better handling of determining min and max for confidence limits when data contains NaN values (`#494 `_) * Plotly line plots are plotting confidence limit bars at zero with zero length error bars (`#495 `_) + + .. dropdown:: Documentation * Enhance METplotpy User's Guide Installation Instructions (`#457 `_) * Provide more background information on the Taylor Diagram (`#435 `_) * Enhance the Table of Contents to include all METplus components (`#499 `_) + * Documentation: TCMPR filtering (`#507 `_) .. dropdown:: Repository, build, and test * Update infrastructure to reflect move to developing with Python 3.12 (`#496 `_) * Update modulefiles used on various machines (`#488 `_) -METplotpy Version 3.1.0-beta1 release notes (20250123) -====================================================== - -.. dropdown:: New Plots - - None - -.. dropdown:: Enhancements - - None - -.. dropdown:: Bugfixes - - * Make default configs available in package (`#476 `_) - * Import from metplotpy.contributed instead of relative import (`#478 `_) - -.. dropdown:: Documentation - - None - METplotpy Upgrade Instructions ============================== @@ -93,13 +55,13 @@ METplotpy Upgrade Instructions development with Python 3.12. View the requirements.txt/nco_requirements.txt file at the top level of the repository for version numbers for the corresponding third-party packages. +.. note:: In June 2025, Plotly made significant updates to the kaleido package with the 1.0.0 release by removing Google Chrome code. Now, users will need to have Google Chrome installed in directories specified in this Plotly documentation (based on operating system): - -https://plotly.com/python/static-image-export/ + https://plotly.com/python/static-image-export/ The METplotpy code downloads Chrome at runtime by invoking the kaleido.get_chrome_sync() method call. diff --git a/docs/conf.py b/docs/conf.py index 5fbd7fbae..f9c46ba0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,13 +24,13 @@ project = 'METplotpy' copyright = '2025, 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' -version = '3.2.0-beta1-dev' +author_list = 'Adriaansen, D., C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister, T. Burek, and H. Fisher' +version = '3.1.0' verinfo = version release = f'{version}' release_year = '2025' -release_date = f'{release_year}-05-22' +release_date = f'{release_year}-07-21' copyright = f'{release_year}, {author}'