[GitHub] incubator-madlib pull request #78: Graph: SSSP

2017-01-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-madlib/pull/78 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-19 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r93107178 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,372 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-16 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92910394 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,372 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-16 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92910625 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,372 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-16 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92910595 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,372 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-16 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92910466 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,372 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-16 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92910546 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,372 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92069560 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92069133 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread orhankislal
Github user orhankislal commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92064461 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92044676 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92041602 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92051375 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92054290 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-12 Thread decibel
Github user decibel commented on a diff in the pull request: https://github.com/apache/incubator-madlib/pull/78#discussion_r92040714 --- Diff: src/ports/postgres/modules/graph/sssp.py_in --- @@ -0,0 +1,347 @@ +# coding=utf-8 +# +# Licensed to the Apache Software

[GitHub] incubator-madlib pull request #78: Graph: SSSP

2016-12-05 Thread orhankislal
GitHub user orhankislal opened a pull request: https://github.com/apache/incubator-madlib/pull/78 Graph: SSSP JIRA: MADLIB-992 - Introduces a new module: Graph. - Implements the single source shortest path algorithm (Bellman-Ford). You can merge this pull request into