aysylu / loom

Graph library for Clojure. Mailing list https://groups.google.com/forum/#!forum/loom-clj
http://aysy.lu/loom/
887 stars 108 forks source link

Filter graph to remove nodes that don't meet attribute #78

Closed SwamWithTurtles closed 8 years ago

SwamWithTurtles commented 8 years ago

As requested in Issue #54

monora commented 8 years ago

Please note: filter-graph collides with nodes-filtered-by of my PR #71. My version does not use subgraph. Thus it is applicable to all graphs, not only to BasicEditableGraphs (subgraph uses remove-nodes* which is only defined for BasicEditableGraph).

pataprogramming commented 8 years ago

Hi, @SwamWithTurtles. As PR #71 has integrated this functionality, I'm closing this one. Please let me know if there's something still missing for your use case, and I will revisit.