-
Notifications
You must be signed in to change notification settings - Fork 118
Pull requests: jrtom/jung
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
this branch updates the visualization and samples modules to work wit…
#133
by tomnelson
was closed Nov 13, 2017
Loading…
fixes the minimum spanning tree (edge direction) and adds a test for it.
#131
by tomnelson
was merged Oct 4, 2017
Loading…
This is a fix that will allow the TreeCollapseDemo to work. There is …
#130
by tomnelson
was merged Oct 4, 2017
Loading…
fixes the minimum spanning tree algorithm and adds a unit test
#129
by tomnelson
was closed Oct 2, 2017
Loading…
add a property fmt.goal that is 'format' by default for users and is …
#128
by tomnelson
was closed Oct 2, 2017
Loading…
Converted uses of Guava Supplier to use java.util.function.Supplier
#121
by jrtom
was merged Sep 12, 2017
Loading…
Converted uses of Guava Predicate to use java.util.function.Predicate
#120
by jrtom
was merged Sep 12, 2017
Loading…
Replacing Guava's Function with the new java.util.function.Function
#119
by jrtom
was merged Sep 12, 2017
Loading…
Add braces to all control flow statements (if/else/for/while...)
#118
by jbduncan
was merged Sep 10, 2017
Loading…
Streamify internals and use immutable collections more consistently
#117
by jbduncan
was merged Sep 6, 2017
Loading…
Replace
BasicMapEntry with AbstractMap.SimpleImmutableEntry
#116
by jbduncan
was merged Aug 29, 2017
Loading…
Fully format the code base with google-java-format
#114
by jbduncan
was merged Aug 26, 2017
Loading…
Remove the last traces of the JUNG graph types and implementations...
#103
by jrtom
was merged Aug 6, 2017
Loading…
Update samples to remove the last references to the JUNG Graph type.
#102
by jrtom
was merged Aug 6, 2017
Loading…
ProTip!
Filter pull requests by the default branch with base:master.