summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* Default to NumPy for simrank_similarity (#4841)Jarrod Millman2021-05-301-0/+4
* Use scipy to compute eigenvalues (#4847)Jarrod Millman2021-05-301-0/+2
* Add dtype argument to adjacency_matrix (#4850)Jarrod Millman2021-05-271-0/+4
* Remove unused `normalized` parameter from communicability_betweenness_central...Dan Schult2021-05-271-0/+3
* Draft 2.6 release notes (#4828)Ross Barnowski2021-05-261-4/+115
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-0/+2
* Deprecate run (#4833)Jarrod Millman2021-05-241-1/+2
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-0/+2
* Deprecate preserve_random_state (#4826)Jarrod Millman2021-05-201-0/+2
* Link to guides (#4818)Jarrod Millman2021-05-191-2/+2
* Add `initial_graph` parameter to simple and dual Barábasi-Albert random grap...Ludovic Stephan2021-05-191-0/+3
* Restructure documentation (#4744)Jarrod Millman2021-05-1820-133/+1460
* Adding an iterative version of prefix tree (#4640)cpurmessur2021-03-131-0/+3
* Make main default branch (and remove gitwash) (#4649)Jarrod Millman2021-03-041-1/+2
* Deprecate Ordered graph classes (#4629)Ross Barnowski2021-03-041-0/+2
* Fix issue #3153: generalized modularity maximization (#3260)Xiaoyan Lu2021-02-231-0/+6
* Deprecate hub_matrix and authority_matrix (#4617)Ross Barnowski2021-02-191-0/+2
* Deprecate networkx.utils.empty_generator. (#4599)Ross Barnowski2021-02-131-0/+2
* Collect label propagation communities in one go (#4573)Mario Kostelac2021-02-121-0/+5
* Deprecate generate_unique_node (#4545)Dan Schult2021-02-011-1/+7
* Allow relabel_nodes mapping to have non-node keys that get ignored (#4466)Dan Schult2020-12-191-0/+5
* Deprecate iterable (#4448)Jarrod Millman2020-12-191-3/+2
* Drop Py3.6 support per NEP 29 (#4469)Jarrod Millman2020-12-171-1/+2
* Deprecate utils.misc.consume (#4449)Jarrod Millman2020-12-121-0/+2
* Deprecate jit (#4428)Jarrod Millman2020-12-101-1/+2
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-022-2/+2
* Update docstring for to_pandas_edgelist and add edgekey parameter (#4384)Dan Schult2020-11-241-0/+5
* Make nx.pagerank a wrapper around different implementations, use scipy one by...Mridul Seth2020-11-201-1/+5
* API: always use list of FancyArrowPatch rather than LineCollection (#4360)Thomas A Caswell2020-11-191-0/+8
* Improve test coverage for coreviews.py (#4355)Dan Schult2020-11-161-0/+3
* Deprecate nx_shp (#4298)Jarrod Millman2020-11-131-0/+2
* Update tests and docs for has_eulerian_path (#4344)cpurmessur2020-11-131-0/+3
* Sphinx33 (#4342)Jarrod Millman2020-11-121-0/+1
* Deprecate gpickle (#4282)Jarrod Millman2020-10-291-0/+2
* Deprecate nx_yaml (#4281)Jarrod Millman2020-10-291-1/+3
* Update homepage URL (#4285)Jarrod Millman2020-10-258-17/+17
* Deprecate utils.is_list_of_ints (#4280)Ross Barnowski2020-10-241-0/+3
* Deprecate `utils.is_iterator` (#4279)Ross Barnowski2020-10-241-0/+3
* MAINT: Deprecate numpy matrix conversion functions (#4238)Ross Barnowski2020-10-071-0/+3
* to_numpy/scipy array functions should not allow non-nodes in nodelist (#4216)Dan Schult2020-09-251-0/+4
* Remove _CholeskySolverJarrod Millman2020-09-151-1/+2
* Make optional dependencies default on CPythonJarrod Millman2020-09-151-0/+1
* Fixed "topolgical_sort" typo (#4211)Milo Trujillo2020-09-141-1/+1
* Prep 2.6 releaseJarrod Millman2020-08-222-459/+501
* Update release notesJarrod Millman2020-08-221-2/+22
* Update deprecations in release notes (#4166)Jarrod Millman2020-08-161-1/+15
* First Draft of Release Notes for v2.5 (#4159)Dan Schult2020-08-161-4/+414
* Docs update (#4161)Dan Schult2020-08-161-0/+38
* Format w/ blackJarrod Millman2020-07-101-20/+21
* Remove trailing spacesJarrod Millman2020-07-105-55/+55