Commit 24e3d8c
committed
Fix ArrayInterface minimum version bound
The package uses ArrayInterface.qr_instance (line 268 in src/FastAlmostBandedMatrices.jl),
which was not available in ArrayInterface 7.0-7.4. Testing shows that ArrayInterface 7.5
is the minimum version that provides this function.
Updated the compat entry from "7" to "7.5" to reflect the actual minimum requirement.
Verified by testing with minimum versions - tests pass with ArrayInterface 7.5 but fail
with ArrayInterface 7.0-7.4 due to UndefVarError for qr_instance.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 905a9d0 commit 24e3d8c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments