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
11 changes: 6 additions & 5 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ describes the bugfix, enhancement, or new feature:
`METplotpy GitHub issues. <https://github.com/dtcenter/METplotpy/issues>`_


METplotpy Version 3.2.0-RC1 release notes (20250930)
====================================================
METplotpy Version 4.0.0-beta1 release notes (20260205)
======================================================


.. dropdown:: New Plots

None

.. dropdown:: Enhancements

* Wind Rose: support specifying range radialaxes range (`#534 <https://github.com/dtcenter/METplotpy/issues/534>`_)
* Support YAML config files generated by METviewer MVBatch (`#540 <https://github.com/dtcenter/METplotpy/issues/540>`_)
* None

.. dropdown:: Bugfixes

* Bugfix Vertical Plot fix incorrect x-values/x-axis labels (`#537 <https://github.com/dtcenter/METplotpy/issues/537>`_)
* Use the METviewer data output directory when the points path is not defined in the yaml config file created by METviewer (`#552 <https://github.com/dtcenter/METplotpy/issues/552>`_)
* WindRose plot shows incorrect legend when max wind speed is less than requested (`#547 <https://github.com/dtcenter/METplotpy/issues/547>`_)

.. dropdown:: Documentation

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
# -- Project information -----------------------------------------------------

project = 'METplotpy'
copyright = '2025, NSF NCAR'
copyright = '2026, NSF NCAR'
author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES'
author_list = '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 = '2025'
release_year = '2026'

release_date = f'{release_year}-09-30'
release_date = f'{release_year}-02-05'

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

Expand Down