J. Holmes
cb2511e4c8
encoding/dot: support edge ports on Unmarshal/decode
2018-04-16 14:31:32 +09:30
J. Holmes
b2e9df857d
encoding/dot: fix ports on undirected graphs
2018-04-16 10:43:11 +09:30
Dan Kortschak
6b03bc22e1
graph: use int64 for node retrieval
2018-03-24 09:21:44 +10:30
kortschak
299547a6f4
Revert "graph: change Edge interface to include ID method"
...
This reverts commit 1a83fdba7a
.
Further design discussion leads to a better approach with an additional
edge-type interface.
2017-12-14 08:24:55 +10:30
kortschak
1a83fdba7a
graph: change Edge interface to include ID method
...
This is to allow future handling of multigraphs.
2017-12-11 08:06:56 +10:30
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
Robin Eklind
f786e6cd3c
graph/encoding/dot: store graph DOT ID if present ( #237 )
...
Add round trip test case for graph DOT ID.
2017-09-28 10:02:53 +02:00
kortschak
7ba61f0ead
graph/...: remove Weight method from Edge
2017-08-24 10:21:15 +09:30
Robin Eklind
a6329c40df
Merge pull request #200 from mewpull/new-edge
...
graph: move NewEdge method from encoding.Builder to graph.EdgeAdder
2017-08-20 23:41:36 +02:00
mewmew
0ebdd59ba5
graph: move NewEdge method from encoding.Builder to graph.EdgeAdder
...
Also rename graph.EdgeSetter to graph.EdgeAdder.
Fixes #56 .
2017-08-18 03:51:30 +02:00
mewmew
7e53ef2fae
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.
Remove vanity imports from all files except doc.go.
Fixes #12 .
The source code of fixdocs is located at:
https://play.golang.org/p/7RtYLzldsO
2017-08-16 14:26:00 +02:00
mewmew
ac48587c92
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit b2982a3e50
.
2017-08-16 14:21:05 +02:00
mewmew
b2982a3e50
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.
2017-08-16 14:07:36 +02:00
mewmew
5b4711aa15
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit b0a98102dc
.
2017-08-16 14:07:17 +02:00
mewmew
b0a98102dc
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
2017-08-16 14:02:26 +02:00
mewmew
7eaea7c428
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit 00292b2d57
.
2017-08-16 14:01:36 +02:00
mewmew
00292b2d57
all: use fixdocs tool to store package documentation in doc.go
...
Add copyright header to doc.go
2017-08-16 13:56:50 +02:00
mewmew
a37fef5a6d
Revert "all: use fixdocs tool to store package documentation in doc.go"
...
This reverts commit 963877e5f5
.
2017-08-16 13:54:16 +02:00
mewmew
963877e5f5
all: use fixdocs tool to store package documentation in doc.go
2017-08-16 13:19:00 +02:00
kortschak
c9bf5d0701
graph/encoding/graphql: add new package for decoding GraphQL output
2017-08-04 18:29:58 +09:30
kortschak
4d30eb012e
graph/encoding: rename decoding API in encoding package
2017-08-04 11:08:07 +09:30
kortschak
8e3d6da27f
graph/encoding: move basic encoding API into new encoding package
2017-08-03 18:57:33 +09:30
kortschak
185d1d1b99
graph/encoding/dot: fix NewNode use in tests and decoding
2017-07-21 17:34:05 +09:30
kortschak
14abf35139
graph/formats/dot: rename Kind* => *Kind
2017-07-19 18:12:06 +09:30
kortschak
7db7251618
graph/encoding/dot: reorganise files
2017-07-16 13:52:43 +09:30
kortschak
39b486f179
graph: revert NewNodeID -> NewNode
2017-07-07 06:59:14 +09:30
kortschak
25c06a99f7
graph/encoding: update for int64 IDs
2017-07-02 08:38:42 +09:30
kortschak
6557c5dc64
all: simplify code identified by gosimple
2017-06-20 15:04:11 +09:30
kortschak
619e137c2c
graph,graph/{encoding/dot,internal/set,topo,traverse}: remove intsets imports
2017-06-16 19:39:51 +09:30
Dan Kortschak
2942f5c623
graph/encoding/dot: allow unmarshalling of DOT IDs
2017-06-09 20:01:14 +09:30
kortschak
9e16ba4ad2
graph/encoding/dot: allow unmarshaling of global attributes
2017-06-09 08:07:23 +09:30
kortschak
d49f26e4f8
graph/endcoding/dot: tidy up decode code/docs
2017-06-08 17:41:56 +09:30
kortschak
6d2a59dbb7
all: run gofmt -s
2017-05-31 16:43:23 +09:30
kortschak
e1b11c54bb
graph/encoding/dot: fix gofmt
2017-05-26 14:05:05 +09:30
kortschak
37850ca814
all: add canonical imports
2017-05-25 16:07:18 +09:30
Brendan Tracey
d33397aa65
all: change import paths
2017-05-23 00:03:03 -06:00
Brendan Tracey
059a6c43f9
graph: imported graph as a subtree
2017-05-23 00:02:59 -06:00