Skip to content

Commit 592644b

Browse files
committed
Move concretize-defaults changelog entries to In progress
Signed-off-by: Hugh Carson <hughcars@amazon.com>
1 parent fda6dcc commit 592644b

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ The format of this changelog is based on
2323
- Enabled voltage and impedance postprocessing for waveport and BoundaryMode by specifying a line
2424
from ground to conductor, either through mesh coordinates or boundary attribute
2525
in `config["Boundaries"]["Postprocessing"]["Impedance"]` [PR 657](https://github.com/awslabs/palace/pull/657).
26+
- Palace now writes a fully-resolved copy of the run configuration to
27+
`<output_dir>/config.json` at startup, with every implicit default and `"Default"`
28+
sentinel filled in. The sidecar passes schema validation and can be used to re-run
29+
the same simulation deterministically [PR 719](https://github.com/awslabs/palace/pull/719).
30+
31+
#### Interface Changes
32+
33+
- `Solver.Eigenmode.MaxSize` now defaults to `max(2 * N, N + 15)` for both SLEPc and
34+
ARPACK. `Solver.Eigenmode.MaxIts` now defaults to `1'000'000`
35+
[PR 719](https://github.com/awslabs/palace/pull/719).
2636

2737
#### Bug Fixes
2838

@@ -76,11 +86,6 @@ The format of this changelog is based on
7686
([mfem/mfem#5246](https://github.com/mfem/mfem/pull/5246))
7787
[PR 706](https://github.com/awslabs/palace/pull/706).
7888

79-
#### Interface Changes
80-
81-
- `Solver.Eigenmode.MaxSize` now defaults to `max(2 * N, N + 15)` for both SLEPc and
82-
ARPACK. `Solver.Eigenmode.MaxIts` now defaults to `1'000'000` [PR TBD].
83-
8489
## [0.16.0] - 2026-03-05
8590

8691
#### New Features

0 commit comments

Comments
 (0)