Tags: JuliaGraphs/GraphPlot.jl
Tags
[Diff since v0.6.1](v0.6.1...v0.6.2) **Merged pull requests:** - CompatHelper: bump compat for Colors to 0.13, (keep existing compat) (#207) (@github-actions[bot]) - Allow providing an AbstractRNG for seed in spring_layout (#214) (@simonschoelly) - CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#215) (@github-actions[bot]) - MassInstallAction: Install the Downgrade workflow on this repository (#216) (@Krastanov) **Closed issues:** - [BUG] Compatibility issue when used alongside Graph, ArnoldiMethod v0.4 required (#202) - [automation issue] renable CompatHelper GH Action (disabled on inactivity) (#205) - GraphPlot downgrades Graph from 1.12.0 to 1.9.0 (#208)
[Diff since v0.6.0](v0.6.0...v0.6.1) **Merged pull requests:** - Disable some tests for Julia > v1.6 (#211) (@simonschoelly) - Bump ArnoldiMethods.jl to v0.4 (#212) (@simonschoelly)
## GraphPlot v0.6.0 [Diff since v0.4.4](v0.4.4...v0.6.0) **Merged pull requests:** - Bump version to v0.4.4 (#140) (@simonschoelly) - CompatHelper: bump compat for ArnoldiMethod to 0.2, (keep existing compat) (#152) (@github-actions[bot]) - Migrate from LightGraphs to Graphs.jl (#158) (@simonschoelly) - Bump ColorTypes to "0.9, 0.10, 0.11" (#163) (@ven-k) - Create test/Project.toml to resolve compat issues on Julia 1.3 (#164) (@fonsp) - remove mention of num_vertices and num_edges in the documentation (#169) (@etiennedeg) - bump version to v0.5.2 (#170) (@etiennedeg) - remove deprecation message when testing (#171) (@etiennedeg) - Improve documentation; fix `gplothtml`; add TagBot (#174) (@hdavid16) - Add requested features (#186) (@hdavid16) - minor release (#200) (@etiennedeg) **Closed issues:** - How can I control the output plot size in Juno's Plots pane? (#94) - Integrate possibility to save Graphs within GraphPlots (#95) - Add title? (#107) - function name out_degree in tutorial should be fixed to outdegree (#113) - Range generators in tutorial need fix (#114) - curved lines throws a MethodError (#115) - new release with updated Compose.jl compat (#135) - Pleasa add option to change size (#147) - Incorrect location order returned by shell_layout (#149) - allow `gplot` to set `seed` for `spring_layout` (#153) - `C` kwarg failing in `spring_layout` (#154) - Error when trying to plot a SimpleWeightedGraph (#157) - please make a new release for Graphs migration (#159) - Node connected to itself with default lifestyle looks not great. (#160) - Trouble fitting labels inside the picture (#161) - Is this package still maintained? (#162) - Cairo required to display plots in VS Code (#166) - No background (#167) - Documentation uses num_vertices but num_vertices is undefined (#168) - Feature request: add background color (#172) - Cannot plot a graph before command print() (#173) - `gplothtml` not working (#175) - Feature request: Add support for non-circular nodes (#179) - Doesn't plot, writes Compose.Context (#187) - Is there any way to use LaTeX in node labels? (#188) - Regression with SimpleWeightedDiGraph (#189) - Bad displays (#190) - Vertex label clipping (#191) - Edgelabels attached to the wrong edges (#192)
Some fixes for v1.0 (#66) * fix for function gplot (#63) * upgraded .travis.yml to v0.7 * added a minimum version for VisualRegressionTests for the tests * using builtin function LightGraphs.LinAlg.eigs instead uf Arpack.eigs * further fixes for problems that are not covered by tests * added min requirement for Compose.jl * added VisualRegresionTests to the requirements * some changes to deal with an error on travis
PreviousNext