A lot has happened on master since v0.4.0 and some of it is slightly breaking, so we should definitely make a new release.
Summary of changes made:
Issues to be fixed before new release:
I may add to the list and I am open for suggestions to add to the list. I believe that the fact that we have moved away from Plots.jl markers warrants a major release (upgrade to v0.5.0). Fixing #5344 will slightly improve things, however, ultimately, we have made a break from the old GraphRecipes in JuliaPlots/GraphRecipes.jl#67.
In the meantime, the README gives incorrect results for people who are not on master (see #5341). I guess that nobody expected the new release to take this long. Perhaps we should put a warning on the readme? Not sure. EDIT: Fixed in JuliaPlots/GraphRecipes.jl#88
A lot has happened on master since v0.4.0 and some of it is slightly breaking, so we should definitely make a new release.
Summary of changes made:
edgelabelkwarg Add edge labels GraphRecipes.jl#65markershapeandmarkersizeare now replaced withnodeshapeandnodesizeWIP Directed edges GraphRecipes.jl#67edgelabelsaccepts triples to specify the labels WIP: Multigraphs GraphRecipes.jl#71grahplothave aliases Add aliases for keyword arguments GraphRecipes.jl#88Issues to be fixed before new release:
I may add to the list and I am open for suggestions to add to the list. I believe that the fact that we have moved away from Plots.jl markers warrants a major release (upgrade to v0.5.0). Fixing #5344 will slightly improve things, however, ultimately, we have made a break from the old GraphRecipes in JuliaPlots/GraphRecipes.jl#67.
In the meantime, the README gives incorrect results for people who are not on master (see #5341). I guess that nobody expected the new release to take this long. Perhaps we should put a warning on the readme? Not sure.EDIT: Fixed in JuliaPlots/GraphRecipes.jl#88