summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Designate 2.7 releasenetworkx-2.7Jarrod Millman2022-02-282-7/+1
* Finalize release notesJarrod Millman2022-02-283-200/+415
* Fix docs (#5364)Jarrod Millman2022-02-282-11/+32
* Fix spiral_layout when equidistant=True (#5354)Anutosh Bhat2022-02-272-4/+17
* Remove stuff conda doesn't support (#5361)Jarrod Millman2022-02-264-5/+5
* Use np.random.default_rng in example + other updates. (#5356)Ross Barnowski2022-02-221-7/+10
* Update mentored project info with the expected time commitment (#5349)Mridul Seth2022-02-201-0/+7
* Update release process (#5348)Jarrod Millman2022-02-192-5/+6
* Bump release versionJarrod Millman2022-02-191-1/+1
* Designate 2.7rc1 releasenetworkx-2.7rc1Jarrod Millman2022-02-191-1/+1
* Test on 3.11-dev (#5339)Jarrod Millman2022-02-192-13/+13
* Fix pandas warning (#5346)Jarrod Millman2022-02-192-2/+2
* Deprecate info (#5341)Jarrod Millman2022-02-194-9/+21
* Add pickle and yaml migration info (#5345)Jarrod Millman2022-02-191-0/+26
* First pass at 2.7 release notes. (#5342)Ross Barnowski2022-02-181-2/+134
* Deprecate `to_numpy_recarray` (#5330)Ross Barnowski2022-02-185-0/+28
* Add structured dtypes to `to_numpy_array` (#5324)Ross Barnowski2022-02-182-3/+172
* Update release requirements (#5338)Jarrod Millman2022-02-181-2/+2
* Update matching functions for error validation and speed (#4897)Dan Schult2022-02-183-40/+107
* Add support for `numpy.random.Generator` (#5336)Ross Barnowski2022-02-182-10/+54
* sampling from dict_keys objects is deprecated. (#5337)Ross Barnowski2022-02-181-1/+1
* MAINT: Remove unnecessary helper functions, use inbuilt methods for line grap...Mridul Seth2022-02-132-105/+53
* Add support for finding maximal cliques containing a set of nodes (#5172)Achille Nazaret2022-02-132-51/+152
* Keep omega within [-1, 1] bounds (#5216)Fabrizio Kuruc2022-02-123-21/+50
* Use pytest-mpl (#4579)Jarrod Millman2022-02-128-8/+121
* MAINT: Cleanup link analysis module, remove unused variables (#5306)Mridul Seth2022-02-125-28/+30
* Potential resolution to full paths to functions in docs (#5049)Ross Barnowski2022-02-122-0/+6
* Add informative exception for drawing multiedge labels. (#5316)Ross Barnowski2022-02-122-0/+22
* MAINT: Cleanup assortativity module, remove unused variables (#5301)Mridul Seth2022-02-1210-25/+69
* More numpy.matrix cleanups for NX2.7 (#5319)Ross Barnowski2022-02-1210-27/+26
* Update `draw_<layout>` docstrings with usage examples (#5264)Ross Barnowski2022-02-121-37/+172
* Deprecate `make_small_graph` and `make_small_undirected_graph` (#5283)Ross Barnowski2022-02-124-0/+42
* Rm unused AbstractSet. (#5317)Ross Barnowski2022-02-121-1/+0
* Document default dtype in to_numpy_recarray docstring. (#5315)Ross Barnowski2022-02-101-1/+1
* Update pygraphviz (#5314)Jarrod Millman2022-02-091-1/+1
* DOC: Update documentation to include callables for weight argument (#5307)Mridul Seth2022-02-062-22/+102
* Update scipy (#5276)Jarrod Millman2022-02-051-1/+1
* Update test requirements (#5304)Jarrod Millman2022-02-041-2/+2
* DOC: change status to accepted for NXEP2, add resolution (#5297)Mridul Seth2022-02-041-1/+16
* Add FutureWarning to `attr_matrix` to notify users of return type change (#5300)Ross Barnowski2022-02-044-1/+19
* Update to stable version of black (#5296)Jarrod Millman2022-02-021-4/+4
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-0113-211/+243
* Add weights to karate club graph (#5285)kpberry2022-01-316-58/+86
* Fixing Tarjan's strongly connected components algorithm implementation to hav...Alejandro Candioti2022-01-301-1/+2
* Add exception for unconnected graph (#5287)Dimitrios Papageorgiou2022-01-282-0/+7
* Fix: Update louvain_partitions for threshold (update mod to new_mod in each l...Cirus Thenter2022-01-282-0/+13
* Refactor `to_numpy_array` with advanced indexing (#5250)Ross Barnowski2022-01-272-89/+92
* Use from_dict_of_lists instead of make_small_graph in generators.small (#5267)Ross Barnowski2022-01-272-214/+231
* Make small graph generator node test more specific. (#5282)Ross Barnowski2022-01-271-22/+22
* Fix lowest_common_ancestors (issue #4942) (#5086)James Trimble2022-01-262-1/+7