Drop BlockArrays extension and support TensorAlgebra 0.14#198
Merged
Conversation
Removes the `BlockArrays` extension along with its tests, since there is no current need to wrap `BlockArrays` types directly, and raises the `TensorAlgebra` compat bound to 0.14 (ITensor/TensorAlgebra.jl#194).
The `docs` workspace member still bounded `TensorAlgebra` at the old version, which leaves the shared workspace compat empty once the root and tests require 0.14.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #198 +/- ##
==========================================
- Coverage 73.78% 73.44% -0.35%
==========================================
Files 29 28 -1
Lines 1549 1529 -20
==========================================
- Hits 1143 1123 -20
Misses 406 406
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:
|
Dropping the `BlockArrays` extension removes functionality downstream code may rely on, so this is a breaking release. Raise the workspace members' `ITensorBase` compat to `0.10` to match.
mtfishman
added a commit
to ITensor/ITensorNetworksNext.jl
that referenced
this pull request
Jun 30, 2026
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 is registered, so the `[compat]` bound resolves against the release and the branch pin is no longer needed.
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
Removes the
BlockArraysextension along with its tests, since there is no current need to wrapBlockArraystypes directly. This drops functionality downstream code may rely on, so it is a breaking release. It also raises theTensorAlgebracompat bound to 0.14 (ITensor/TensorAlgebra.jl#194).