Skip to content

Commit 7e11f93

Browse files
committed
docs(changelog): update v0.4.2 release notes
1 parent 8fda21e commit 7e11f93

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130130
- Tighten Python/tooling setup by pinning pytest, using .python-version in CI, and hardening setup-tool version checks.
131131
- Keep CI running the full just ci workflow across Ubuntu, macOS, and Windows.
132132

133+
### Performance
134+
135+
- Restore checked factorization throughput [`f2e6d56`](https://github.com/acgetchell/la-stack/commit/f2e6d560bd1cb327ff0616644ef704a865520e32)
136+
137+
- Move LU and LDLT non-finite factor checks out of cubic update loops while preserving completed-storage validation before factors escape.
138+
- Borrow factor rows and finite vector arrays in solve, dot, and norm paths to avoid avoidable copies.
139+
- Refresh v0.4.2 release artifacts, LU solve benchmark docs, and release workflow docs.
140+
- Preserve README benchmark table spacing in the Criterion plot updater.
141+
133142
## [0.4.1] - 2026-04-21
134143

135144
### Merged Pull Requests

0 commit comments

Comments
 (0)