Re: [ANN] Ubergraph 0.2.0

2016-03-07 Thread Mark Engelberg
Just issued a quick bugfix release, version 0.2.1, for an issue with `find-edges` reported and patch provided by github/lomin. Thanks lomin! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

[ANN] Ubergraph 0.2.0

2016-02-28 Thread Mark Engelberg
https://github.com/Engelberg/ubergraph Ubergraph is a batteries-loaded, immutable graph data structure for Clojure. Clojure's other main graph library is Loom. I built Ubergraph to address Loom's limitations. For example, unlike Loom, Ubergraph supports: * Multigraphs and multidigraphs with pa