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
/
test_graph.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore weakrefs when testing for memory leak (#6466)
Erik Welch
2023-03-11
1
-1
/
+14
*
Improve test coverage for graph class (#6105)
Alimi Qudirah
2022-10-25
1
-0
/
+5
*
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
1
-0
/
+7
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-2
/
+3
*
Cache edges, degree, adj properties of Graph classes (#5614)
Dan Schult
2022-05-11
1
-1
/
+5
*
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
1
-0
/
+13
*
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
1
-0
/
+11
*
add special processing of `multigraph_input` upon graph init (#4823)
Dan Schult
2021-05-27
1
-3
/
+0
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
1
-46
/
+41
*
Update black (#4814)
Jarrod Millman
2021-05-18
1
-2
/
+2
*
Skip memory leak test for PyPy (#4385)
Dan Schult
2020-11-24
1
-0
/
+4
*
TST: Refactor to improve coverage. (#4307)
Ross Barnowski
2020-10-31
1
-2
/
+4
*
Add nx.info to str dunder for graph classes (#4241)
Ross Barnowski
2020-10-09
1
-1
/
+10
*
Format w/ black
Jarrod Millman
2020-07-10
1
-183
/
+216
*
Add method to clear edges only (#3477)
Paolo Lammens
2020-07-05
1
-0
/
+13
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+4
*
Enable ThinGraph tests (#3681)
Jarrod Millman
2019-10-23
1
-19
/
+11
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-5
/
+9
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-7
/
+7
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
1
-16
/
+16
*
remove tests of deprecated views and fix use of deprecated G.node
Dan Schult
2019-10-12
1
-23
/
+0
*
Fix some warnings
Jarrod Millman
2019-10-12
1
-6
/
+6
*
Remove unused imports
Jarrod Millman
2019-10-12
1
-4
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-144
/
+144
*
Fix graph/digraph tests
Stefan van der Walt
2019-10-12
1
-34
/
+45
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-11
/
+12
*
Add base class method `update` (#3028)
Dan Schult
2018-06-28
1
-7
/
+64
*
Remove cyclic reference in G.root_graph (#3014)
Dan Schult
2018-06-16
1
-8
/
+33
*
Remove circular references between graphs and views. (#3011)
Dan Schult
2018-06-14
1
-0
/
+8
*
change variable names to avoid kwargs clobber (#2824)
Dan Schult
2018-01-10
1
-1
/
+1
*
Removed unused imports (#2653)
James Lamb
2017-10-01
1
-1
/
+0
*
Add deprecated methods for moved base class methods. (#2639)
Dan Schult
2017-08-27
1
-0
/
+17
*
Deprecate node (#2633)
Jarrod Millman
2017-08-26
1
-0
/
+6
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
1
-60
/
+60
*
Next attempt to meld graphviews with base classes (#2593)
Dan Schult
2017-08-12
1
-43
/
+42
*
Doc ordered graph classes (#2516)
Jarrod Millman
2017-07-16
1
-291
/
+293
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
1
-51
/
+56
*
Add graph view classes for nodes/edge/degrees (#2458)
Dan Schult
2017-06-13
1
-6
/
+10
*
Change docstring in tests to avoid name with "fail" in testing output.
Dan Schult
2016-12-19
1
-6
/
+4
*
Apply suggestions from @hagberg on GH-2207.
Valentin Lorentz
2016-07-31
1
-5
/
+5
*
Fix tests failing because of ordering issues.
Valentin Lorentz
2016-07-30
1
-39
/
+40
*
Remove attr_dict from add_edges_from method.
thegreathippo
2016-05-01
1
-7
/
+0
*
Remove attr_dict from add_node, add_edge
thegreathippo
2016-05-01
1
-1
/
+1
*
Modified all add_node, add_edge, and add_edges_from methods.
thegreathippo
2016-04-26
1
-8
/
+7
*
Remove attr_dict calls to graph's add_node; replace with **.
thegreathippo
2016-04-26
1
-15
/
+11
*
Modified Graph.add_edge, Graph.add_edges_from, and test_add_edges_from
thegreathippo
2016-04-25
1
-2
/
+2
*
Modified Graph.add_node and test_add_node.
thegreathippo
2016-04-25
1
-1
/
+1
[next]