Releases: monora/rgl
Releases · monora/rgl
v0.6.6
rgl v0.6.5
rgl v0.6.4
v0.6.3 Improved dot options support
What's Changed
- Bump actions/deploy-pages from 1 to 2 by @dependabot in #90
- Fix copy paste snafu for rdoc ref by @r0ckarong in #96
- Fix edge direction setting example by @r0ckarong in #97
New Contributors
- @r0ckarong made their first contribution in #96 and #88
Full Changelog: v0.6.2...v0.6.3
Bugfix release
What's Changed
fix: #86 each_in_neighbor() raises exception on unconnected vertices
Full Changelog: v0.6.1...v0.6.2
v0.6.1 Bugfix release
What's Changed
fix: #84 each_in_neighbor has missing block argument.
Full Changelog: v0.6.0...v0.6.1
New class BidirectionalAdjacencyGraph
What's Changed
- feat: implement bidirectional adjacency graph #78. New class BidirectionalAdjacencyGraph which implements the protocol defined in module BidirectionalGraph.
- Bump actions/configure-pages from 2 to 3 by @dependabot in #74
- Fix: codeclimate badge by @monora in #77
- fix(doc): #79 class comments in generated doc by @monora in #80
New Contributors
- @StevenJenkinsJPL implemented BidirectionalAdjacencyGraph (#78)
Full Changelog: v0.5.10...v0.6.0
Support Ruby 3.2
What's Changed
- Improve documentation by @monora in #67
- doc: build and publish doc to github pages by @monora in #69
- chore: use dependabot by @monora in #70
- chore: add ecosystem bundler to dependabot by @monora in #71
- fix: Remove superfluous :GRAY assignment in depth first visit (#66) by @monora in #68
- chore: support ruby 3.2.0 by @monora in #73
Full Changelog: v0.5.9...v0.5.10
Drop lazy priority queue
Use github actions
- Switch from travis to github actions for CI.
- Add support for ruby version >= 3.0
Full Changelog: v0.5.7...v0.5.8