Highlights
- Arctic Code Vault Contributor
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 upPinned
603 contributions in the last year
Contribution activity
November 2020
Created 18 commits in 1 repository
Created a pull request in networkx/networkx that received 3 comments
Use GH actions for Linux CI
@rossbar This is ready to go. There is more to do in a follow-up PR:
finish deploy doc
maybe get rid of appveyor (add Windows to os: [Ubuntu, macOS]…
Opened 7 other pull requests in 3 repositories
networkx/networkx
3
merged
1
open
1
closed
ljwolf/networkx
1
open
MridulS/networkx
1
merged
Reviewed 20 pull requests in 1 repository
networkx/networkx 20 pull requests
- Improve test coverage of convert module
- CI: Fix CircleCI doc buiild failure
- Fixed issue where edge attributes were being silently overwritten during node contraction
- TST: Boost test coverage of nx_pylab module
- Update docstring for to_pandas_edgelist and add edgekey parameter
- add OSMnx usage example
- Skip memory leak test for PyPy
- Make nx.pagerank a wrapper around different implementations, use scipy one by default
- MNT: make the self-loop appear in all cases
- API: always use list of FancyArrowPatch rather than LineCollection
- Bugfix for issue 4336, moving try/except and adding else clause
- Update tutorial.rst - Fixes #4249
- Add unit tests for utils.misc.flatten
- Improve test coverage for coreviews.py
- Enable mayavi in sphinx gallery.
- Refactor and improve test coverage for restricted_view and selfloop_edges
- Test and document missing nodes/edges in set_{node/edge}_attributes
- Update to_dict_of_dict edge_data
- TST: improve multigraph test coverage to 100%
- Add rainbow coloring example to gallery.
Created an issue in scikit-image/scikit-image that received 4 comments
dropping 3.6 and a few other things
Now that it looks like NumPy will officially drop Python 3.6 for 1.20, I think it would be nice if other important libraries get on the same page. …