Skip to content

Commit 6c8660f

Browse files
Merge pull request #124 from JuliaDiff/myb/graph
Add SimpleGraph import
2 parents d764cbb + e0ad19f commit 6c8660f

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SparseDiffTools"
22
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
33
authors = ["Pankaj Mishra <[email protected]>", "Chris Rackauckas <[email protected]>"]
4-
version = "1.10.1"
4+
version = "1.10.2"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

src/SparseDiffTools.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using Compat
44
using FiniteDiff
55
using ForwardDiff
66
using LightGraphs
7+
using LightGraphs: SimpleGraph
78
using Requires
89
using VertexSafeGraphs
910
using Adapt

test/test_acyclic.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using SparseDiffTools
22
using LightGraphs
3+
using LightGraphs: SimpleGraph
34
using Test
45

56
using Random

test/test_bsc.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using SparseDiffTools
22
using LightGraphs
3+
using LightGraphs: SimpleGraph
34
using Random
45
#=
56
Graph g0

test/test_contraction.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using SparseDiffTools
22
using VertexSafeGraphs
33
using LightGraphs
4+
using LightGraphs: SimpleGraph
45

56
using Random
67
Random.seed!(123)

test/test_greedy_d1.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using SparseDiffTools
22
using VertexSafeGraphs
33
using LightGraphs
4+
using LightGraphs: SimpleGraph
45
using Test
56

67
using Random

test/test_greedy_star.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using SparseDiffTools
22
using LightGraphs
3+
using LightGraphs: SimpleGraph
34
using Test
45

56
using Random

0 commit comments

Comments
 (0)