JuliaGraphs / LightGraphsExtras.jl

Additional functionality for LightGraphs.jl
Other
21 stars 13 forks source link

update for julia 0.5 #20

Closed CarloLucibello closed 7 years ago

CarloLucibello commented 8 years ago

put a checkout for LG in travis just to check if everything is alright

codecov-io commented 8 years ago

Current coverage is 100% (diff: 100%)

Merging #20 into master will not change coverage

@@           master   #20   diff @@
===================================
  Files          14    13     -1   
  Lines         207   210     +3   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits          207   210     +3   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 73c2f7a...40aec71

CarloLucibello commented 8 years ago

I removed the combinatorial_adjacency function and GraphMatrices dependence, since they will be part of LG

this should ready to merge, and after that we can finally tag a 0.5 compatible version

sbromberger commented 8 years ago

We need to wait until https://github.com/JuliaGraphs/LightGraphs.jl/pull/472 and https://github.com/JuliaGraphs/LightGraphs.jl/pull/473 are merged before we do this - otherwise I think we're going to lose functionality in the interim.

CarloLucibello commented 8 years ago

well, right now 0.5 users have no functionality at all, they can't install the package...

sbromberger commented 7 years ago

@CarloLucibello I'm ready to ignore the nightly failure if you think this is ready to go.

CarloLucibello commented 7 years ago

go!