From 10d171cfa086e983fe1f208f538726cbc0f00bb4 Mon Sep 17 00:00:00 2001 From: Mike Horgan Date: Tue, 19 May 2026 16:14:27 -0400 Subject: [PATCH] Release v5.10.2 Patch release including config.yaml load.op key trimming fix. --- CHANGELOG.md | 2 ++ VERSION | 2 +- engine/core/spt-base/src/main/resources/config/defaults.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f109eb85..425569da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this ## [Unreleased] +## [5.10.2] - 2026-05-19 + ### Fixed - **Config YAML load.op key confusion** — config.yaml dumps now trim irrelevant `load.op.weight` keys based on step type. `MixedLoad` steps show only `load.op.weights` (distribution map); non-mixed steps (CreateLoad, ReadLoad, etc.) show only scalar `load.op.weight`. This eliminates the confusing dual-key output that made it impossible to distinguish step types from config dumps alone. (PR #118) diff --git a/VERSION b/VERSION index 4e32c7b1..269fb5df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.10.1 +5.10.2 diff --git a/engine/core/spt-base/src/main/resources/config/defaults.yaml b/engine/core/spt-base/src/main/resources/config/defaults.yaml index 02bb1b10..b990c8c2 100644 --- a/engine/core/spt-base/src/main/resources/config/defaults.yaml +++ b/engine/core/spt-base/src/main/resources/config/defaults.yaml @@ -117,7 +117,7 @@ run: node: false port: 9999 scenario: null - version: 5.10.1 + version: 5.10.2 log: level: info