Skip to content

Commit 0ea0cb4

Browse files
committed
Fix CHANGELOG: restore accurate 0.1.0 entry, add inline boolean note
- 0.1.0 entry: restore nb_scenarios description (that is what was shipped in 0.1.0; the playlist feature is in [Unreleased]) - [Unreleased] other-changes bullet: broaden boolean rejection note to cover both inline include/exclude lists and JSON playlist files https://claude.ai/code/session_01EfjU9tBfdyZ9nZmQFCe5uU
1 parent ea247f5 commit 0ea0cb4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Other changes:
4242
raising a `ValueError` for out-of-bounds indices.
4343
- The playlist is resolved and cached exactly once at `load_optim_config()`
4444
time; I/O and format errors surface immediately as `ValueError`.
45-
- JSON booleans (`true`/`false`) in playlist files are explicitly rejected.
45+
- Boolean values (`true`/`false`) are explicitly rejected in both inline
46+
lists and JSON playlist files.
4647

4748
---
4849

@@ -70,7 +71,7 @@ A new `optim-config.yml` file controls all aspects of a simulation run:
7071
- **`resolution.mode`** — four strategies: `frontal`, `sequential-subproblems`, `parallel-subproblems`, `benders-decomposition`
7172
- **`resolution.block_length` / `block_overlap`** — time-window size and overlap for sequential/parallel modes
7273
- **`time_scope`** — `first_time_step` / `last_time_step`
73-
- **`scenario_scope`** — Monte-Carlo scenario playlist (`include`/`exclude` or `playlist-file`)
74+
- **`scenario_scope.nb_scenarios`** — number of Monte-Carlo scenarios to run (replaced by the playlist mechanism in a later release)
7475
- **`solver_options`** — solver name (default: HiGHS), log verbosity, and free-form solver parameters
7576
- **`models[].model_decomposition`** — per-model assignment of variables, constraints, and objective contributions to `master`, `subproblems`, or `master-and-subproblems` (used for Benders decomposition)
7677
- **`models[].out_of_bounds_processing`** — per-constraint handling of time indices that fall outside the horizon (`cyclic` or `drop`)

0 commit comments

Comments
 (0)