Files | Admin

Notes:

Release Name: Release 0.5.1

Notes: Now fully integrated with ActiveRecord!


Changes: * Full rework of internals to have dual dependencies, first upon an implementation (ActiveRecord, Adjancency Lists, external libraries, ...) and secondly an algorithmic category, i.e. directed graph, undirected graph, hypergraph, etc. Now advanced algorithms are fully decoupled from implementation and algorithmic category. * Full integration with acts_as_graph plugin for Rails. Undirected Graphs from ActiveRecord not working yet. * Minor bug fixes.