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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unpacking operator on dicts to prevent constructing intermediate objects ...
DiamondJoseph
2023-05-02
3
-15
/
+8
*
Lint using Ruff (#6371)
danieleades
2023-02-19
4
-25
/
+37
*
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
*
Propose to make new node_link arguments keyword only. (#5928)
Ross Barnowski
2022-08-17
1
-1
/
+9
*
Bump nodelink args deprecation expiration to v3.2 (#5933)
Ross Barnowski
2022-08-17
1
-6
/
+6
*
signature change for `node_link` functions: for issue #5787 (#5899)
Kevin Brown
2022-08-11
2
-44
/
+232
*
remove old attr keyword from json_graph/tree (#5785)
Matt Schwennesen
2022-06-16
2
-86
/
+2
*
update cytoscape functions to drop old signature (#5784)
Dan Schult
2022-06-16
2
-88
/
+2
*
Rm jit.py (#5751)
Dilara Tekinoglu
2022-06-15
3
-185
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
9
-1
/
+15
*
Deprecate `to_tuple` (#5430)
Ross Barnowski
2022-03-28
1
-2
/
+18
*
Add exception for unconnected graph (#5287)
Dimitrios Papageorgiou
2022-01-28
2
-0
/
+7
*
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
4
-158
/
+243
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
2
-10
/
+9
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-2
/
+2
*
Deprecate jit (#4428)
Jarrod Millman
2020-12-10
1
-0
/
+14
*
Add FutureWarning in preparation for simplifying cytoscape function signature...
Ross Barnowski
2020-11-12
2
-8
/
+69
*
Improve readwrite test coverage (#4310)
Jarrod Millman
2020-10-31
1
-1
/
+7
*
fix "see also" links in json_graph.tree (#4222)
wim glenn
2020-09-28
1
-2
/
+2
*
DOC: Update docstrings in cytoscape module (#4180)
Ross Barnowski
2020-09-10
1
-2
/
+81
*
fix issue #4173: cytoscape_graph(input_data) did modify the original data (#4...
Carlos González Rotger
2020-08-25
2
-2
/
+11
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
4
-13
/
+15
*
Format w/ black
Jarrod Millman
2020-07-10
10
-153
/
+160
*
added default arg for json dumps for jit_data func (#3891)
Pedro Ortale
2020-04-06
1
-2
/
+6
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
4
-12
/
+12
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
5
-32
/
+2
*
Remove old Python 2 code
Jarrod Millman
2019-11-10
1
-1
/
+1
*
Deprecate make_str
Jarrod Millman
2019-10-21
2
-7
/
+6
*
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
2
-4
/
+14
*
Update copyright
Jarrod Millman
2019-03-30
2
-2
/
+2
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
5
-8
/
+8
*
Pep8 fixes
Jarrod Millman
2018-01-20
6
-77
/
+76
*
Update copyright
Jarrod Millman
2018-01-20
2
-2
/
+2
*
Add directed graphs support for jit_graph reading (#2753)
Louis Gatin
2018-01-08
2
-4
/
+40
*
Removed unused imports (#2653)
James Lamb
2017-10-01
8
-10
/
+7
*
Fix links (#2663)
Jarrod Millman
2017-09-11
1
-4
/
+4
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
9
-26
/
+26
*
Update copyright
Jarrod Millman
2017-07-25
2
-2
/
+2
*
Move data structure to private names and replace with readonly structures (#2...
Dan Schult
2017-06-26
3
-13
/
+25
*
Fixed bug on custom attrs usage: unavailable iteritems method for dict.
Ramil Nugmanov
2017-05-25
2
-7
/
+20
*
Merge pull request #2366 from rhilenova/bugfix-for-issues-2328-and-2332
Aric Hagberg
2017-04-02
2
-16
/
+29
|
\
[next]