0.6.0 (2016-04-14)
Full Changelog
Closed issues:
- Specify color and shape of the nodes #80
- when nodes are records, loom.io/view renders incorrectly #75
- Move dataflow framework from ssa branch into loom.dataflow #65
- Move to Clojure 1.7 and convert to cljc #60
- Combining graphs fails to preserve attribute data #55
- partial application doesn't belong in the loom.graph protocols #43
Merged pull requests:
0.5.4 (2015-07-11)
Full Changelog
Closed issues:
- obsolete API docs #68
- ClojureScript? #67
- gen-rand throws exception for weighted graphs unless min-weight and max-weight are explicitly provided #51
- Several functions have misplaced doc strings #46
- var defined a second time... #36
- something's wrong... #35
- core.matrix support? #28
Merged pull requests:
- Make tense on docstrings consistent #63 (danielcompton)
- Clean up ns and make code more idiomatic #62 (danielcompton)
- Fix for #55 #59 (AshtonKem)
- fix typo in bellman-ford docstring #58 (ZTO)
- Add has-node? to flygraph default implementation. #57 (monora)
- Ensure that max-weight is greater than min-weight when generating random weighted-graphs #53 (tihancock)
- Fix comment "nodes" -> "edges" #52 (semperos)
- Greedy coloring for graphs/digraphs #50 (danshapero)
- Allow for more global attributes in graphviz #48 (zmaril)
- Patch aysylu/loom/46 #47 (arrdem)
- Maximal cliques and all-pairs shortest path algorithms #40 (mattrepl)
- Pre traverse fix #38 (gshopov)
- Corrected misplaced docstrings and type hints (found by eastwood). #37 (fmjrey)
- now at version to 0.5.0 #33 (fmjrey)
- dot-str: edge label, when available, takes precedence over weight. #32 (fmjrey)
- Edge traverse #31 (fmjrey)
- minor optimizations or typos #29 (fmjrey)
0.5.0 (2014-06-09)
Full Changelog
Closed issues:
- Write FAQ #12
- Link to autodocs #11
\(scc ...\)
dies with a StackOverflow on large directed graphs #5- Add documentation on loom.attr functions #4
Merged pull requests:
- A* algorithm #27 (gdevanla)
- Fixed typo #26 (gdevanla)
- Register tempfile for deletion on JVM exit #25 (guns)
- Implementation of Prim's algorithm for Minimum spanning tree #24 (gdevanla)
- speed up traverse-all, scc #23 (gdevanla)
- Function for bytes for rendered graph PNG. #22 (aysylu)
- Refactored topsort_component() to avoid duplicate stacking of seen nodes... #21 (gdevanla)
- Enhanced protocols in preparation for multigraphs. #19 (Engelberg)
0.4.2 (2014-01-04)
Full Changelog
Closed issues:
- attrs gives inconsistent results when no attributes exist #9
0.4.1 (2013-10-27)
Closed issues:
- (scc ...) doesn't compute the correct components in some cases #6
- add slides and video from LispNYC to README page #3
- Should use attr instead of label in visualization #2
* This Change Log was automatically generated by github_changelog_generator