Commit b912400
Widen root MatrixAlgebraKit to "0.6"; exclude only 0.6.5 in test (#260)
Follow-up to #258. Under the bucket-rule compat check
([ITensorActions#79](ITensor/ITensorActions#79)),
within-bucket gaps no longer fail, so root can go back to `"0.6"`
instead of the narrow `"0.6.0 - 0.6.4"`.
`test/Project.toml` still needs to exclude MatrixAlgebraKit 0.6.5
because of its JLArrays compat break. Switching from `"0.6.0 - 0.6.4"`
to `"0.6.0 - 0.6.4, 0.6.6"` lets the resolver auto-pick up 0.6.6 as soon
as it's registered, with no further compat bump required here. The
trailing `"0.6.6"` uses bare caret semver (`[0.6.6, 0.7.0)`) so it stays
in the 0.6 bucket — `">=0.6.6"` would also admit 0.7+.
Closes #259.
### Changes
- root: `MatrixAlgebraKit = "0.6.0 - 0.6.4"` → `"0.6"`
- test: `MatrixAlgebraKit = "0.6.0 - 0.6.4"` → `"0.6.0 - 0.6.4, 0.6.6"`
- Patch version bump.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b474423 commit b912400
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments