Skip to content

Add traits for matrix interfaces#100

Merged
goerz merged 2 commits into
masterfrom
interface-traits
Feb 18, 2026
Merged

Add traits for matrix interfaces#100
goerz merged 2 commits into
masterfrom
interface-traits

Conversation

@goerz
Copy link
Copy Markdown
Member

@goerz goerz commented Feb 18, 2026

A lot of external packages are happy if operators and states are abstract arrays. We can make that part of the interface.

A lot of external packages are happy if operators and states are
abstract arrays. We can make that part of the interface.
@goerz goerz marked this pull request as draft February 18, 2026 05:26
That's not implementable for a "lazy sum".
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 18, 2026

Codecov Report

❌ Patch coverage is 95.38462% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.2%. Comparing base (8609179) to head (6cd2b0f).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/interfaces/operator.jl 97.8% 2 Missing ⚠️
src/interfaces/state.jl 98.0% 2 Missing ⚠️
src/interfaces/supports_matrix_interface.jl 33.4% 2 Missing ⚠️
src/interfaces/supports_vector_interface.jl 33.4% 2 Missing ⚠️
src/interfaces/supports_inplace.jl 0.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #100     +/-   ##
========================================
+ Coverage    87.0%   89.2%   +2.3%     
========================================
  Files          33      35      +2     
  Lines        2327    2515    +188     
========================================
+ Hits         2023    2243    +220     
+ Misses        304     272     -32     

☔ View full report in Codecov by Sentry.
📢 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.

@goerz goerz marked this pull request as ready for review February 18, 2026 16:03
@goerz goerz merged commit 9d1331a into master Feb 18, 2026
5 of 7 checks passed
@goerz goerz deleted the interface-traits branch February 18, 2026 16:05
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