summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
...
* Use generator to limit memory footprint of read_graph6. (#6519)Ross Barnowski2023-03-191-1/+1
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-1712-98/+78
* Improve test coverage for mst.py and bug fix in prim_mst_edges() (#6486)Navya Agarwal2023-03-172-0/+59
* Improve test coverage for edgelist.py (#6507)Navya Agarwal2023-03-171-0/+37
* Fix len operation of UnionAtlas (#6478)Dan Schult2023-03-142-3/+3
* Add docstring example to weighted.py (#6497)Navya Agarwal2023-03-141-0/+9
* Improve test coverage for astar.py (#6504)Navya Agarwal2023-03-141-0/+14
* tweak `test_override_dispatch` to allow G keyword (#6499)Erik Welch2023-03-131-1/+7
* Fix reference formatting in generator docstring. (#6493)Ross Barnowski2023-03-121-2/+2
* Ignore weakrefs when testing for memory leak (#6466)Erik Welch2023-03-111-1/+14
* Dispatch more BFS-based algorithms (#6467)Erik Welch2023-03-115-0/+9
* Fix negative edge cycle function raising exception for empty graph (#6473)Purvi Chaurasia2023-03-113-1/+7
* Allow first argument to be passed as kwarg in dispatcher (#6471)Dan Schult2023-03-112-1/+21
* Add docstring for dorogovtsev_goltsev_mendes generator (#6450)Ross Barnowski2023-03-021-2/+31
* Clean up similarity.py and use dataclasses for storing state (#5831)Mridul Seth2023-02-281-40/+28
* Added two tests for convert_numpy (#6455)Michael Holtz2023-02-281-0/+14
* Doc upgrade paley graph (#6399)Paula Pérez Bianchi2023-02-281-10/+10
* Start using ruff for pyupgrade and isort (#6441)Mridul Seth2023-02-251-1/+3
* Lint using Ruff (#6371)danieleades2023-02-19106-524/+505
* Fix reference in line.py-inverse_line_graph (#6434)Claudia Madrid2023-02-151-3/+4
* Update developer requirements (#6429)Jarrod Millman2023-02-1465-126/+83
* spectral bisection for graphs using fiedler vector (#6404)Mridul Seth2023-02-132-1/+88
* Added tests to test_directed.py. (#6208)Michael Holtz2023-02-121-0/+44
* Fix docstring heading title. (#6424)Ross Barnowski2023-02-121-4/+4
* Add dispatching to more shortest path algorithms (#6415)Erik Welch2023-02-083-0/+17
* Improve testing of bipartite projection. (#6196)Michael Holtz2023-02-051-0/+9
* Added new tests in test_clique.py (#6142)Paula Pérez Bianchi2023-02-051-0/+11
* Comment out unused unlayered dict construction. (#6411)Ross Barnowski2023-02-051-6/+11
* Delete warning in approximation documentation (#6221)Paula Pérez Bianchi2023-02-031-5/+5
* Document PageRank algo convergence condition (#6212)Alimi Qudirah2023-02-021-0/+2
* Fix link vonoroi (#6398)Paula Pérez Bianchi2023-01-311-7/+6
* Improve doc regular graphs (#6397)Paula Pérez Bianchi2023-01-301-1/+3
* Add generate / write "network text" (formerly graph_str) (#5602)Jon Crall2023-01-303-214/+1767
* Remove an instance of random.sample from a set (deprecated in Python 3.9) (#6...Erik Welch2023-01-201-1/+1
* Improve handling of create_using to allow Mixins of type Protocol (#6244)Dan Schult2023-01-182-1/+11
* provide tikz with degrees, not radians (#6360)Dima Pasechnik2023-01-171-2/+2
* Add reference to paper in vf2pp (#6373)Paula Pérez Bianchi2023-01-171-1/+7
* Fix equation in clustering documentation (#6369)Paula Pérez Bianchi2023-01-161-2/+1
* DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)Ross Barnowski2023-01-137-113/+109
* doc:improve doc of possible values of nodes and expected behaviour (#6333)Tina Oberoi2023-01-091-2/+4
* Laplace centrality for issue 4973 (#5399)Gabor Berei2023-01-094-0/+329
* Add clique examples and deprecate helper funtions (#6186)Ross Barnowski2023-01-083-77/+239
* Fix link in isomorphvf2.py (#6347)Paula Pérez Bianchi2023-01-071-1/+1
* Bump release versionJarrod Millman2023-01-071-1/+1
* Designate 3.0 releasenetworkx-3.0Jarrod Millman2023-01-071-1/+1
* Refactor vf2pp modules and test files (#6334)Dan Schult2023-01-0613-2229/+2142
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-0537-66/+66
* Fix docstrings (#6329)Jarrod Millman2023-01-042-4/+4
* Create a Tikz latex drawing feature for networkx (#6238)Dan Schult2023-01-043-0/+864
* fix whitespace issue in 'networkx.generators.tests.test_internet_as_g… (#6324)danieleades2023-01-041-20/+6