index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to rst files to make doctests pass (#4947)
Dan Schult
2021-07-07
1
-1
/
+1
*
Fix graph_class usage in to_undirected method (#4912)
Tomohiro Endo
2021-06-22
2
-2
/
+49
*
Raise ValueError if None is added as a node. (#4892)
Dan Schult
2021-06-15
6
-6
/
+49
*
Remove "networkx" from top-level networkx namespace (#4840)
Ross Barnowski
2021-05-31
1
-4
/
+4
*
add special processing of `multigraph_input` upon graph init (#4823)
Dan Schult
2021-05-27
4
-7
/
+177
*
Fix bad import pattern (#4839)
Ross Barnowski
2021-05-26
4
-0
/
+8
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
7
-119
/
+114
*
Fix to_undirected doc typo (#4821)
Justin Cai
2021-05-20
2
-2
/
+2
*
Update black (#4814)
Jarrod Millman
2021-05-18
2
-5
/
+5
*
Add approximation algorithms for traveling salesman problem (#4607)
Dan Schult
2021-05-16
1
-3
/
+1
*
TST: be more explicit about instance comparison. (#4748)
Ross Barnowski
2021-04-21
1
-3
/
+3
*
Deprecate Ordered graph classes (#4629)
Ross Barnowski
2021-03-04
1
-4
/
+87
*
Remove attr_dict from parameters list in the docstring (#4642)
Oleh Marshev
2021-02-27
1
-3
/
+0
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
3
-2
/
+4
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
6
-33
/
+28
*
Add coreview objects to documentation (#4431)
Ross Barnowski
2020-12-07
1
-1
/
+3
*
Safer repr format of variables (#4413)
Miroslav Šedivý
2020-12-06
1
-1
/
+1
*
Increase coverage in graphviews.py (#4418)
Dan Schult
2020-12-03
1
-1
/
+12
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
1
-2
/
+2
*
Remove xml import checks (#4393)
Jarrod Millman
2020-11-26
1
-1
/
+1
*
Skip memory leak test for PyPy (#4385)
Dan Schult
2020-11-24
1
-0
/
+4
*
Improve test coverage for coreviews.py (#4355)
Dan Schult
2020-11-16
2
-4
/
+119
*
Refactor and improve test coverage for restricted_view and selfloop_edges (#4...
Ross Barnowski
2020-11-13
1
-47
/
+91
*
Test and document missing nodes/edges in set_{node/edge}_attributes (#4346)
Ross Barnowski
2020-11-13
2
-92
/
+164
*
Updates to slicing error message for reportviews (#4304)
Ross Barnowski
2020-11-12
2
-4
/
+44
*
TST: improve multigraph test coverage to 100% (#4340)
Ross Barnowski
2020-11-12
1
-0
/
+11
*
TST: Refactor to improve coverage. (#4307)
Ross Barnowski
2020-10-31
2
-10
/
+13
*
Add descriptive error message for Node/EdgeView slicing. NEXP2 (#4300)
Mridul Seth
2020-10-30
2
-0
/
+43
*
Add nx.info to str dunder for graph classes (#4241)
Ross Barnowski
2020-10-09
4
-24
/
+34
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
4
-7
/
+7
*
MAINT: Update nx.info (#4193)
Andrew Eckart
2020-10-01
2
-37
/
+14
*
rewrite add_nodes_from to relax code meant to allow ironpython pre-2.7.5 (#4200)
Dan Schult
2020-09-10
2
-42
/
+21
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
8
-300
/
+313
*
MultiGraph from graphml with explicit edge ids #3470 (#3763)
kiryph
2020-08-16
1
-2
/
+2
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
2
-5
/
+0
*
Add function to calculate path cost for a specified path (#4069)
Danny Niquette
2020-07-26
2
-1
/
+91
*
Allow G.remove_edges_from(nx.selfloops_edges(G)) (#4080)
Dan Schult
2020-07-20
2
-1
/
+26
*
Format w/ black
Jarrod Millman
2020-07-10
23
-1130
/
+1569
*
Remove trailing spaces
Jarrod Millman
2020-07-10
1
-1
/
+1
*
WIP: Change EdgeDataView __contains__ feature (2nd attempt) (#3845)
Isaac Boates
2020-07-07
2
-10
/
+171
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
5
-25
/
+25
*
Add method to clear edges only (#3477)
Paolo Lammens
2020-07-05
4
-0
/
+68
*
Update links to Py3 docs (#4042)
Jarrod Millman
2020-07-02
4
-8
/
+8
*
improve docs for subgraph_view filter_egde (#4010)
anentropic
2020-06-19
1
-5
/
+7
*
Fix documentation typo (#3965)
Zachary Lawrence
2020-05-18
1
-2
/
+2
*
Fixing docs for nx.info(), along with necessary tests (#3893)
Pradeep Reddy Raamana
2020-04-06
2
-1
/
+19
*
Remove whitespace (#3816)
Whi Kwon
2020-02-06
1
-1
/
+1
*
Update string format
Jarrod Millman
2020-01-01
5
-21
/
+20
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
17
-59
/
+58
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
5
-26
/
+21
[next]