Allow TensorAlgebra 0.13 and drop deprecated integration tests#185
Merged
Conversation
Widens the `TensorAlgebra` compat to admit 0.13. The `SparseArraysBaseTensorAlgebraExt` does not use the axis-fusion sub-interface that 0.13 removes (ITensor/TensorAlgebra.jl#188), so it works with both 0.12 and 0.13. Also drops the deprecated consumers `BlockSparseArrays`, `DiagonalArrays`, and `FusionTensors` from the integration test matrix, keeping `GradedArrays`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #185 +/- ##
=======================================
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:
|
Widen the subprojects that pin their own `TensorAlgebra` compat to admit 0.13, matching the root. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Widens the
TensorAlgebracompat to admit 0.13. TheSparseArraysBaseTensorAlgebraExtdoes not use the axis-fusion sub-interface that 0.13 removes (ITensor/TensorAlgebra.jl#188), so admitting it is a compat-only change.Also drops the deprecated consumers
BlockSparseArrays,DiagonalArrays, andFusionTensorsfrom the integration test matrix, keepingGradedArrays.