summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update release processJarrod Millman2022-05-211-7/+4
* Bump release versionJarrod Millman2022-05-212-1/+7
* Designate 2.8.2 releasenetworkx-2.8.2Jarrod Millman2022-05-214-7/+38
* Add examples & improve documentation of voterank (#5500)Dilara Tekinoglu2022-05-201-2/+19
* Fix __setstate__ for OutEdgeView subclasses, read _adjdict from state (#5657)Mridul Seth2022-05-202-4/+33
* Bump release versionJarrod Millman2022-05-201-1/+1
* MAINT: Update dfs_test with more comprehensive tests (#5654)Mridul Seth2022-05-181-7/+11
* Bump release versionJarrod Millman2022-05-182-1/+7
* Fix doc deployJarrod Millman2022-05-181-1/+1
* Designate 2.8.1 releasenetworkx-2.8.1Jarrod Millman2022-05-185-103/+142
* Update release notesJarrod Millman2022-05-181-14/+78
* Fix typo (#5652)Guillem Francès2022-05-181-1/+1
* added examples on chain decomposition (#5641)Lukong1232022-05-171-0/+6
* added examples to covering.py (#5646)Lukong1232022-05-171-0/+13
* DOC: remove note re: non-existant param (#5648)Tatsuya Shimoda2022-05-161-2/+0
* doc: fix typos in docstring and comment (#5647)danielolsen2022-05-162-2/+2
* Added docstring examples to matching functions (#5617)Lukong1232022-05-161-0/+36
* Added example under unary operators (#5625)Lukong1232022-05-141-0/+20
* DOC: fix up links, remove references to directed graphs, add proper cites (#5...Mridul Seth2022-05-141-9/+8
* Rm unnecessary input validation from moral_graph. (#5638)Ross Barnowski2022-05-141-3/+0
* Bump release versionJarrod Millman2022-05-131-1/+1
* Designate 2.8.1rc1 releasenetworkx-2.8.1rc1Jarrod Millman2022-05-131-1/+1
* Added examples in weakly_connected.py (#5593)Nikita Sharma2022-05-131-0/+16
* added example on moral graph (#5633)Lukong1232022-05-131-0/+12
* Build docs with Py 3.9 (#5632)Jarrod Millman2022-05-121-1/+1
* Use new ubunut LTS release (#5630)Jarrod Millman2022-05-123-5/+5
* Adjust the usage of nodes_or_number decorator (#5599)Dan Schult2022-05-127-117/+194
* Fix triadic census (#5575)Dan Schult2022-05-122-37/+176
* Disallow isolated nodes for Eulerian Path (#5616)Dilara Tekinoglu2022-05-123-16/+62
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-119-30/+74
* Replace np.flip with indexing in layouts. (#5623)Ross Barnowski2022-05-111-2/+2
* Remove `_mat_spect_approx` in favor of simpler procedure (#5624)Ross Barnowski2022-05-111-62/+5
* Update GH actions (#5622)Jarrod Millman2022-05-105-19/+18
* Added examples in connected and strongly connected functions (#5559)Nikita Sharma2022-05-092-0/+27
* Corrected the documentation of find_negative_cycle() solving issue #5610 (#5613)Nikita Sharma2022-05-091-3/+9
* Distance measures example (#5608)Lukong1232022-05-091-0/+47
* Added documentation for branching_weight() solving issue #5553 (#5558)Nikita Sharma2022-05-091-0/+25
* Fixes #5403: Errors on non-distinct bipartite node sets (#5442)Aaron Z2022-05-085-2/+41
* Cache `nodes` property on Graph (#5600)Stefan van der Walt2022-05-082-7/+7
* improve docstring for read_doc, see issue #5604 (#5605)Horst JENS2022-05-051-1/+1
* Add a space in an error (#5601)Omkaar2022-05-041-3/+1
* Update numpydoc (#5580)Jarrod Millman2022-04-291-1/+1
* Update .degree() docs: outdated return type (#5529)Brit2022-04-284-27/+16
* Use sets instead of lists for collecting flowfuncs in tests. (#5589)Ross Barnowski2022-04-271-6/+6
* Fix reference in label_propagation_communities docstring (#5588)William Allen2022-04-271-1/+1
* Add examples to compose operation (#5583)Dilara Tekinoglu2022-04-271-0/+29
* replace induced_subgraph example with directly relevant example (#5576)Brian A. Heckman2022-04-251-2/+4
* MAINT: Fix sphinx build errors and warnings (#5571)Mridul Seth2022-04-253-3/+5
* Fix issue probably-meant-fstring found at https://codereview.doctor (#5574)code-review-doctor2022-04-242-2/+2
* fix greedy_modularity when multiple components exist. (#5550)Dan Schult2022-04-202-2/+27