11. METplotpy 1.0.0 Release Notes

When applicable, release notes are followed by the GitHub issue number which describes the bugfix, enhancement, or new feature: METplotpy GitHub issues.

11.1. Version 1.0.0 release notes (2021-05-11)

11.1.1. 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)

    • Add plots for Weather Regime Analysis (#74)

    • Add plots for Coherence Spectra (#46)

    • Replicate METviewer ROC diagram (#11)

    • Add plots for GridDiag analysis (#36)

    • Implement Equivalence Testing Bounds plot in Plotly (#71)

    • Recreate plot generated in the blocking Subseasonal to seasonal (S2S) script provided by University of Illinois (#40)

    • Replicate METviewer Reliability diagram using Python (_#12)

    • Plot for Hovmoller Diagram from NOAA PSL Diagnostics package (_#45)

    • Replicate METviewer Performance diagram using Python (_#20)

    • Refactor CBL code to isolate plotting and replace Basemap with Cartopy (#33)

    • Create line plot (#19)

    • Add Difficulty Index plotting from NRL (#47)

  • Enhancements:

    • Documentation for METviewer plots in the User’s Guide:

      • Line Plot

      • Performance Diagram

      • Reliability Diagram

      • ROC Diagram

    • Documentation for Contributed plots in the User’s Guide:

      • Histogram_2d Plot

      • S2S Blocking

      • Weather Regime

      • Hovmoeller Plot

      • Spacetime (cross-spectra) Plot

    • Restructure the Conf Interval dropdown list (#99)

    • Add support to reverse the connection order for ROC (#81)

    • Series plot support for “group” statistics (#88)

    • Add a version selector for documentation (#60)

    • Include more Python packages to the conda environment (_#52)

  • Internal:

    • Move the documentation over to Read The Docs (#73)

    • Make sure all tests are working (#73)

    • Setup METplotpy docs to use github actions (#100)

    • Rename the met_plot.py and MetPlot class name (#69)

    • Automate release date for automation (#62)

    • Version selector for sphinx documentation (_#63)

    • Use new METcalcpy permutation calculation for the line plot (_#61)

  • Bugfixes:

    • Difficulty index plot loses data at edges (#76)