Skip to content

Add sparsity_pattern getter for results#135

Merged
gdalle merged 1 commit intomainfrom
gd/sparsity_pattern_getter
Oct 3, 2024
Merged

Add sparsity_pattern getter for results#135
gdalle merged 1 commit intomainfrom
gd/sparsity_pattern_getter

Conversation

@gdalle
Copy link
Copy Markdown
Member

@gdalle gdalle commented Oct 3, 2024

  • Bump version to v0.4.4
  • Implement a function sparsity_pattern which returns exactly the matrix A that was given to the coloring algorithm. That way, @Vaibhavdixit02 and others won't have to rely on internals to retrieve it.
  • Add this new function to test/utils.jl and move some code around there

Note

Until the next breaking version, this effectively imposes that the sparsity pattern should always be stored in the result type (which is true since #126)

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ae7fa30) to head (315d231).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #135   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          870       871    +1     
=========================================
+ Hits           870       871    +1     

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

@gdalle gdalle merged commit 1cb3884 into main Oct 3, 2024
@gdalle gdalle deleted the gd/sparsity_pattern_getter branch October 3, 2024 04:36
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