File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments