diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index c0992f71..97b029aa 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -8,8 +8,8 @@ describes the bugfix, enhancement, or new feature: `METcalcpy GitHub issues. `_) -* Enhancements: - - -* Internal: - - * **Remove statsmodels and patsy from METplus and analysis tools** - (`#219 `_) - - -* Bugfixes: - -METcalcpy Version 2.0.0-beta4 release notes (20221028) ------------------------------------------------------- - -* New Functionality: - * **Add CRPS, ECNT_CRPS, ECNT_RMSE, ECNT_ME to perfect scores statistics groups** (`#218 `_) -* Enhancements: - - -* Internal: - - * **Fix github Actions warnings** - (`#218 `_) - -* Bugfixes: - - -METcalcpy Version 2.0.0-beta3 release notes (20220914) ------------------------------------------------------- - -* New Functionality: - * **Add EC_VALUE to aggregation of CTC and CTS values** (`#198 `_) + * **Add in the new scripts for the MJO ENSO use case** (`#207 `_) * **Add summary and aggregation logic for calculating VCNT ANOM_CORR_UNCNTR and ANOM_CORR** (`#200 `_) - -* Enhancements: - - -* Internal: - - - * **Create checksum for released code** (`#209 `_) - - - * Add modulefiles used for installation on various machines (`#204 `_) - -* Bugfixes: - - * Vertical Interpolation DimensionalityError in migrating from Python 3.7.10 to Python 3.8.6 (`#180 `_) - - -METcalcpy Version 2.0.0-beta2 release notes (20220803) ------------------------------------------------------- - -* New Functionality: - - * Enhancements: * **Support calculation of Revision Series Data** (`#181 `_) @@ -92,31 +38,32 @@ METcalcpy Version 2.0.0-beta2 release notes (20220803) * **Setup SonarQube** (`#37 `_) -* Internal: -* Bugfixes: +* Internal: -* Address Github Dependabot Issues (`#193 `_) + * **Remove statsmodels and patsy from METplus and analysis tools** + (`#219 `_) + * **Fix github Actions warnings** + (`#218 `_) -METcalcpy Version 2.0.0-beta1 release notes (20220623) ------------------------------------------------------- + * **Create checksum for released code** (`#209 `_) -* New Functionality: + * **Add modulefiles used for installation on various machines (`#204 `_) + * **Identify minimal "bare-bones" Python packages to inform operational installation (`#152 `_) -* Enhancements: + * **Convert scorecard.R_tmp to Python (`#179 `_) +* Bugfixes: -* Internal: + * **Vertical Interpolation DimensionalityError in migrating from Python 3.7.10 to Python 3.8.6 (`#180 `_) - * Identify minimal "bare-bones" Python packages to inform operational installation (`#152 `_) - * Convert scorecard.R_tmp to Python (`#179 `_) + * **Address Github Dependabot Issues (`#193 `_) -* Bugfixes: + * **Deprecation and other warnings in event_equalize.py and other modules (`#153 `_) - * Deprecation and other warnings in event_equalize.py and other modules (`#153 `_) - * Some METcalcpy tests fail with Python 3.8 and upgraded packages (`#154 `_) + * **Some METcalcpy tests fail with Python 3.8 and upgraded packages (`#154 `_) METcalcpy Upgrade Instructions ============================== diff --git a/docs/conf.py b/docs/conf.py index 65da9cf7..b74c56c1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,12 +21,12 @@ project = 'METcalcpy' copyright = '2022, NCAR' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' -author_list = 'Win-Gildenmeister, M., T. Burek, H. Fisher, C. Kalb, D. Adriaansen, D. Fillmore, and T. Jensen' -version = 'develop' +author_list = 'Burek, T., H. Fisher, C. Kalb, D. Adriaansen, D. Fillmore, M. Win-Gildenmeister, and T. Jensen' +version = 'release' verinfo = version release = f'{version}' release_year = '2022' -release_date = f'{release_year}-09-14' +release_date = f'{release_year}-12-07' copyright = f'{release_year}, {author}' # if set, adds "Last updated on " followed by diff --git a/docs/version b/docs/version index 7c8171f1..fb4d456b 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__="2.0.0-beta5" +__version__="2.0.0"