Skip to content

Commit

Permalink
Feature 386 v3.0.0 beta1 (#389)
Browse files Browse the repository at this point in the history
* Issue #386

* Issue #386
  • Loading branch information
bikegeek authored Sep 15, 2023
1 parent 07b2f39 commit 4b7aaf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
36 changes: 2 additions & 34 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,21 @@ describes the bugfix, enhancement, or new feature:
METplotpy Release Notes
=======================

METplotpy Version 2.1.0 release notes (20230727)
METplotpy Version 3.0.0 release notes (20230915)
------------------------------------------------------

.. dropdown:: New Plots

* **Create skew-T (sounding) plots from TC-Diag ASCII output** (`#339 <https://github.com/dtcenter/METplotpy/issues/339>`_).

* **Convert plot_tcmp.R plotting to Python** (`#240 <https://github.com/dtcenter/METplotpy/issues/240>`_).

.. dropdown:: Enhancements

* **Enhance the Release Notes by adding dropdown menus** (`#328 <https://github.com/dtcenter/METplotpy/issues/328>`_).

* **Update documentation on plots that now support logging** (`#368 <https://github.com/dtcenter/METplotpy/issues/368>`_).

* **Documentation: add Sphinx callout reminding users they cannot user environment variables in the YAML file in line plots chapter** (`#367 <https://github.com/dtcenter/METplotpy/issues/367>`_).

* **Make Headers Consistent in METplus components User's Guides** (`#371 <https://github.com/dtcenter/METplotpy/issues/371>`_).


.. dropdown:: Internal

* Create a figure directory (`#293 <https://github.com/dtcenter/METplotpy/issues/293>`_).

* Add 'LICENSE.md' to the METplotpy repo (`#320 <https://github.com/dtcenter/METplotpy/issues/320>`_).

* **Upgrade to using Python 3.10.4** (`#310 <https://github.com/dtcenter/METplotpy/issues/310>`_).

* Feature develop cycle change (`#301 <https://github.com/dtcenter/METplotpy/issues/301>`_).

* **Improve logging for 5 STIGS** (`#47 <https://github.com/dtcenter/METplus-Internal/issues/47>`_).

* Address Major SonarQube issues (`#43 <https://github.com/dtcenter/METplus-Internal/issues/43>`_).

* Replace the Polar Ice plot data that was removed. (`#351 <https://github.com/dtcenter/METplus-Internal/issues/351>`_).

.. dropdown:: Bugfixes

* **The CI's are oriented the wrong way in a vertical levels plot** (`#219 <https://github.com/dtcenter/METplotpy/issues/219>`_).

* **Plotly does not produce bar chart data when there is missing data** (`#332 <https://github.com/dtcenter/METplotpy/issues/332>`_).

* **x-axis labeling doesn't follow the order specified in independent Var** (`#218 <https://github.com/dtcenter/METplotpy/issues/218>`_).

* fix tcmpr import statements to include metplotpy reference (`#335 <https://github.com/dtcenter/METplotpy/issues/335>`_).

* **Address Warnings from pandas in METplotpy** (`#296 <https://github.com/dtcenter/METplotpy/issues/296>`_).
* **Documentation-Fix METviewer link in line plot** (`#385 <https://github.com/dtcenter/METplotpy/issues/385>`_).


METplotpy Upgrade Instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0-beta1-dev"
__version__ = "3.0.0-beta1"

0 comments on commit 4b7aaf3

Please sign in to comment.