GitHub user iyerr3 opened a pull request:

    https://github.com/apache/incubator-madlib/pull/152

    Feature/graph measures 1

    
    Note: This PR will have to be rebased after #148 is merged. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/iyerr3/incubator-madlib 
feature/graph_measures_1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-madlib/pull/152.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #152
    
----
commit 6461061cfe0b161e0e19eef0d9e7e62c470136a1
Author: Rahul Iyer <[email protected]>
Date:   2017-07-08T05:23:18Z

    Graph: Update Python code to follow PEP-8
    
    - Changed indentation to use spaces instead of tabs
    - Updated to PEP-8 guidelines
    - Updated to follow style guide convention
    - Refactored few functions to clean code and design

commit 60b0774b71bce90f88f1ddb1573295e6adf0706a
Author: Rahul Iyer <[email protected]>
Date:   2017-06-29T20:31:55Z

    Graph: Add initial set of centrality measures
    
    JIRA: MADLIB-1073
    
    This commit adds the following measures:
       - Closeness (uses APSP)
       - Graph diameter (uses APSP)
       - Average path length (uses APSP)
       - In/out degrees

----


---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to