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
/
readwrite
/
json_graph
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
2
-23
/
+29
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-1
/
+0
*
Add missing asserts to tests (#6039)
DiamondJoseph
2022-10-12
4
-7
/
+7
*
signature change for `node_link` functions: for issue #5787 (#5899)
Kevin Brown
2022-08-11
1
-4
/
+68
*
remove old attr keyword from json_graph/tree (#5785)
Matt Schwennesen
2022-06-16
1
-17
/
+0
*
update cytoscape functions to drop old signature (#5784)
Dan Schult
2022-06-16
1
-17
/
+0
*
Rm jit.py (#5751)
Dilara Tekinoglu
2022-06-15
1
-66
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
5
-1
/
+11
*
Add exception for unconnected graph (#5287)
Dimitrios Papageorgiou
2022-01-28
1
-0
/
+5
*
Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)
Ross Barnowski
2021-12-12
2
-10
/
+12
*
Remove dictionary from signature of tree_graph and tree_data (#4786)
Ross Barnowski
2021-05-18
2
-102
/
+122
*
Add FutureWarning in preparation for simplifying cytoscape function signature...
Ross Barnowski
2020-11-12
1
-0
/
+16
*
Improve readwrite test coverage (#4310)
Jarrod Millman
2020-10-31
1
-1
/
+7
*
fix issue #4173: cytoscape_graph(input_data) did modify the original data (#4...
Carlos González Rotger
2020-08-25
1
-0
/
+9
*
Format w/ black
Jarrod Millman
2020-07-10
5
-74
/
+78
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
4
-13
/
+6
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
4
-21
/
+21
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-2
/
+2
*
Remove unused imports
Jarrod Millman
2019-10-12
5
-5
/
+5
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
5
-56
/
+56
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Allow jit_graph to read json string or json object (#3628)
Dan Schult
2019-10-03
1
-0
/
+7
*
Pep8 fixes
Jarrod Millman
2018-01-20
4
-63
/
+61
*
Add directed graphs support for jit_graph reading (#2753)
Louis Gatin
2018-01-08
1
-1
/
+29
*
Removed unused imports (#2653)
James Lamb
2017-10-01
4
-4
/
+4
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
4
-15
/
+15
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
1
-1
/
+1
*
Fixed bug on custom attrs usage: unavailable iteritems method for dict.
Ramil Nugmanov
2017-05-25
1
-0
/
+16
*
Merge pull request #2366 from rhilenova/bugfix-for-issues-2328-and-2332
Aric Hagberg
2017-04-02
1
-1
/
+17
|
\
|
*
Test expected DiGraph, but was implemented with Graph.
Rhile Nova
2017-02-13
1
-1
/
+1
|
*
Changes to remove integer maping from node_link format.
Rhile Nova
2017-02-13
1
-1
/
+17
*
|
Fixed various bugs
Tristan Poupard
2017-01-19
1
-3
/
+12
*
|
Added cytoscape JSON handling
Phobia
2016-12-23
1
-0
/
+58
|
/
*
Remove attr_dict calls to graph's add_node; replace with **.
thegreathippo
2016-04-26
1
-1
/
+1
*
removed temporary files from test.
Francois Malassenet
2016-04-17
1
-10
/
+2
*
bad end of line fixed.
Francois Malassenet
2016-04-17
1
-1
/
+1
*
node_link_graph converts node lists into tuples
Francois Malassenet
2016-04-17
1
-1
/
+1
*
node_link_graph converts node lists into tuples
Francois Malassenet
2016-04-17
1
-0
/
+18
*
Generalize and improve docstrings of node_link.py
Michael-E-Rose
2016-02-23
1
-19
/
+19
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-2
/
+2
*
Update jit_graph and tests
Mridul Seth
2016-01-22
1
-6
/
+18
*
Add jit_graph and tests
Mridul Seth
2016-01-16
1
-0
/
+17
*
node-link repr. contains graph dict 'as is'
jandanielr
2014-10-07
1
-2
/
+2
*
Allow JSON attributes to be customized
ysitu
2014-05-30
3
-4
/
+22
*
Remove JSON serializer helpers
Aric Hagberg
2014-04-20
1
-49
/
+0
*
JSON graph fix to handle unicode dict keys
Aric Hagberg
2013-10-22
1
-0
/
+14
*
Fix multigraph handling with node-link format.
Aric Hagberg
2013-01-26
1
-4
/
+7
*
Whitespace cleanup. Copy before pop.
Aric Hagberg
2013-01-26
1
-1
/
+12
[next]