0.0.36
Crucially, move BoundsCheck export to all so that we can get a one line getting started.
What's Changed
- Add linear system solver (Ax = b) using LAPACK dgesv by @Copilot in #51
- Implement QR decomposition with LAPACK backend by @Copilot in #55
- Add LU decomposition with partial pivoting by @Copilot in #53
Full Changelog: v0.0.35...v0.0.36