diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 0fa92d72..c54bcc89 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -10,35 +10,30 @@ describes the bugfix, enhancement, or new feature: METplotpy Release Notes ======================= -METplotpy Version 2.0.0-beta5 release notes (20221115) +METplotpy Version 2.0.0 release notes (20221208) ------------------------------------------------------ * New Plots: + * **Analyze FV3 Physics Parameterization Tendencies** + (`#117 `_). * Enhancements: + * **Remove statsmodels and patsy python packages** + (`#275 `_). + * **Add Revision Series Capability to line and box plots** + (`#232 `_). -* Internal: - - - -* Bugfixes: - - - - -METplotpy Version 2.0.0-beta4 release notes (20221028) ------------------------------------------------------- - -* New Plots: - + * **Set up SonarQube to run nightly** + (`#38 `_). -* Enhancements: + * **Allow line plots to start from y=0 line** + (`#217 `_). - * **Remove statsmodels and patsy python packages** - (`#275 `_). + * **Make hovmoeller plot more configurable** + (`#213 `_). * Internal: @@ -49,34 +44,6 @@ METplotpy Version 2.0.0-beta4 release notes (20221028) * **Fix github Actions warnings** (`#272 `_). - -* Bugfixes: - - * **Fix ensemble spread-skill plot to correctly read in ensemble spread-skill file** - (`#271 `_). - - * **Fix type cast issue caused by Python 3.8** - (`#269 `_). - - * **Fix import statements in revision_series plot** - (`#267 `_). - - - -METplotpy Version 2.0.0-beta3 release notes (20220914) ------------------------------------------------------- - -* New Plots: - - * **Analyze FV3 Physics Parameterization Tendencies** - (`#117 `_). - - -* Enhancements: - - -* Internal: - * **Create checksum for released code** (`#262 `_). @@ -84,65 +51,38 @@ METplotpy Version 2.0.0-beta3 release notes (20220914) * Add modulefiles used for installations on various machines (`#251 `_). -* Bugfixes: - + * Identify minimal, "bare-bones" Python packages for NCO operational HPC + (`#208 `_). -METplotpy Version 2.0.0-beta2 release notes (20220803) ------------------------------------------------------- -* New Plots: - -* Enhancements: - - * **Add Revision Series Capability to line and box plots** - (`#232 `_). - - * **Set up SonarQube to run nightly** - (`#38 `_). - +* Bugfixes: -* Internal: + * **Fix ensemble spread-skill plot to correctly read in ensemble spread-skill file** + (`#271 `_). + * **Fix type cast issue caused by Python 3.8** + (`#269 `_). -* Bugfixes: + * **Fix import statements in revision_series plot** + (`#267 `_). * **Fix logic to guess path to default config when METPLOTPY_BASE is not set** (`#238 `_). + * Fix/handle deprecation, future, and runtime warnings in + line plot, ensemble spread-skill, mpr plot, reliability plot + (`#230 `_). -METplotpy Version 2.0.0-beta1 release notes (20220622) ------------------------------------------------------- - - -* New Plots: - + * Add default operation value "DIFF" to the derived series + (`#226 `_). -* Enhancements: - - * **Allow line plots to start from y=0 line** - (`#217 `_). - * **Make hovmoeller plot more configurable** - (`#213 `_). - -* Internal: - - * Identify minimal, "bare-bones" Python packages for NCO operational HPC - (`#208 `_). - - -* Bugfixes: + * Issues with generating points1 files for numerous plots + (`#223 `_). - * Fix/handle deprecation, future, and runtime warnings in - line plot, ensemble spread-skill, mpr plot, reliability plot - (`#230 `_). - * Add default operation value "DIFF" to the derived series - (`#226 `_). - * Issues with generating points1 files for numerous plots - (`#223 `_). METplotpy Upgrade Instructions ============================== diff --git a/docs/conf.py b/docs/conf.py index 1a93d927..b852067a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,13 +21,13 @@ project = 'METplotpy' copyright = '2022, NCAR' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' -author_list = 'Win-Gildenmeister, M., T. Burek, H. Fisher, D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen and L. Goodrich' -version = '1.1.0' +author_list = 'Burek, T., H. Fisher, D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, and M. Win-Gildenmeister ' +version = '2.0.0' verinfo = version release = f'{version}' release_year = '2022' -release_date = f'{release_year}-09-14' +release_date = f'{release_year}-12-08' copyright = f'{release_year}, {author}' diff --git a/docs/version b/docs/version index 064f7b99..8c0d5d5b 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__ = "2.0.0-rc1" +__version__ = "2.0.0"