v0.12.0
What's Changed
- fix(hmatrix): mask zero-weight padding wings from basis bounding boxes by @stevenmburns in #139
- perf(bspline): chunked dense fill+assemble — drop the (d+1,d+1,N,N) J tensor by @stevenmburns in #140
- perf(sinusoidal): stash LU factors, not the raw matrix, for the adjoint oracle by @stevenmburns in #141
- test: loosen grounded chunked-vs-tensor tolerance to 1e-10 (cross-compiler) by @stevenmburns in #142
- test: extend the 1e-10 cross-compiler margin to the free-space chunked tests by @stevenmburns in #144
- Fix #143: ArrayBlockSolver degrades to H-matrix on degenerate partitions by @stevenmburns in #145
Full Changelog: v0.11.0...v0.12.0