Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
243 contributions in the last year
Activity overview
Contribution activity
September 2020
- hetong007/networkx Python
Created a pull request in dmlc/xgboost that received 1 comment
CRAN submission fix for 1.2.0
The future R check will enforce a more strict check on URLs. Will have a separate PR for the master branch. Related: #6077
+23
−19
•
1
comment
Created an issue in networkx/networkx that received 2 comments
Incorrect Topological Sort
Currently networkx gives this suprisingly incorrect topological sort result:
>>> import networkx as nx
>>> DG = nx.DiGraph([(1, 3), (2, 4), (3, 5), (4
2
comments
2
contributions
in private repositories
Sep 4