Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.10.1
5.10.2
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ run:
node: false
port: 9999
scenario: null
version: 5.10.1
version: 5.10.2

log:
level: info
Expand Down
Loading