Skip to content

Commit af1c931

Browse files
authored
Revert "Revert "Feature 561 v4.0.0 beta1 (#562)" (#563)" (#564)
This reverts commit 2b9219f.
1 parent 2b9219f commit af1c931

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/Users_Guide/release-notes.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ describes the bugfix, enhancement, or new feature:
77
`METplotpy GitHub issues. <https://github.com/dtcenter/METplotpy/issues>`_
88

99

10-
METplotpy Version 3.2.0-RC1 release notes (20250930)
11-
====================================================
10+
METplotpy Version 4.0.0-beta1 release notes (20260205)
11+
======================================================
12+
1213

1314
.. dropdown:: New Plots
1415

1516
None
1617

1718
.. dropdown:: Enhancements
1819

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

2222
.. dropdown:: Bugfixes
2323

24-
* Bugfix Vertical Plot fix incorrect x-values/x-axis labels (`#537 <https://github.com/dtcenter/METplotpy/issues/537>`_)
24+
* 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>`_)
25+
* WindRose plot shows incorrect legend when max wind speed is less than requested (`#547 <https://github.com/dtcenter/METplotpy/issues/547>`_)
2526

2627
.. dropdown:: Documentation
2728

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'METplotpy'
25-
copyright = '2025, NSF NCAR'
25+
copyright = '2026, NSF NCAR'
2626
author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES'
2727
author_list = 'Adriaansen, D., C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister, T. Burek, and H. Fisher'
2828
verinfo = version
2929
release = f'{version}'
30-
release_year = '2025'
30+
release_year = '2026'
3131

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

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

0 commit comments

Comments
 (0)