Skip to content

Support TensorAlgebra 0.14#141

Merged
mtfishman merged 4 commits into
mainfrom
mf/tensoralgebra-0.14
Jul 1, 2026
Merged

Support TensorAlgebra 0.14#141
mtfishman merged 4 commits into
mainfrom
mf/tensoralgebra-0.14

Conversation

@mtfishman

@mtfishman mtfishman commented Jun 30, 2026

Copy link
Copy Markdown
Member

Summary

Raises the compat bounds so ITensorNetworksNext builds against the TensorAlgebra 0.14 release train (ITensor/TensorAlgebra.jl#194): TensorAlgebra to 0.14, ITensorBase to 0.10, and GradedArrays to 0.13.2 in the tests. The fixes for the new StridedView-based permute path all live in those dependencies, so this is a compat-only bump.

Raises the compat bounds so ITensorNetworksNext builds against the TensorAlgebra 0.14 release train (ITensor/TensorAlgebra.jl#194): `TensorAlgebra` to 0.14, `ITensorBase` to 0.9.2, and `GradedArrays` to 0.13.2 in the tests. The fixes for the new `StridedView`-based permute path all live in those dependencies, so this is a compat-only bump.
…roject

Move the `GradedArrays` and `SparseArraysBase` source pins to `test/Project.toml` and add `SparseArraysBase` as an explicit test dependency. Neither can carry a `[sources]` entry in the root `Project.toml`, since a source must reference a package in `[deps]` or `[extras]`, and `GradedArrays` is test-only while `SparseArraysBase` is only a transitive dependency. The `TensorAlgebra` and `ITensorBase` pins stay in the root where they are direct dependencies.
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.80%. Comparing base (0ab57c1) to head (25fda16).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #141   +/-   ##
=======================================
  Coverage   84.80%   84.80%           
=======================================
  Files          14       14           
  Lines         658      658           
=======================================
  Hits          558      558           
  Misses        100      100           
Flag Coverage Δ
docs 0.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

ITensorBase 0.10 is a breaking release that drops the `BlockArrays` extension (ITensor/ITensorBase.jl#198). Track it by raising the `ITensorBase` compat bound.
TensorAlgebra 0.14, SparseArraysBase 0.10.4, GradedArrays 0.13.2, and ITensorBase 0.10 are registered, so the `[compat]` bounds resolve against the releases and the branch pins are no longer needed.
@mtfishman mtfishman changed the title [WIP] Support TensorAlgebra 0.14 Support TensorAlgebra 0.14 Jul 1, 2026
@mtfishman mtfishman marked this pull request as ready for review July 1, 2026 03:45
@mtfishman mtfishman enabled auto-merge (squash) July 1, 2026 03:45
@mtfishman mtfishman merged commit 2d7ea5e into main Jul 1, 2026
25 of 28 checks passed
@mtfishman mtfishman deleted the mf/tensoralgebra-0.14 branch July 1, 2026 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant