From 4b7aaf3dacdfc0996de42343f4463da094adb051 Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:30:52 -0600 Subject: [PATCH] Feature 386 v3.0.0 beta1 (#389) * Issue #386 * Issue #386 --- docs/Users_Guide/release-notes.rst | 36 ++---------------------------- docs/version | 2 +- 2 files changed, 3 insertions(+), 35 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index e5953c1d..14b6e9ef 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -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 `_). - - * **Convert plot_tcmp.R plotting to Python** (`#240 `_). .. dropdown:: Enhancements - * **Enhance the Release Notes by adding dropdown menus** (`#328 `_). - - * **Update documentation on plots that now support logging** (`#368 `_). - - * **Documentation: add Sphinx callout reminding users they cannot user environment variables in the YAML file in line plots chapter** (`#367 `_). - - * **Make Headers Consistent in METplus components User's Guides** (`#371 `_). - .. dropdown:: Internal - * Create a figure directory (`#293 `_). - - * Add 'LICENSE.md' to the METplotpy repo (`#320 `_). - - * **Upgrade to using Python 3.10.4** (`#310 `_). - - * Feature develop cycle change (`#301 `_). - - * **Improve logging for 5 STIGS** (`#47 `_). - - * Address Major SonarQube issues (`#43 `_). - - * Replace the Polar Ice plot data that was removed. (`#351 `_). .. dropdown:: Bugfixes - * **The CI's are oriented the wrong way in a vertical levels plot** (`#219 `_). - - * **Plotly does not produce bar chart data when there is missing data** (`#332 `_). - - * **x-axis labeling doesn't follow the order specified in independent Var** (`#218 `_). - - * fix tcmpr import statements to include metplotpy reference (`#335 `_). - - * **Address Warnings from pandas in METplotpy** (`#296 `_). + * **Documentation-Fix METviewer link in line plot** (`#385 `_). METplotpy Upgrade Instructions diff --git a/docs/version b/docs/version index 4a39128b..39f9f42b 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__ = "3.0.0-beta1-dev" +__version__ = "3.0.0-beta1"