Skip to content

Commit

Permalink
2.1.0 release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hankenstein2 committed Jul 28, 2023
1 parent b0345d4 commit 696afc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 46 deletions.
50 changes: 7 additions & 43 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/dtcenter/METcalcpy/issues/189>`_)

.. dropdown:: Enhancements

* **Upgrade to using Python 3.10.4** (`#270 <https://github.com/dtcenter/METcalcpy/issues/270>`_)
* Enhance the Release Notes by adding dropdown menus(`#292 <https://github.com/dtcenter/METcalcpy/issues/292>`_)
* **Updated Analysis tools to handle TC-RMW functionality** (`#308 <https://github.com/dtcenter/METcalcpy/issues/308>`_)

.. dropdown:: Internal

* Add 'License.txt' to the METcalcpy repo (`#279 <https://github.com/dtcenter/METcalcpy/issues/279>`_)
* Update cloud python to 3.10(`#170 <https://github.com/dtcenter/METcalcpy/issues/170>`_)
* Update cloud python to 3.8(`#169 <https://github.com/dtcenter/METcalcpy/issues/169>`_)
* Changed Project to Cycle assignment in github(`#301 <https://github.com/dtcenter/METcalcpy/issues/301>`_)
* Partial completion of logging for STIGS(`#46 <https://github.com/dtcenter/METplus-internal/issues/46>`_)

.. dropdown:: Bugfixes

* **Fixed Ratio Derived curve not generating** (`#302 <https://github.com/dtcenter/METcalcpy/issues/302>`_)
* **Fixed PSTD_ROC_AUC calculation** (`#306 <https://github.com/dtcenter/METcalcpy/issues/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 <https://github.com/dtcenter/METcalcpy/issues/292>`_)

.. dropdown:: Internal

None

.. dropdown:: Bugfixes

* **Remaining reference to ARIMA in utils.py compute_std_err_from_median_variance_inflation_factor()** (`#254 <https://github.com/dtcenter/METcalcpy/issues/254>`_)
* **Replace frame.append method to pandas.concat in agg_stat.py** (`#296 <https://github.com/dtcenter/METcalcpy/issues/296>`_)
* **Fixed Ratio Derived curve not generating** (`#302 <https://github.com/dtcenter/METcalcpy/issues/302>`_)
* **Fixed PSTD_ROC_AUC calculation** (`#306 <https://github.com/dtcenter/METcalcpy/issues/306>`_)


METcalcpy Version 2.1.0-beta1 release notes (20230228)
------------------------------------------------------

.. dropdown:: New Functionality

* **Convert plot_tcmpr.R calculations to Python** (`#189 <https://github.com/dtcenter/METcalcpy/issues/189>`_)

.. dropdown:: Enhancements

* **Upgrade to using Python 3.10.4** (`#270 <https://github.com/dtcenter/METcalcpy/issues/270>`_)

.. dropdown:: Internal

* Add 'License.txt' to the METcalcpy repo (`#279 <https://github.com/dtcenter/METcalcpy/issues/279>`_)

.. dropdown:: Bugfixes

None


METcalcpy Upgrade Instructions
==============================

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="2.1.0-rc1"
__version__="2.1.0"

0 comments on commit 696afc6

Please sign in to comment.