summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Designate 2.6.3 releasenetworkx-2.6.3v2.6Jarrod Millman2021-09-091-1/+1
* Fix modularity functions (#5072)Jarrod Millman2021-09-097-274/+694
* Bump release versionJarrod Millman2021-09-081-1/+1
* Designate 2.6.2 releasenetworkx-2.6.2Jarrod Millman2021-07-262-7/+1
* Update release processJarrod Millman2021-07-261-6/+5
* Remove default dependencies (#4967)Jarrod Millman2021-07-2310-38/+23
* Bump release versionJarrod Millman2021-07-091-1/+1
* Bump release versionJarrod Millman2021-07-082-1/+7
* Designate 2.6.1 releasenetworkx-2.6.1Jarrod Millman2021-07-084-9/+2
* Bump release versionJarrod Millman2021-07-082-1/+7
* Update release processJarrod Millman2021-07-082-2/+4
* Designate 2.6 releasenetworkx-2.6Jarrod Millman2021-07-081-1/+1
* Finalize 2.6 release notes (#4958)Jarrod Millman2021-07-084-247/+736
* Fix version pull down (#4954)Jarrod Millman2021-07-071-2/+1
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-0710-44/+35
* `descendants_at_distance` also for non-DiGraphs (#4952)Michael Dorner2021-07-071-2/+2
* Fix neighbor degree for directed graphs (#4948)Dan Schult2021-07-072-44/+57
* fix typo for PR number of deprecation (#4949)Dan Schult2021-07-061-1/+1
* Add matrix market to readwrite reference (#4934)Ross Barnowski2021-07-032-0/+101
* split out deprecation. remove all changes to neighbor_degree (#4937)Dan Schult2021-07-014-15/+25
* fix trouble with init_cycle argument to two TSP functions (#4938)Dan Schult2021-06-302-10/+17
* fix spelling in docstring of conftest.py (#4945)Dan Schult2021-06-301-1/+1
* Fix numeric and degree assortativity coefficient calculation (#4928)Vitaliy Pozdnyakov2021-06-303-10/+38
* Minor Improvements on Networkx/algorithms/community/quality.py (#4939)Dimitrios Papageorgiou2021-06-301-9/+11
* Fixes #4275 - Add comment to parallel betweenness example (#4926)Alex Korbonits2021-06-281-1/+5
* move partition checking outside private _quotient_graph function (#4931)Dan Schult2021-06-281-3/+14
* Expand destringizer example in read_gml docstring (#4925)Randy2021-06-281-1/+13
* Page number for Katz centrality reference (#4932)Chris McBride2021-06-261-1/+1
* quotient_graph doc fix (#4930)Anthony Wilder Wohns2021-06-261-4/+3
* Add 3.0 migration guide (#4927)Jarrod Millman2021-06-252-0/+48
* Bump release versionJarrod Millman2021-06-223-14/+8
* Designate 2.6rc2 releasenetworkx-2.6rc2Jarrod Millman2021-06-223-9/+11
* Update release process (#4866)Jarrod Millman2021-06-221-2/+2
* Update read_gml docstring with destringizer ex (#4916)Randy2021-06-221-15/+16
* Deprecate numeric_mixing_matrix. (#4923)Ross Barnowski2021-06-224-0/+18
* Fix assortativity coefficent calculation (#4851)Vitaliy Pozdnyakov2021-06-226-40/+173
* Fix graph_class usage in to_undirected method (#4912)Tomohiro Endo2021-06-222-2/+49
* Update docstrings for dfs and bfs edges and fix cross links (#4900)Ross Barnowski2021-06-213-34/+40
* Remove decorator dependency (#4739)Kelly Boothby2021-06-2119-282/+1258
* Doc/fix 403 error drawing custom icons (#4906)Ross Barnowski2021-06-164-12/+23
* Update arrows default value in draw_networkx. (#4883)Ross Barnowski2021-06-162-2/+33
* Raise ValueError if None is added as a node. (#4892)Dan Schult2021-06-158-22/+55
* bugfix-for-issue-4353: modify default edge_id format (#4842)Berlin Cho2021-06-142-5/+158
* Decode GraphML/yEd shape type (#4694)Attila Nagy2021-06-142-3/+45
* Fix conda instructions (#4884)Jarrod Millman2021-06-095-10/+19
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-0835-51/+50
* Deserializing custom default properties graph ml (#4872)Jeroen Bergmans2021-06-072-2/+48
* spring_layout: ignore 'fixed' nodes not in the graph nodes (#4867)Danylo Ulianych2021-06-062-1/+4
* Reformatted table to address issue #4852 (#4875)Salim BELHADDAD2021-06-061-11/+13
* Fix docstring typo (#4871)Jarrod Millman2021-06-041-2/+2