Releases: purpleprotocol/graphlib
Releases · purpleprotocol/graphlib
v0.6.3
Version 0.6.2
Changes
- Fixed
no_std
builds.
Version 0.6.1
Changes
no_std
builds on stable.
Version 0.6.0
Changes
- Added shortest path iterator exposed as
Graph::dijkstra()
. - Added values iterator.
- Added edge insertion with cycle check.
- Removed dependency on
Clone
forT
.
Version 0.5.3
Changes
- Fixed two bugs in cycle finding.
Version 0.5.2
Changes
- Fixed potential data-race when generating
VertexId
s.
Version 0.5.1
This release is exactly the same a v0.5.0 except that it builds rust docs.
Version 0.5.0
Changes
- Improved
Graph::to_dot()
api. - Added labelling api.
- Added
Graph::map()
api.
Version 0.4.0
Changes
- Added
Graph::tips
iterator. - Performance optimizations.
Version 0.3.1
Changes
- Removed all instances of
std::sync::Arc
.