Skip to content

Order the split array type parameters as {T, S, N, NC, ND, M} - #242

Merged
mtfishman merged 1 commit into
mainfrom
mf/type-param-order
Aug 4, 2026
Merged

Order the split array type parameters as {T, S, N, NC, ND, M}#242
mtfishman merged 1 commit into
mainfrom
mf/type-param-order

Conversation

@mtfishman

Copy link
Copy Markdown
Member

Summary

Orders the split-carrying array types as {T, S, N, NC, ND, M} (storage last), so {T, S, N} still means rank and {T, S, N, NC, ND} dispatches on the codomain/domain split. Adds FusionVector/FusionMatrix aliases. Part of the breaking v0.16 series.

Orders the split-carrying array types as `{T, S, N, NC, ND, M}` (storage last), so `{T, S, N}` still means rank and `{T, S, N, NC, ND}` dispatches on the codomain/domain split. Adds `FusionVector`/`FusionMatrix` aliases. Part of the breaking v0.16 series.

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 66.66667% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.34%. Comparing base (889ec50) to head (845099c).

Files with missing lines Patch % Lines
src/fusionarray.jl 25.00% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #242   +/-   ##
=======================================
  Coverage   81.34%   81.34%           
=======================================
  Files          30       30           
  Lines        2563     2563           
=======================================
  Hits         2085     2085           
  Misses        478      478           
Flag Coverage Δ
docs 0.00% <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 a9bc93e into main Aug 4, 2026
17 of 18 checks passed
@mtfishman
mtfishman deleted the mf/type-param-order branch August 4, 2026 18:49
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