From d3839f7cb8c62f6e473d1f2519c9416340b33069 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Tue, 17 Dec 2024 14:32:06 -0700 Subject: [PATCH] Combined beta release sections under one section --- docs/Users_Guide/release-notes.rst | 119 ++--------------------------- 1 file changed, 8 insertions(+), 111 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 4cb222f3..2664fded 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -8,49 +8,9 @@ describes the bugfix, enhancement, or new feature: `METcalcpy GitHub issues. `_) - - .. dropdown:: Internal - - None - - .. dropdown:: Bugfixes - - * Bugfix: MODE CSI calculations result in spurious results (`#360 `_) - - -METcalcpy Velsion 3.0.0-beta5 release notes (20240628) ------------------------------------------------------- - .. dropdown:: New Functionality @@ -58,94 +18,31 @@ METcalcpy Velsion 3.0.0-beta5 release notes (20240628) .. dropdown:: Enhancements + * Improve logging for 5 STIGs (`METplus-Internal#46 `_) * **Enhance METcalcpy to use the TOTAL_DIR column when aggregate statistics wind direction statistics in the VL1L2, VAL1L2, and VCNT columns** (`#384 `_) + * Add calculation for Terrestrial Coupling Index (`#364 `_) + * Enhance aggregate statistics for ECNT,VL1L2,VAL1L2 and VCNT (`#361 `_) + * **Create aggregation support for MET .stat output** (`#325 `_) .. dropdown:: Internal * Update GitHub issue and pull request templates to reflect the current development workflow details (`#326 `_) * Consider using only .yml or only .yaml extensions (`#349 `_) * Code coverage statistics (`#54 `_) - - - .. dropdown:: Bugfixes - - -METcalcpy Velsion 3.0.0-beta4 release notes (20240417) ------------------------------------------------------- - - - .. dropdown:: New Functionality - - - .. dropdown:: Enhancements - - * Add calculation for Terrestrial Coupling Index (`#364 `_) - * Enhance aggregate statistics for ECNT,VL1L2,VAL1L2 and VCNT (`#361 `_) - - - .. dropdown:: Internal - * Develop sonarqube capabilities (`#367 `_) * Add github action for sonarqube (`#366 `_) * Updated pythoh requirements.txt (`#355 `_) * Modified python requirements section of Users Guide (`#352 `_) - - - .. dropdown:: Bugfixes - - - * Address negative values returned by calculate_bcmse() and calculate_bcrmse() in sl1l2_statistics module (`#329 `_) - -METcalcpy Velsion 3.0.0-beta3 release notes (20240207) ------------------------------------------------------- - - - .. dropdown:: New Functionality - - - .. dropdown:: Enhancements - - * **Create aggregation support for MET .stat output** (`#325 `_) - - - .. dropdown:: Internal - * Update GitHub actions workflows to switch from node 16 to node 20 (`#345 `_) - - - .. dropdown:: Bugfixes - - - * Address negative values returned by calculate_bcmse() and calculate_bcrmse() in sl1l2_statistics module (`#329 `_) - - -METcalcpy Velsion 3.0.0-beta2 release notes (20231114) ------------------------------------------------------- - - .. dropdown:: New Functionality - - .. dropdown:: Enhancements - - .. dropdown:: Internal - * Change second person references to third (`#315 `_) * Enhanced documentation for Difficulty index (`#332 `_) .. dropdown:: Bugfixes + * Bugfix: MODE CSI calculations result in spurious results (`#360 `_) + * Address negative values returned by calculate_bcmse() and calculate_bcrmse() in sl1l2_statistics module (`#329 `_) + * Address negative values returned by calculate_bcmse() and calculate_bcrmse() in sl1l2_statistics module (`#329 `_) * Add missing reliability statistics (`#330 `_) - -METcalcpy Version 3.0.0-beta1 release notes (20230915) ------------------------------------------------------- - - .. dropdown:: New Functionality - - .. dropdown:: Enhancements - - .. dropdown:: Internal - - .. dropdown:: Bugfixes - * Remove reset_index from various calculations (`#322 `_)