Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Releases: sbromberger/MetaGraphs.jl

MetaGraphs v0.6.7

31 Mar 14:41
d12c16e
Compare
Choose a tag to compare

updated dependencies

MetaGraphs v0.6.6

21 Sep 17:51
31ac71a
Compare
Choose a tag to compare
  • Increase upper bound for JLD2 dependency to v0.3.0
  • Implement Base.haskey for MetaGraphs

MetaGraphs v0.6.3

29 Jul 20:46
f75a71c
Compare
Choose a tag to compare

fixed stdlib dependencies.

MetaGraphs v0.6.2

23 Jul 21:43
Compare
Choose a tag to compare

Bug fixes, and now using attobot's replacement.

v0.6.1

29 Jan 23:36
02cc2a4
Compare
Choose a tag to compare

In this release:

  • dotfile export (#64)
  • bugfix for directed weights (#60, fixed via #62)
  • bugfix for reverse (#67, fixed via #68)
  • codecov and travis updates

MetaGraphs v0.6.0

25 Oct 23:11
4e02f96
Compare
Choose a tag to compare
  • documentation updates
  • type stability for set_props! - now returns boolean instead of Union{Nothing, Dict}.

MetaGraphs v0.5.1

21 Sep 21:26
Compare
Choose a tag to compare
  • fixes warning about Base.start/next/done.

MetaGraphs v0.5.0

23 Aug 14:55
371ddda
Compare
Choose a tag to compare

In this release:

  • Julia 0.7 / LightGraphs 1.0.1 now required
  • new constructors
  • bug fix (#32)
  • set_prop! now sets indexing properties (#45)

MetaGraphs v0.4.1

11 Jun 20:55
13974b0
Compare
Choose a tag to compare

Final release supporting Julia 0.6.

MetaGraphs v0.4.0

28 Feb 01:00
6fb3813
Compare
Choose a tag to compare

In this release:

  • requires LightGraphs v0.12 (inneighbors and outneighbors)
  • fixes a bad bug in rem_vertex (#22, #29)