Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add similar_array_type for LinearAlgebra.Diagonal #205

Merged
merged 4 commits into from
Nov 28, 2023
Merged

Conversation

odow
Copy link
Member

@odow odow commented Mar 20, 2023

Replaces jump-dev/JuMP.jl#3295

Part of #206

@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4cc20ad) 89.66% compared to head (c868bc5) 90.70%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #205      +/-   ##
==========================================
+ Coverage   89.66%   90.70%   +1.04%     
==========================================
  Files          23       23              
  Lines        2157     2108      -49     
==========================================
- Hits         1934     1912      -22     
+ Misses        223      196      -27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@blegat
Copy link
Member

blegat commented Mar 21, 2023

Maybe it's best to implement these things in ArrayInterface: JuliaArrays/ArrayInterface.jl#397 and then use ArrayInterface here

@odow
Copy link
Member Author

odow commented Mar 22, 2023

Maybe it's best to implement these things in ArrayInterface

Sure. But can we merge this as a current bug-fix?

src/implementations/LinearAlgebra.jl Outdated Show resolved Hide resolved
src/implementations/LinearAlgebra.jl Outdated Show resolved Hide resolved
@blegat
Copy link
Member

blegat commented Mar 22, 2023

Sure. But can we merge this as a current bug-fix?

Actually I made this comment yesterday after the inline comments but they were pending. We can merge with the suggested change

@odow odow changed the title Add similar_array_type for Linearalgebra.Diagonal Add similar_array_type for LinearAlgebra.Diagonal Nov 27, 2023
@odow odow force-pushed the od/similar-array-type branch from 84fe2e6 to 4fc1169 Compare November 27, 2023 21:56
@odow odow merged commit c838f91 into master Nov 28, 2023
11 checks passed
@odow odow deleted the od/similar-array-type branch November 28, 2023 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants