Skip to content

Support ITensorBase 0.9#139

Merged
mtfishman merged 1 commit into
mainfrom
mf/itensorbase-0.9
Jun 30, 2026
Merged

Support ITensorBase 0.9#139
mtfishman merged 1 commit into
mainfrom
mf/itensorbase-0.9

Conversation

@mtfishman

Copy link
Copy Markdown
Member

Summary

Update the ITensorBase compat to 0.9 (the rename of the primary tensor types landed in ITensor/ITensorBase.jl#193). No source changes are needed: ITensorNetworksNext uses only the ITensor-family names, which 0.9 keeps as aliases of the renamed NamedTensor types, and its inds call sites (iteration, setdiff, eltype) work unchanged now that inds returns a Vector instead of a Tuple.

This drops support for ITensorBase 0.8, so it is a breaking release.

Update the `ITensorBase` compat to `0.9` (the rename of the primary tensor types landed in ITensor/ITensorBase.jl#193). No source changes are needed: ITensorNetworksNext uses only the `ITensor`-family names, which 0.9 keeps as aliases of the renamed `NamedTensor` types, and its `inds` call sites (iteration, `setdiff`, `eltype`) work unchanged now that `inds` returns a `Vector` instead of a `Tuple`.

This drops support for ITensorBase 0.8, so it is a breaking release.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mtfishman mtfishman enabled auto-merge (squash) June 29, 2026 23:56
@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.35%. Comparing base (cfd475d) to head (02649fe).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   80.35%   80.35%           
=======================================
  Files          13       13           
  Lines         738      738           
=======================================
  Hits          593      593           
  Misses        145      145           
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.

@mtfishman mtfishman merged commit abbb67a into main Jun 30, 2026
18 checks passed
@mtfishman mtfishman deleted the mf/itensorbase-0.9 branch June 30, 2026 00:07
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