Skip to content

Commit 15cd2d9

Browse files
Mention the write_amica_output guard in the changelog
Amends the Phase 3 Unreleased entry to note the degenerate/non-finite refusal guard added to write_amica_output on both backends (PR #311 review, item 3).
1 parent 74b9ab4 commit 15cd2d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Release notes are also published on the
2525
unaffected, verified bit-identical to the epic tip before this phase.
2626
Cross-backend agreement (same real data/config, MLX vs PyTorch reject the
2727
same sample set) is the evidence for the stash-based design decision.
28+
`write_amica_output` also gained `state_dict`'s two-layer degenerate/
29+
non-finite refusal guard, on **both** the MLX and PyTorch backends: a
30+
caller using either backend class directly (bypassing the `AMICA`
31+
wrapper's own usability gate) could previously write a NaN model to disk
32+
silently.
2833
- **MLX backend: `keep_best` best-iterate safeguard** (issue #288, epic #278
2934
Phase 2). `AMICAMLXNG` gained the #51 best-iterate restore: `fit` now tracks
3035
the highest-log-likelihood iterate and, if the run ends more than

0 commit comments

Comments
 (0)