Skip to content

Commit

Permalink
Feature 404 v3.0.0 beta6 (#405)
Browse files Browse the repository at this point in the history
* Per #404, modifying version and dates

* Per #404, updating release notes

* Adding self as an argument to calculate_statistic to attempt to resolve error with METplotpy run

* Removing self as an argument to calculate_statistic to attempt to resolve error with METplotpy run because this would need to be done in the develop branch
  • Loading branch information
jprestop authored Oct 16, 2024
1 parent f1d1e64 commit 835ab36
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
25 changes: 22 additions & 3 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,27 @@ describes the bugfix, enhancement, or new feature: `METcalcpy GitHub issues. <ht
METcalcpy Release Notes
=======================

METcalcpy Velsion 3.0.0-beta6 release notes (20241017)
------------------------------------------------------

.. dropdown:: New Functionality

None

.. dropdown:: Enhancements

* Improve logging for 5 STIGs (`METplus-Internal#46 <https://github.com/dtcenter/METplus-Internal/issues/46>`_)

.. dropdown:: Internal

None

.. dropdown:: Bugfixes

* Bugfix: MODE CSI calculations result in spurious results (`#360 <https://github.com/dtcenter/METcalcpy/issues/360>`_)


METcalcpy Velsion 3.0.0-beta5 release notes (20230628)
METcalcpy Velsion 3.0.0-beta5 release notes (20240628)
------------------------------------------------------


Expand All @@ -31,7 +50,7 @@ METcalcpy Velsion 3.0.0-beta5 release notes (20230628)
.. dropdown:: Bugfixes


METcalcpy Velsion 3.0.0-beta4 release notes (20230417)
METcalcpy Velsion 3.0.0-beta4 release notes (20240417)
------------------------------------------------------


Expand All @@ -57,7 +76,7 @@ METcalcpy Velsion 3.0.0-beta4 release notes (20230417)

* Address negative values returned by calculate_bcmse() and calculate_bcrmse() in sl1l2_statistics module (`#329 <https://github.com/dtcenter/METcalcpy/issues/329>`_)

METcalcpy Velsion 3.0.0-beta3 release notes (20230207)
METcalcpy Velsion 3.0.0-beta3 release notes (20240207)
------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
verinfo = version
release = f'{version}'
release_year = '2024'
release_date = f'{release_year}-06-28'
release_date = f'{release_year}-10-17'
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__="3.0.0-beta6-dev"
__version__="3.0.0-beta6"

0 comments on commit 835ab36

Please sign in to comment.