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

Improve the performance and add options to the plot methods #23

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

tpoisot
Copy link
Member

@tpoisot tpoisot commented Apr 19, 2022

  • force directed is a lot faster and a lot more memory efficient
  • added nodesizerange, linewidthrange, and bipartiteshapes to the plot methods

@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #23 (2d85847) into main (19a99fe) will increase coverage by 0.24%.
The diff coverage is 87.83%.

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   79.13%   79.37%   +0.24%     
==========================================
  Files           8        8              
  Lines         230      223       -7     
==========================================
- Hits          182      177       -5     
+ Misses         48       46       -2     
Flag Coverage Δ
unittests 79.37% <87.83%> (+0.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/initial_layouts.jl 78.94% <78.94%> (+1.80%) ⬆️
src/forcedirected.jl 94.64% <96.87%> (+0.19%) ⬆️
src/circular.jl 100.00% <100.00%> (ø)
src/recipes.jl 86.84% <100.00%> (-0.34%) ⬇️
src/types.jl 100.00% <100.00%> (+16.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 19a99fe...2d85847. Read the comment docs.

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