-
Notifications
You must be signed in to change notification settings - Fork 38
Pull requests: cornellius-gp/linear_operator
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
## What's broken
MaskedLinearOperator.to(device=...) crashes with AttributeError when called with a device but no dtype (e.g. .to(device="cpu")). The base LinearOperator.to() handles device-only moves fine; this subclass override (added to keep bool masks from being cast to float) regresses that path.
#133
opened Jun 30, 2026 by
devteamaegis
Loading…
Fix BlockLinearOperator._getitem slicing for cross-block indices
#130
opened May 8, 2026 by
robrui
Loading…
Replace deprecated torch.jit.script with torch.compile
#129
opened Apr 20, 2026 by
AdrianSosic
Contributor
Loading…
Avoid dense matrices in chol_cap_mat for ConstantDiagLinearOperator A
#120
opened Jan 13, 2026 by
Osburg
Loading…
increase the default max Cholesky size to 50000
#117
opened Nov 26, 2025 by
kayween
Collaborator
Loading…
ProTip!
What’s not been updated in a month: updated:<2026-06-07.