Support TensorAlgebra 0.17#190
Merged
Merged
Conversation
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Draft-only source pin so CI resolves against the in-flight TensorAlgebra 0.17 branch. Removed once TensorAlgebra 0.17 registers. Co-authored-by: Claude <noreply@anthropic.com>
`TensorAlgebra` is a weak dependency of `SparseArraysBase`, and Pkg rejects a `[sources]` entry in the root `Project.toml` for a package listed only under `[weakdeps]` ("Sources for `TensorAlgebra` not listed in `deps` or `extras`"). The tests are the only workspace member that depends on `TensorAlgebra` directly, so pin the branch there. The workspace shares one manifest, so the test-project source still governs resolution.
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 #190 +/- ##
=======================================
Coverage 77.45% 77.45%
=======================================
Files 12 12
Lines 896 896
=======================================
Hits 694 694
Misses 202 202
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
Admits TensorAlgebra 0.17 in the compat bounds and adapts the TensorAlgebra extension to its updated interfaces.