Skip to content

Commit

Permalink
Merge branch 'feature_114_v1.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed May 11, 2021
2 parents 252ec90 + 88b89e1 commit 6dcfdca
Showing 1 changed file with 41 additions and 56 deletions.
97 changes: 41 additions & 56 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,107 +7,92 @@ describes the bugfix, enhancement, or new feature: `METplotpy GitHub issues. <ht
Version |version| release notes (|release_date|)
------------------------------------------------

Version 1.0.0_beta5 release notes (20210427)
Version 1.0.0 release notes (20210511)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* New Plots:


* **Plot the TDF/GDF metrics from METplus use cases (https://github.com/dtcenter/METplus/issues/630,https://github.com/dtcenter/METplus/issues/631)** (`#48 <https://github.com/dtcenter/METplotpy/issues/48>`_)

* **Add plots for Weather Regime Analysis** (`#74 <https://github.com/dtcenter/METplotpy/issue/74>`_)

* **Add plots for Coherence Spectra** (`#46 <https://github.com/dtcenter/METplotpy/issue/46>`_)

* **Replicate METviewer ROC diagram** (`#11 <https://github.com/dtcenter/METplotpy/issue/11>`_)

* Enhancements:
* **Add plots for GridDiag analysis** (`#36 <https://github.com/dtcenter/METplotpy/issues/36>`_)

* Restructure the Conf Interval dropdown list (`#99 <https://github.com/dtcenter/METplotpy/issues/99>`_)
* **Implement Equivalence Testing Bounds plot in Plotly** (`#71 <https://github.com/dtcenter/METplotpy/issues/71>`_)

* Add support to reverse the connection order for ROC (`#81 <https://github.com/dtcenter/METplotpy/issues/81>`_)
* **Recreate plot generated in the blocking Subseasonal to seasonal (S2S) script provided by University of Illinois** (`#40 <https://github.com/dtcenter/METplotpy/issues/40>`_)

* Internal:
* **Replicate METviewer Reliability diagram using Python** (`_#12 <https://github.com/dtcenter/METplotpy/issues/12>`_)

* Setup METplotpy docs to use github actions (`#100 <https://github.com/dtcenter/METplotpy/issues/100>`_)
* **Plot for Hovmoller Diagram from NOAA PSL Diagnostics package** (`_#45 <https://github.com/dtcenter/METplotpy/issues/45>`_)

Version 1.0.0_beta4 release notes (20201208)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* **Replicate METviewer Performance diagram using Python** (`_#20 <https://github.com/dtcenter/METplotpy/issues/20>`_)

* New Plots:
* Refactor CBL code to isolate plotting and replace Basemap with Cartopy (`#33 <https://github.com/dtcenter/METplotpy/issues/33>`_)

* **Create line plot** (`#19 <https://github.com/dtcenter/METplotpy/issues/19>`_)

* **Add Difficulty Index plotting from NRL** (`#47 <https://github.com/dtcenter/METplotpy/issues/47>`_)

* **Add plots for GridDiag analysis** (`#36 <https://github.com/dtcenter/METplotpy/issues/36>`_)

* Enhancements:

* Series plot support for "group" statistics (`#88 <https://github.com/dtcenter/METplotpy/issues/88>`_)
* Documentation for METviewer plots in the User's Guide:

* Add a version selector for documentation (`#60 <https://github.com/dtcenter/METplotpy/issues/60>`_)
* Line Plot

* Internal:
* Performance Diagram

* Reliability Diagram

Version 1.0.0_beta3 release notes (20201208)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* ROC Diagram

* New Plots:

* **Implement Equivalence Testing Bounds plot in Plotly** (`#71 <https://github.com/dtcenter/METplotpy/issues/71>`_)
* Documentation for Contributed plots in the User's Guide:

* **Recreate plot generated in the blocking Subseasonal to seasonal (S2S) script provided by University of Illinois** (`#40 <https://github.com/dtcenter/METplotpy/issues/40>`_)
* Histogram_2d Plot

* Enhancements:
* S2S Blocking

* Internal:

* Rename the met_plot.py and MetPlot class name (`#69 <https://github.com/dtcenter/METplotpy/issues/69>`_)

* Automate release date for automation (`#62 <https://github.com/dtcenter/METplotpy/issues/62>`_)
* Weather Regime

* Bugfixes:

* Difficulty index plot loses data at edges (`#76 <https://github.com/dtcenter/METplotpy/issues/76>`_)
* Hovmoeller Plot

* Spacetime (cross-spectra) Plot


Version 1.0.0_beta2 release notes (20201208)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* New Plots:
* Restructure the Conf Interval dropdown list (`#99 <https://github.com/dtcenter/METplotpy/issues/99>`_)

* **Replicate METviewer Reliability diagram using Python** (`_#12 <https://github.com/dtcenter/METplotpy/issues/12>`_)
* Add support to reverse the connection order for ROC (`#81 <https://github.com/dtcenter/METplotpy/issues/81>`_)

* **Plot for Hovmoller Diagram from NOAA PSL Diagnostics package** (`_#45 <https://github.com/dtcenter/METplotpy/issues/45>`_)
* Series plot support for "group" statistics (`#88 <https://github.com/dtcenter/METplotpy/issues/88>`_)

* **Replicate METviewer Performance diagram using Python** (`_#20 <https://github.com/dtcenter/METplotpy/issues/20>`_)
* Add a version selector for documentation (`#60 <https://github.com/dtcenter/METplotpy/issues/60>`_)

* Enhancements:
* Include more Python packages to the conda environment (`_#52 <https://github.com/dtcenter/METplotpy/issues/52>`_)

* Include more Python packages to the conda environment (`_#52 <https://github.com/dtcenter/METplotpy/issues/52>`_)

* Internal:

* Version selector for sphinx documentation (`_#63 <https://github.com/dtcenter/METplotpy/issues/63>`_)

* Use new METcalcpy permutation calculation for the line plot (`_#61 <https://github.com/dtcenter/METplotpy/issues/61>`_)
* Move the documentation over to Read The Docs (`#73 <https://github.com/dtcenter/METplotpy/issues/84>`_)

* Make sure all tests are working (`#73 <https://github.com/dtcenter/METplotpy/issues/73>`_)

Version 1.0.0_beta1 release notes (20201022)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* New Plots:
* Setup METplotpy docs to use github actions (`#100 <https://github.com/dtcenter/METplotpy/issues/100>`_)

* Refactor CBL code to isolate plotting and replace Basemap with Cartopy (`#33 <https://github.com/dtcenter/METplotpy/issues/33>`_)
* Rename the met_plot.py and MetPlot class name (`#69 <https://github.com/dtcenter/METplotpy/issues/69>`_)

* **Create line plot** (`#19 <https://github.com/dtcenter/METplotpy/issues/19>`_)

* **Add Difficulty Index plotting from NRL** (`#47 <https://github.com/dtcenter/METplotpy/issues/47>` _)

* Enhancements:

* Include more Python packages to the conda environment (`#52 <https://github.com/dtcenter/METplotpy/issues/52>` _)
* Automate release date for automation (`#62 <https://github.com/dtcenter/METplotpy/issues/62>`_)


* Version selector for sphinx documentation (`_#63 <https://github.com/dtcenter/METplotpy/issues/63>`_)

* Internal:
* Use new METcalcpy permutation calculation for the line plot (`_#61 <https://github.com/dtcenter/METplotpy/issues/61>`_)


* Bugfixes:


* Difficulty index plot loses data at edges (`#76 <https://github.com/dtcenter/METplotpy/issues/76>`_)

0 comments on commit 6dcfdca

Please sign in to comment.