summaryrefslogtreecommitdiff
path: root/networkx/readwrite/json_graph
Commit message (Expand)AuthorAgeFilesLines
* Use unpacking operator on dicts to prevent constructing intermediate objects ...DiamondJoseph2023-05-023-15/+8
* Lint using Ruff (#6371)danieleades2023-02-194-25/+37
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+0
* Add missing asserts to tests (#6039)DiamondJoseph2022-10-124-7/+7
* Propose to make new node_link arguments keyword only. (#5928)Ross Barnowski2022-08-171-1/+9
* Bump nodelink args deprecation expiration to v3.2 (#5933)Ross Barnowski2022-08-171-6/+6
* signature change for `node_link` functions: for issue #5787 (#5899)Kevin Brown2022-08-112-44/+232
* remove old attr keyword from json_graph/tree (#5785)Matt Schwennesen2022-06-162-86/+2
* update cytoscape functions to drop old signature (#5784)Dan Schult2022-06-162-88/+2
* Rm jit.py (#5751)Dilara Tekinoglu2022-06-153-185/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-029-1/+15
* Deprecate `to_tuple` (#5430)Ross Barnowski2022-03-281-2/+18
* Add exception for unconnected graph (#5287)Dimitrios Papageorgiou2022-01-282-0/+7
* Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)Ross Barnowski2021-12-122-10/+12
* Remove dictionary from signature of tree_graph and tree_data (#4786)Ross Barnowski2021-05-184-158/+243
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-092-10/+9
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-2/+2
* Deprecate jit (#4428)Jarrod Millman2020-12-101-0/+14
* Add FutureWarning in preparation for simplifying cytoscape function signature...Ross Barnowski2020-11-122-8/+69
* Improve readwrite test coverage (#4310)Jarrod Millman2020-10-311-1/+7
* fix "see also" links in json_graph.tree (#4222)wim glenn2020-09-281-2/+2
* DOC: Update docstrings in cytoscape module (#4180)Ross Barnowski2020-09-101-2/+81
* fix issue #4173: cytoscape_graph(input_data) did modify the original data (#4...Carlos González Rotger2020-08-252-2/+11
* Format python in docstrings (#4168)Jarrod Millman2020-08-194-13/+15
* Format w/ blackJarrod Millman2020-07-1010-153/+160
* added default arg for json dumps for jit_data func (#3891)Pedro Ortale2020-04-061-2/+6
* Upgrade to Py36 syntaxJarrod Millman2020-01-014-12/+12
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-115-32/+2
* Remove old Python 2 codeJarrod Millman2019-11-101-1/+1
* Deprecate make_strJarrod Millman2019-10-212-7/+6
* PEP8 fixesJarrod Millman2019-10-184-13/+6
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-124-21/+21
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-2/+2
* Remove unused importsJarrod Millman2019-10-125-5/+5
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-125-56/+56
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Allow jit_graph to read json string or json object (#3628)Dan Schult2019-10-032-4/+14
* Update copyrightJarrod Millman2019-03-302-2/+2
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-185-8/+8
* Pep8 fixesJarrod Millman2018-01-206-77/+76
* Update copyrightJarrod Millman2018-01-202-2/+2
* Add directed graphs support for jit_graph reading (#2753)Louis Gatin2018-01-082-4/+40
* Removed unused imports (#2653)James Lamb2017-10-018-10/+7
* Fix links (#2663)Jarrod Millman2017-09-111-4/+4
* Simplify base classes. (#2604)Dan Schult2017-08-129-26/+26
* Update copyrightJarrod Millman2017-07-252-2/+2
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-263-13/+25
* Fixed bug on custom attrs usage: unavailable iteritems method for dict.Ramil Nugmanov2017-05-252-7/+20
* Merge pull request #2366 from rhilenova/bugfix-for-issues-2328-and-2332Aric Hagberg2017-04-022-16/+29
|\