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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test dispatching via nx-loopback backend (#6536)
Jim Kitchen
2023-03-28
1
-0
/
+83
*
Fix len operation of UnionAtlas (#6478)
Dan Schult
2023-03-14
1
-2
/
+2
*
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
1
-0
/
+14
*
Lint using Ruff (#6371)
danieleades
2023-02-19
6
-107
/
+107
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-2
/
+2
*
Add clear edges method to the list of methods to be frozen by the nx.… (#6190)
Adam Richardson
2022-11-15
1
-0
/
+13
*
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
*
Minor docstring touchups and test refactor for `is_path` (#5967)
Ross Barnowski
2022-09-08
1
-12
/
+10
*
Change is_path to return False when node not in G instead of raising exceptio...
pmlpm1986
2022-09-06
1
-0
/
+4
*
Add cache reset for when G._node is changed (#5894)
Dan Schult
2022-07-25
1
-0
/
+5
*
Attempt to reverse slowdown from hasattr needed for cached_property (#5836)
Dan Schult
2022-07-16
4
-10
/
+34
*
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
3
-100
/
+4
*
Remove deprecated function nx.info (#5759)
Mridul Seth
2022-06-21
1
-32
/
+0
*
Remove copy methods for Filter* coreviews (#5776)
Mridul Seth
2022-06-21
1
-69
/
+0
*
Some more changes to make pytest-randomly happy (#5719)
Mridul Seth
2022-06-09
1
-1
/
+5
*
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
10
-14
/
+26
*
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
1
-0
/
+29
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
3
-1
/
+23
*
Cache `nodes` property on Graph (#5600)
Stefan van der Walt
2022-05-08
1
-0
/
+4
*
Fixed wrong dict factory usage on MultiDiGraph (#5456)
FabianBall
2022-04-04
3
-0
/
+74
*
Add Mypy type checking infrastructure (#5127)
Ross Barnowski
2021-11-17
1
-1
/
+1
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
2
-2
/
+2
*
Style changes (#5022)
Dan Schult
2021-08-14
2
-12
/
+3
*
Fix graph_class usage in to_undirected method (#4912)
Tomohiro Endo
2021-06-22
1
-0
/
+47
*
Raise ValueError if None is added as a node. (#4892)
Dan Schult
2021-06-15
2
-5
/
+16
*
add special processing of `multigraph_input` upon graph init (#4823)
Dan Schult
2021-05-27
2
-3
/
+89
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
7
-119
/
+114
*
Update black (#4814)
Jarrod Millman
2021-05-18
1
-2
/
+2
*
TST: be more explicit about instance comparison. (#4748)
Ross Barnowski
2021-04-21
1
-3
/
+3
*
Increase coverage in graphviews.py (#4418)
Dan Schult
2020-12-03
1
-1
/
+12
*
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
1
-4
/
+78
*
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
1
-92
/
+145
*
Updates to slicing error message for reportviews (#4304)
Ross Barnowski
2020-11-12
1
-0
/
+26
*
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
1
-2
/
+4
*
Add descriptive error message for Node/EdgeView slicing. NEXP2 (#4300)
Mridul Seth
2020-10-30
1
-0
/
+26
*
Add nx.info to str dunder for graph classes (#4241)
Ross Barnowski
2020-10-09
2
-2
/
+10
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-1
/
+1
*
MAINT: Update nx.info (#4193)
Andrew Eckart
2020-10-01
1
-19
/
+2
*
Add function to calculate path cost for a specified path (#4069)
Danny Niquette
2020-07-26
1
-0
/
+27
[next]