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
*
Handle weights as `distance=` in testing dispatch (#6671)
Erik Welch
2023-05-13
1
-0
/
+3
*
Allow multiple graphs for `@nx._dispatch` (#6628)
Jim Kitchen
2023-04-25
1
-38
/
+74
*
Test dispatching via nx-loopback backend (#6536)
Jim Kitchen
2023-03-28
2
-2
/
+94
*
Fix len operation of UnionAtlas (#6478)
Dan Schult
2023-03-14
2
-3
/
+3
*
tweak `test_override_dispatch` to allow G keyword (#6499)
Erik Welch
2023-03-13
1
-1
/
+7
*
Ignore weakrefs when testing for memory leak (#6466)
Erik Welch
2023-03-11
1
-1
/
+14
*
Allow first argument to be passed as kwarg in dispatcher (#6471)
Dan Schult
2023-03-11
2
-1
/
+21
*
Lint using Ruff (#6371)
danieleades
2023-02-19
12
-130
/
+117
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-2
/
+2
*
DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)
Ross Barnowski
2023-01-13
1
-21
/
+18
*
Fix typos in the networkx codebase (#6335)
Anurag Bhat
2023-01-05
1
-1
/
+1
*
Fix docstrings (#6329)
Jarrod Millman
2023-01-04
2
-4
/
+4
*
fix warnings for make doctest (#6323)
Dan Schult
2023-01-04
2
-2
/
+4
*
doc: update documentation when providing an iterator over current graph to ad...
Sultan Orazbayev
2022-12-12
3
-0
/
+137
*
Add clear edges method to the list of methods to be frozen by the nx.… (#6190)
Adam Richardson
2022-11-15
2
-0
/
+14
*
Di graph edges doc fix (#6108)
nsengaw4c
2022-11-14
2
-4
/
+13
*
Add ThinGraph example to Multi*Graph doc_strings (#6160)
nsengaw4c
2022-11-09
2
-0
/
+42
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
2
-0
/
+225
*
Update pytest (#6165)
Jarrod Millman
2022-11-01
2
-12
/
+12
*
Improve test coverage for digraph class (#6130)
Alimi Qudirah
2022-10-27
1
-0
/
+4
*
Improve test coverage for multidigraph class (#6131)
Alimi Qudirah
2022-10-27
1
-0
/
+4
*
Improve test coverage for graph class (#6105)
Alimi Qudirah
2022-10-25
1
-0
/
+5
*
Improve test coverage for multigraph class (#6101)
Alimi Qudirah
2022-10-21
1
-0
/
+3
*
Use scipy.sparse array datastructure (#6037)
Jarrod Millman
2022-10-12
5
-6
/
+5
*
Minor docstring touchups and test refactor for `is_path` (#5967)
Ross Barnowski
2022-09-08
2
-19
/
+15
*
Change is_path to return False when node not in G instead of raising exceptio...
pmlpm1986
2022-09-06
2
-1
/
+10
*
Updated networkx/classes/function.py . Solves Issue #5463 (#5474)
0ddoe_s
2022-08-23
1
-0
/
+28
*
Add cache reset for when G._node is changed (#5894)
Dan Schult
2022-07-25
2
-0
/
+28
*
Attempt to reverse slowdown from hasattr needed for cached_property (#5836)
Dan Schult
2022-07-16
7
-26
/
+117
*
Move factory attributes to the class instead of instance. (#5850)
Dan Schult
2022-07-15
4
-16
/
+0
*
Update tests in base class and simple rename in convert.py (#5848)
Dan Schult
2022-07-15
2
-10
/
+52
*
Remove OrderedGraphs (#5813)
Jarrod Millman
2022-07-12
9
-284
/
+4
*
Remove deprecated function nx.info (#5759)
Mridul Seth
2022-06-21
3
-79
/
+2
*
Remove copy methods for Filter* coreviews (#5776)
Mridul Seth
2022-06-21
2
-183
/
+0
*
Touchups to MG and MDG edges docstrings. (#5708)
Ross Barnowski
2022-06-09
2
-16
/
+20
*
Some more changes to make pytest-randomly happy (#5719)
Mridul Seth
2022-06-09
1
-1
/
+5
*
Update multigraph docstrings to reflect `remove_edges_from` behavior. (#5699)
Ross Barnowski
2022-06-08
2
-8
/
+44
*
Another catch by pytest-randomly (#5685)
Mridul Seth
2022-06-02
1
-1
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
18
-40
/
+51
*
Update subgraph views tests to pass with out of order execution (#5683)
Mridul Seth
2022-06-02
1
-2
/
+10
*
Fix __setstate__ for OutEdgeView subclasses, read _adjdict from state (#5657)
Mridul Seth
2022-05-20
2
-4
/
+33
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
8
-28
/
+71
*
Cache `nodes` property on Graph (#5600)
Stefan van der Walt
2022-05-08
2
-7
/
+7
*
Update .degree() docs: outdated return type (#5529)
Brit
2022-04-28
4
-27
/
+16
*
replace induced_subgraph example with directly relevant example (#5576)
Brian A. Heckman
2022-04-25
1
-2
/
+4
*
Fixed wrong dict factory usage on MultiDiGraph (#5456)
FabianBall
2022-04-04
4
-1
/
+75
*
Correct typo in docstring (int -> float) (#5398)
Sultan Orazbayev
2022-03-18
1
-2
/
+2
*
Multigraph docs update (#5389)
Peter Mawhorter
2022-03-14
1
-49
/
+89
*
Updated MultiDiGraph documentation to include more examples of actually (#5387)
Peter Mawhorter
2022-03-14
1
-25
/
+48
*
Fix missing backticks (#5381)
Matthias Bussonnier
2022-03-09
3
-6
/
+6
[next]