Raise VectorInterface to 0.6 - #232
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #232 +/- ##
==========================================
+ Coverage 79.64% 79.73% +0.09%
==========================================
Files 28 28
Lines 1056 1056
==========================================
+ Hits 841 842 +1
+ Misses 215 214 -1
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:
|
Raises `VectorInterface` to `0.6`. The old cap was quietly holding us at `TensorKit` 0.17.0, since 0.17.1 requires `VectorInterface` 0.6. `VectorInterface` 0.6 changes no API, so nothing in the source moves. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
mtfishman
force-pushed
the
mf/vectorinterface-0.6
branch
from
September 14, 2026 20:40
7c8bea4 to
c15e6f5
Compare
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
Raises
VectorInterfaceto0.6. The old cap was quietly holding us atTensorKit0.17.0, since 0.17.1 requiresVectorInterface0.6.VectorInterface0.6 changes no API, so nothing in the source moves.