Skip to content

Releases: JuliaGraphs/Graphs.jl

v1.11.2

02 Jul 07:00
ec6ab1b
Compare
Choose a tag to compare

Graphs v1.11.2

Diff since v1.11.1

Merged pull requests:

Closed issues:

  • [OPTIM] perm_greedy_color (and thus all coloring algorithms) is running in O(n^2) instead of O(n) (#378)
  • [FR] Construct a graph corresponding to a binary relation (#384)
  • [FR] a function to efficiently check whether a graph is acyclic (#385)

v1.11.1

07 Jun 09:47
56e5604
Compare
Choose a tag to compare

Graphs v1.11.1

Diff since v1.11.0

Merged pull requests:

Closed issues:

  • [BUG] Extra vertices in Steiner tree (#380)

v1.11.0

05 May 07:23
9c8efd9
Compare
Choose a tag to compare

Graphs v1.11.0

Diff since v1.10.0

Merged pull requests:

Closed issues:

  • Question regarding non_backtracking_matrix function's return type (#326)
  • Inconsistent dependency on ArnoldiMethod (#354)
  • [BUG] edges(::SimpleGraph) is broken in 1.10.0 (#361)
  • [BUG] steiner_tree fails if only one terminal vertex is passed (#362)
  • [BUG] merge_vertices returns an undirected graph, even if the input is directed. (#363)
  • Incorrect documentation for dfs_tree. (#366)
  • dorogovtsev_mendes graph generator is running in O(n^2) (#370)

v1.10.0

05 Apr 19:10
c1cedee
Compare
Choose a tag to compare

Graphs v1.10.0

Diff since v1.9.0

Merged pull requests:

Closed issues:

  • [Port] A function that finds all simple paths (#46)
  • Doctests are failing (#192)
  • Girvan–Newman algorithm for community detection (#298)
  • EXCEPTION_ACCESS_VIOLATION on Windows (#311)
  • [BUG] mincut() gives wrong result (#324)

v1.9.0

28 Sep 17:17
0fa5f52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

10 Feb 13:56
3271ee6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.8.0

v1.7.4

25 Sep 22:13
0bb6f07
Compare
Choose a tag to compare

Graphs v1.7.4

Diff since v1.7.3

Closed issues:

  • is_cyclic for undirected graphs (#34)
  • error in erdos_renyi generator (#173)

Merged pull requests:

v1.7.3

18 Sep 16:16
70e5667
Compare
Choose a tag to compare

Graphs v1.7.3

Diff since v1.7.2

Merged pull requests:

  • Fix typo in transitivereduction function name (#160) (@heliosdrm)
  • use a stable rng from StableRNGs for reproducibility (#170) (@t-bltg)

v1.7.2

20 Aug 23:14
6555e0d
Compare
Choose a tag to compare

Graphs v1.7.2

Diff since v1.7.0

Closed issues:

  • [Port] [BUG] a_star fails on SimpleWeightedDiGraph (#59)
  • Error in A* implementation (#120)
  • [BUG] Unable to load global callgraph into memory (#138)
  • [HELP] how to get edges of a vertex? (#151)

Merged pull requests:

v1.7.1

20 Aug 22:52
a27730a
Compare
Choose a tag to compare

What's Changed

  • CompatHelper: bump compat for Compat to 4, (keep existing compat) by @github-actions in #136
  • make clipboard(g) work by @anandijain in #121
  • Clean README, notebook and docs by @pitmonticone in #141

New Contributors

Full Changelog: v1.7.0...v1.7-1