Skip to content

Releases: JuliaGraphs/Graphs.jl

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

v1.7.0

19 Jun 20:10
eccb6cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

09 Feb 20:45
3628517
Compare
Choose a tag to compare

Graphs.jl v1.6.0

Diff since v1.5.2

Summary of changes:

Potentially breaking changes:

  • Graphs.jl requires Julia version >= v.1.6 from now on.
  • Base.zero is not a mandatory part of the interface for subtypes of AbstractGraph anymore. Therefore methods that deal with some abitrary AbstractGraph cannot relay on the existence of that method anymore.

Auto generated summary:

Merged pull requests: