Skip to content

Commit

Permalink
Bump version (#122)
Browse files Browse the repository at this point in the history
* Bump version

* Update Project.toml

* Update Project.toml

* Do not mention ImageIO

* Set random seed for the funky graph

* Increase tolerance for marker properties
  • Loading branch information
JackDevine authored May 13, 2020
1 parent 8ef3695 commit 7c5f643
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GraphRecipes"
uuid = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
version = "0.5.3"
version = "0.5.4"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down Expand Up @@ -36,7 +36,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VisualRegressionTests = "34922c18-7c2a-561c-bac1-01e79b2c4c92"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"

[targets]
test = ["VisualRegressionTests", "LinearAlgebra", "Plots", "ImageMagick", "Random", "SparseArrays", "Test", "Markdown"]
Binary file modified assets/funky_edge_and_marker_args.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/figures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd("../assets")

@plottest directed() "directed.png" popup=!istravis tol=0.02

@plottest marker_properties() "marker_properties.png" popup=!istravis tol=0.02
@plottest marker_properties() "marker_properties.png" popup=!istravis tol=0.04

@plottest edgelabel() "edgelabel.png" popup=!istravis tol=0.1

Expand Down
1 change: 1 addition & 0 deletions test/functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function julia_dict_tree()
end

function funky_edge_and_marker_args()
Random.seed!(6)
n = 5
g = SimpleDiGraph(n)

Expand Down

0 comments on commit 7c5f643

Please sign in to comment.