Skip to content

Rename FusionStyle to MatricizeStyle - #219

Merged
mtfishman merged 1 commit into
mainfrom
mf/matricize-style
Aug 4, 2026
Merged

Rename FusionStyle to MatricizeStyle#219
mtfishman merged 1 commit into
mainfrom
mf/matricize-style

Conversation

@mtfishman

Copy link
Copy Markdown
Member

Summary

Renames the matricize strategy trait FusionStyle to MatricizeStyle (and its default ReshapeFusion to ReshapeMatricize). The old name collided with TensorKitSectors.FusionStyle, the symmetry fusion trait, which is a different concept that downstream packages hold in scope alongside this one. Breaking, so v0.19.

Renames the `matricize` strategy trait `FusionStyle` to `MatricizeStyle` (and its default `ReshapeFusion` to `ReshapeMatricize`). The old name collided with `TensorKitSectors.FusionStyle`, the symmetry fusion trait, which is a different concept that downstream packages hold in scope alongside this one. Breaking, so v0.19.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 79.66102% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.37%. Comparing base (0e74be9) to head (0b82338).

Files with missing lines Patch % Lines
src/factorizations.jl 70.96% 9 Missing ⚠️
src/matricize.jl 83.33% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   81.37%   81.37%           
=======================================
  Files          28       28           
  Lines        1015     1015           
=======================================
  Hits          826      826           
  Misses        189      189           
Flag Coverage Δ
docs 21.61% <32.72%> (ø)

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 cd3e7f5 into main Aug 4, 2026
20 of 21 checks passed
@mtfishman
mtfishman deleted the mf/matricize-style branch August 4, 2026 21:13
mtfishman added a commit to ITensor/SparseArraysBase.jl that referenced this pull request Aug 4, 2026
## Summary

Follows the TensorAlgebra rename of the matricize-strategy trait
`FusionStyle` to `MatricizeStyle`
(ITensor/TensorAlgebra.jl#219), renaming
`SparseArrayFusion` to `SparseArrayMatricize` and requiring
TensorAlgebra 0.19.

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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