Move to TensorAlgebra 0.11#183
Merged
Merged
Conversation
Requires TensorAlgebra 0.11, where the blocked-permutation types this extension imported but never used are removed (ITensor/TensorAlgebra.jl#181). `SparseArraysBaseTensorAlgebraExt` imported `BlockedTrivialPermutation` and `BlockedTuple` without using them, so they are dropped from the import. The extension uses only the core `ReshapeFusion` style and `matricize` / `unmatricize`, which TensorAlgebra 0.11 keeps unchanged.
Adds the in-flight sources pin for TensorAlgebra 0.11 (ITensor/TensorAlgebra.jl#181) so CI can resolve the unregistered version, and bumps the test project TensorAlgebra compat to 0.11 to match the root.
TensorAlgebra is a weak dependency, and a sources pin only applies to packages in deps or extras, so it cannot pin TensorAlgebra. CI resolves the 0.11 bound once the release registers.
auto-merge was automatically disabled
June 24, 2026 21:23
Pull request was closed
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #183 +/- ##
=======================================
Coverage 77.57% 77.57%
=======================================
Files 12 12
Lines 883 883
=======================================
Hits 685 685
Misses 198 198
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Requires TensorAlgebra 0.11, where the blocked-permutation types this extension imported but never used are removed (ITensor/TensorAlgebra.jl#181).
SparseArraysBaseTensorAlgebraExtimportedBlockedTrivialPermutationandBlockedTuplewithout using them, so they are dropped from the import. The extension uses only the coreReshapeFusionstyle andmatricize/unmatricize, which TensorAlgebra 0.11 keeps unchanged.