Skip to content

Releases: monora/rgl

v0.6.6

10 Jul 14:58
Compare
Choose a tag to compare

0.6.6 (2023-07-10)

Bug Fixes

  • Bump GoogleCloudPlatform/release-please-action from 2 to 3 (#120, #122) (3e804d4)

rgl v0.6.5

19 Jun 13:09
f2da9be
Compare
Choose a tag to compare

Bug Fixes

rgl v0.6.4

19 Jun 10:16
ea991fe
Compare
Choose a tag to compare

Bug Fixes

  • add test case for bfs_search_tree_from (fixes #99) (54f92e4)
  • Remove require of the file if already required (0ef2ce5)

v0.6.3 Improved dot options support

17 May 20:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

Bugfix release

05 Mar 13:03
Compare
Choose a tag to compare

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

03 Mar 12:31
Compare
Choose a tag to compare

What's Changed

fix: #84 each_in_neighbor has missing block argument.

Full Changelog: v0.6.0...v0.6.1

New class BidirectionalAdjacencyGraph

22 Feb 10:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.10...v0.6.0

Support Ruby 3.2

02 Jan 13:04
Compare
Choose a tag to compare

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

29 Aug 18:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.8...v0.5.9

Use github actions

02 Jun 13:42
Compare
Choose a tag to compare
  • Switch from travis to github actions for CI.
  • Add support for ruby version >= 3.0

Full Changelog: v0.5.7...v0.5.8