./devel/ruby-rgl, Framework for graph data structures and algorithms

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.6, Package name: ruby31-rgl-0.6.6, Maintainer: minskim

RGL is a framework for graph data structures and algorithms. The
design of the library is much influenced by the Boost Graph Library
(BGL) which is written in C++ heavily using its template mechanism.
RGL provides some general purpose graph classes that conform to the
interface for how the structure of a graph can be accessed using a
generic interface that hides the details of the graph data structure
implementation, but they are not meant to be the only graph classes.
As in BGL, the main contribution of the RGL is the formulation of this
interface.


Required to run:
[devel/ruby-stream] [devel/ruby-lazy_priority_queue] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 67.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-15 16:38:41 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rgl: update to 0.6.6

0.6.6 (2023-07-10)

* Bump GoogleCloudPlatform/release-please-action from 2 to 3 (#120, #122)
  (3e804d4)
   2023-07-02 07:28:59 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rgl: update to 0.6.5

0.6.4 (2023-06-19)

Bug Fixes

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

0.6.5 (2023-06-19)

Bug Fixes

* Fixes links in README (#114) (682e4e6)
   2023-05-21 04:59:10 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rgl: update to 0.6.3

0.6.3 (2013-05-17)

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
   2023-03-05 14:50:09 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rgl: update to 0.6.2

0.6.1 (2023-03-03)

What's Changed

* fix: #84 each_in_neighbor has missing block argument.

0.6.2 (2023-03-05)

What's Changed

* fix: #86 each_in_neighbor() raises exception on unconnected vertices
   2023-02-23 15:57:56 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rgl: update to 0.6.0

0.6.0 (2023-02-22)

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
   2023-01-03 06:56:21 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rgl: update to 0.5.10

0.5.10 (2023-01-02)

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
   2022-09-03 16:42:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rgl: update to 0.5.9

0.5.9 (2022-08-29)

Drop lazy priority queue Latest

What's Changed

* Drop lazy priority queue by @dcermak in #64

New Contributors

* @dcermak made their first contribution in #64
   2022-08-26 13:16:57 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rgl: update to 0.5.8

2022-06 Release 0.5.8

Horst Duchene
 * switch to github actions (56030d)