Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 8 additions & 46 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describes the bugfix, enhancement, or new feature:
`METplotpy GitHub issues. <https://github.com/dtcenter/METplotpy/issues>`_


METplotpy Version 3.1.0-rc1 release notes (20250522)
METplotpy Version 3.1.0 release notes (20250721)
====================================================

.. dropdown:: New Plots
Expand All @@ -23,66 +23,28 @@ METplotpy Version 3.1.0-rc1 release notes (20250522)

.. dropdown:: Bugfixes

None

.. dropdown:: Documentation

* Documentation: TCMPR filtering (`#507 <https://github.com/dtcenter/METplotpy/issues/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 <https://github.com/dtcenter/METplotpy/issues/476>`_)
* Import from metplotpy.contributed instead of relative import (`#478 <https://github.com/dtcenter/METplotpy/issues/478>`_)
* Series names in legend don't get ordered correctly (`#347 <https://github.com/dtcenter/METplotpy/issues/347>`_)
* Support various formats of show_legend values (`#482 <https://github.com/dtcenter/METplotpy/issues/482>`_)
* Reliability Diagram show_legend setting should work with True/False rather than 1/0 values; see bugfix #482 (`#455 <https://github.com/dtcenter/METplotpy/issues/455>`_)
* Better handling of determining min and max for confidence limits when data contains NaN values (`#494 <https://github.com/dtcenter/METplotpy/issues/494>`_)
* Plotly line plots are plotting confidence limit bars at zero with zero length error bars (`#495 <https://github.com/dtcenter/METplotpy/issues/495>`_)



.. dropdown:: Documentation

* Enhance METplotpy User's Guide Installation Instructions (`#457 <https://github.com/dtcenter/METplotpy/issues/457>`_)
* Provide more background information on the Taylor Diagram (`#435 <https://github.com/dtcenter/METplotpy/issues/435>`_)
* Enhance the Table of Contents to include all METplus components (`#499 <https://github.com/dtcenter/METplotpy/pull/499>`_)
* Documentation: TCMPR filtering (`#507 <https://github.com/dtcenter/METplotpy/issues/507>`_)

.. dropdown:: Repository, build, and test

* Update infrastructure to reflect move to developing with Python 3.12 (`#496 <https://github.com/dtcenter/METplotpy/pull/496>`_)
* Update modulefiles used on various machines (`#488 <https://github.com/dtcenter/METplotpy/issues/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 <https://github.com/dtcenter/METplotpy/issues/476>`_)
* Import from metplotpy.contributed instead of relative import (`#478 <https://github.com/dtcenter/METplotpy/issues/478>`_)

.. dropdown:: Documentation

None


METplotpy Upgrade Instructions
==============================
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'

Expand Down