Skip to content

Conversation

@simonschoelly
Copy link
Member

The readme for this project is fairly outdated and still relied mostly on Graphs.jl instead of LightGraphs.jl, so this PR changes the code, so that it works as least.

The graphfamous function of this package was deprecated a while ago and
the karate was moved to LightGraphs.
This readme still used mostly Graphs.jl instead of LightGraphs.jl. As
the former package is deprecated and GraphPlots.jl does not work with it
anymore, every occurrence of Graphs has changed to LightGraphs.

Some functions functions such as num_vertices or out_degree had to be
changed for that.
For drawing a graph to a file, it is not necessary to import Cairo
before importing Compose.
@simonschoelly simonschoelly self-assigned this Mar 8, 2020
@codecov
Copy link

codecov bot commented Mar 8, 2020

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #104   +/-   ##
======================================
  Coverage    34.1%   34.1%           
======================================
  Files           9       9           
  Lines         478     478           
======================================
  Hits          163     163           
  Misses        315     315

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 8bb16c3...d390f28. Read the comment docs.

@simonschoelly simonschoelly merged commit 4acffe7 into JuliaGraphs:master Mar 8, 2020
@simonschoelly simonschoelly mentioned this pull request Mar 8, 2020
@sbromberger
Copy link
Contributor

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants