Skip to content

Releases: purpleprotocol/graphlib

v0.6.3

09 Nov 12:06
Compare
Choose a tag to compare

Changes

  • Removed alloc feature

Version 0.6.2

14 Apr 14:23
d05d58c
Compare
Choose a tag to compare

Changes

  • Fixed no_std builds.

Version 0.6.1

18 Feb 11:39
Compare
Choose a tag to compare

Changes

  • no_std builds on stable.

Version 0.6.0

13 Jan 17:57
Compare
Choose a tag to compare

Changes

  • Added shortest path iterator exposed as Graph::dijkstra().
  • Added values iterator.
  • Added edge insertion with cycle check.
  • Removed dependency on Clone for T.

Version 0.5.3

04 Oct 16:09
Compare
Choose a tag to compare

Changes

  • Fixed two bugs in cycle finding.

Version 0.5.2

25 Sep 14:06
Compare
Choose a tag to compare

Changes

  • Fixed potential data-race when generating VertexIds.

Version 0.5.1

24 Sep 12:22
Compare
Choose a tag to compare

This release is exactly the same a v0.5.0 except that it builds rust docs.

Version 0.5.0

24 Sep 12:21
Compare
Choose a tag to compare

Changes

  • Improved Graph::to_dot() api.
  • Added labelling api.
  • Added Graph::map() api.

Version 0.4.0

17 Aug 17:07
Compare
Choose a tag to compare

Changes

  • Added Graph::tips iterator.
  • Performance optimizations.

Version 0.3.1

06 May 09:25
Compare
Choose a tag to compare

Changes

  • Removed all instances of std::sync::Arc.