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
/
graph.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-1
/
+1
*
Fix docstrings (#6329)
Jarrod Millman
2023-01-04
1
-2
/
+2
*
doc: update documentation when providing an iterator over current graph to ad...
Sultan Orazbayev
2022-12-12
1
-0
/
+69
*
Use scipy.sparse array datastructure (#6037)
Jarrod Millman
2022-10-12
1
-1
/
+1
*
Add cache reset for when G._node is changed (#5894)
Dan Schult
2022-07-25
1
-0
/
+23
*
Attempt to reverse slowdown from hasattr needed for cached_property (#5836)
Dan Schult
2022-07-16
1
-3
/
+24
*
Move factory attributes to the class instead of instance. (#5850)
Dan Schult
2022-07-15
1
-7
/
+0
*
Remove OrderedGraphs (#5813)
Jarrod Millman
2022-07-12
1
-5
/
+0
*
Remove deprecated function nx.info (#5759)
Mridul Seth
2022-06-21
1
-1
/
+2
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-2
/
+2
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
1
-3
/
+6
*
Cache `nodes` property on Graph (#5600)
Stefan van der Walt
2022-05-08
1
-7
/
+3
*
Update .degree() docs: outdated return type (#5529)
Brit
2022-04-28
1
-6
/
+4
*
More numpy.matrix cleanups for NX2.7 (#5319)
Ross Barnowski
2022-02-12
1
-4
/
+4
*
Fixed inconsistent documentation for nbunch parameter in DiGraph.edges() (#5037)
Anutosh Bhat
2021-12-12
1
-3
/
+3
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-8
/
+8
*
Changes to rst files to make doctests pass (#4947)
Dan Schult
2021-07-07
1
-1
/
+1
*
Raise ValueError if None is added as a node. (#4892)
Dan Schult
2021-06-15
1
-1
/
+13
*
Fix bad import pattern (#4839)
Ross Barnowski
2021-05-26
1
-0
/
+2
*
Add approximation algorithms for traveling salesman problem (#4607)
Dan Schult
2021-05-16
1
-3
/
+1
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-1
/
+1
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-6
/
+8
*
Safer repr format of variables (#4413)
Miroslav Šedivý
2020-12-06
1
-1
/
+1
*
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
*
TST: Refactor to improve coverage. (#4307)
Ross Barnowski
2020-10-31
1
-8
/
+9
*
Add nx.info to str dunder for graph classes (#4241)
Ross Barnowski
2020-10-09
1
-5
/
+16
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-2
/
+2
*
rewrite add_nodes_from to relax code meant to allow ironpython pre-2.7.5 (#4200)
Dan Schult
2020-09-10
1
-20
/
+10
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-74
/
+89
*
Format w/ black
Jarrod Millman
2020-07-10
1
-24
/
+32
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
1
-8
/
+8
*
Add method to clear edges only (#3477)
Paolo Lammens
2020-07-05
1
-0
/
+15
*
Update links to Py3 docs (#4042)
Jarrod Millman
2020-07-02
1
-3
/
+3
*
Fix documentation typo (#3965)
Zachary Lawrence
2020-05-18
1
-2
/
+2
*
Update string format
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-5
/
+4
*
Sample code for subgraph copy: add parenthesis to is_multigraph (#3734)
Suny Kim
2019-11-27
1
-1
/
+1
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-10
/
+0
*
Update docs to be more accurate about speed of G.neighbors (#3699)
Dan Schult
2019-10-30
1
-2
/
+1
*
Remove unused imports
Jarrod Millman
2019-10-21
1
-1
/
+1
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-3
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-1
/
+1
*
Remove deprecated functions and methods. add to release notes.
Dan Schult
2019-10-12
1
-42
/
+0
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Fix and Improve docstrings in graph.py (#3569)
Salim BELHADDAD
2019-09-04
1
-2
/
+11
*
Fix a typo in docstring for get_edge_data (#3564)
Søren Fuglede Jørgensen
2019-08-31
1
-1
/
+1
*
Typo fix (#3424)
Andy Garfield
2019-05-07
1
-1
/
+1
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
[next]