You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update version to 2.0.3 in pyproject.toml, __init__.py, Cargo.toml
- Add CHANGELOG entry documenting Rust backend optimizations
- Update TODO.md to mark Rust optimizations as completed in v2.0.3
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: TODO.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Enhancements for `honest_did.py`:
90
90
91
91
## Rust Backend Optimizations
92
92
93
-
Deferred from PR #58 code review (completed in v2.1):
93
+
Deferred from PR #58 code review (completed in v2.0.3):
94
94
95
95
-[x]**Matrix inversion efficiency** (`rust/src/linalg.rs`): ✅ Uses Cholesky factorization for symmetric positive-definite matrices with LU fallback for near-singular cases
96
96
-[x]**Reduce bootstrap allocations** (`rust/src/bootstrap.rs`): ✅ Direct Array2 allocation eliminates Vec<Vec<f64>> intermediate. Also added Rayon chunk size tuning and Webb lookup table optimization.
0 commit comments