From d3324e1705d725084d683f1dbdb18bfd1e6f2f29 Mon Sep 17 00:00:00 2001 From: Scott Rabenhorst <53346946+sdrabenh@users.noreply.github.com> Date: Thu, 7 May 2026 13:09:35 -0400 Subject: [PATCH] Update CHANGELOG for version 2.1.16 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2acd9b..a43ef44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- stats_v2 directory with scripts to process forecast stats and create stats plots and scorecards ### Changed @@ -18,6 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [2.1.16] - 2026-05-07 + +### Added +- Initial commit of `stats_v2` directory with scripts to process forecast stats and create stats plots and scorecards. + +### Changed +- Updated plotting scripts for bug fixes and additional exports. + +### Fixed +- Fixed rename of "lake_landice_saltwater" to "other_restarts" in remap_restarts test script. + ## [2.1.15] - 2026-04-15 ### Added