diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 0b289241..582ae94c 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -9,70 +9,34 @@ METcalcpy Release Notes ======================= -METcalcpy Version 2.1.0-rc1 release notes (20230620) +METcalcpy Version 2.1.0 release notes (20230728) ---------------------------------------------------- .. dropdown:: New Functionality - None + * **Convert plot_tcmpr.R calculations to Python** (`#189 `_) .. dropdown:: Enhancements + * **Upgrade to using Python 3.10.4** (`#270 `_) + * Enhance the Release Notes by adding dropdown menus(`#292 `_) * **Updated Analysis tools to handle TC-RMW functionality** (`#308 `_) .. dropdown:: Internal + * Add 'License.txt' to the METcalcpy repo (`#279 `_) * Update cloud python to 3.10(`#170 `_) * Update cloud python to 3.8(`#169 `_) * Changed Project to Cycle assignment in github(`#301 `_) * Partial completion of logging for STIGS(`#46 `_) - .. dropdown:: Bugfixes - - * **Fixed Ratio Derived curve not generating** (`#302 `_) - * **Fixed PSTD_ROC_AUC calculation** (`#306 `_) - -METcalcpy Version 2.1.0-beta2 release notes (20230413) ------------------------------------------------------- - - .. dropdown:: New Functionality - - None - - .. dropdown:: Enhancements - - * Enhance the Release Notes by adding dropdown menus(`#292 `_) - - .. dropdown:: Internal - - None - .. dropdown:: Bugfixes * **Remaining reference to ARIMA in utils.py compute_std_err_from_median_variance_inflation_factor()** (`#254 `_) * **Replace frame.append method to pandas.concat in agg_stat.py** (`#296 `_) + * **Fixed Ratio Derived curve not generating** (`#302 `_) + * **Fixed PSTD_ROC_AUC calculation** (`#306 `_) - -METcalcpy Version 2.1.0-beta1 release notes (20230228) ------------------------------------------------------- - - .. dropdown:: New Functionality - - * **Convert plot_tcmpr.R calculations to Python** (`#189 `_) - - .. dropdown:: Enhancements - - * **Upgrade to using Python 3.10.4** (`#270 `_) - - .. dropdown:: Internal - - * Add 'License.txt' to the METcalcpy repo (`#279 `_) - - .. dropdown:: Bugfixes - - None - - METcalcpy Upgrade Instructions ============================== diff --git a/docs/conf.py b/docs/conf.py index cf8ffabc..be015a95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,12 +21,12 @@ project = 'METcalcpy' copyright = '2023, NCAR' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' -author_list = 'Burek, T., H. Fisher, C. Kalb, D. Adriaansen, D. Fillmore, M. Win-Gildenmeister, and T. Jensen' +author_list = 'Fisher, H., C. Kalb, D. Adriaansen, D. Fillmore, M. Win-Gildenmeister, T. Burek, and T. Jensen' version = 'release' verinfo = version release = f'{version}' release_year = '2023' -release_date = f'{release_year}-02-28' +release_date = f'{release_year}-07-28' copyright = f'{release_year}, {author}' # if set, adds "Last updated on " followed by diff --git a/docs/version b/docs/version index 07ffca6e..8eef5147 100644 --- a/docs/version +++ b/docs/version @@ -1 +1 @@ -__version__="2.1.0-rc1" +__version__="2.1.0"