Skip to content

Commit c8c9426

Browse files
committed
Merge branch 'feature_522_v3.1.0' of https://github.com/dtcenter/METplotpy into feature_525_update_plotly_kaleido
2 parents 6f6a8cb + 9bb5717 commit c8c9426

2 files changed

Lines changed: 9 additions & 47 deletions

File tree

docs/Users_Guide/release-notes.rst

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

99

10-
METplotpy Version 3.1.0-rc1 release notes (20250522)
10+
METplotpy Version 3.1.0 release notes (20250721)
1111
====================================================
1212

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

2424
.. dropdown:: Bugfixes
2525

26-
None
27-
28-
.. dropdown:: Documentation
29-
30-
* Documentation: TCMPR filtering (`#507 <https://github.com/dtcenter/METplotpy/issues/507>`_)
31-
32-
.. dropdown:: Repository, build, and test
33-
34-
None
35-
36-
METplotpy Version 3.1.0-beta2 release notes (20250331)
37-
======================================================
38-
39-
.. dropdown:: New Plots
40-
41-
None
42-
43-
.. dropdown:: Enhancements
44-
45-
None
46-
47-
.. dropdown:: Bugfixes
48-
26+
* Make default configs available in package (`#476 <https://github.com/dtcenter/METplotpy/issues/476>`_)
27+
* Import from metplotpy.contributed instead of relative import (`#478 <https://github.com/dtcenter/METplotpy/issues/478>`_)
4928
* Series names in legend don't get ordered correctly (`#347 <https://github.com/dtcenter/METplotpy/issues/347>`_)
5029
* Support various formats of show_legend values (`#482 <https://github.com/dtcenter/METplotpy/issues/482>`_)
5130
* 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>`_)
5231
* Better handling of determining min and max for confidence limits when data contains NaN values (`#494 <https://github.com/dtcenter/METplotpy/issues/494>`_)
5332
* Plotly line plots are plotting confidence limit bars at zero with zero length error bars (`#495 <https://github.com/dtcenter/METplotpy/issues/495>`_)
5433

34+
35+
5536
.. dropdown:: Documentation
5637

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

6143
.. dropdown:: Repository, build, and test
6244

6345
* Update infrastructure to reflect move to developing with Python 3.12 (`#496 <https://github.com/dtcenter/METplotpy/pull/496>`_)
6446
* Update modulefiles used on various machines (`#488 <https://github.com/dtcenter/METplotpy/issues/488>`_)
6547

66-
METplotpy Version 3.1.0-beta1 release notes (20250123)
67-
======================================================
68-
69-
.. dropdown:: New Plots
70-
71-
None
72-
73-
.. dropdown:: Enhancements
74-
75-
None
76-
77-
.. dropdown:: Bugfixes
78-
79-
* Make default configs available in package (`#476 <https://github.com/dtcenter/METplotpy/issues/476>`_)
80-
* Import from metplotpy.contributed instead of relative import (`#478 <https://github.com/dtcenter/METplotpy/issues/478>`_)
81-
82-
.. dropdown:: Documentation
83-
84-
None
85-
8648

8749
METplotpy Upgrade Instructions
8850
==============================

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
project = 'METplotpy'
2525
copyright = '2025, NSF NCAR'
2626
author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES'
27-
author_list = 'Fisher, H., D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister and T. Burek'
28-
version = '3.2.0-beta1-dev'
27+
author_list = 'Adriaansen, D., C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister, T. Burek, and H. Fisher'
28+
version = '3.1.0'
2929
verinfo = version
3030
release = f'{version}'
3131
release_year = '2025'
3232

33-
release_date = f'{release_year}-05-22'
33+
release_date = f'{release_year}-07-21'
3434

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

0 commit comments

Comments
 (0)