summaryrefslogtreecommitdiff
path: root/networkx/classes
Commit message (Expand)AuthorAgeFilesLines
* Handle weights as `distance=` in testing dispatch (#6671)Erik Welch2023-05-131-0/+3
* Allow multiple graphs for `@nx._dispatch` (#6628)Jim Kitchen2023-04-251-38/+74
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-282-2/+94
* Fix len operation of UnionAtlas (#6478)Dan Schult2023-03-142-3/+3
* tweak `test_override_dispatch` to allow G keyword (#6499)Erik Welch2023-03-131-1/+7
* Ignore weakrefs when testing for memory leak (#6466)Erik Welch2023-03-111-1/+14
* Allow first argument to be passed as kwarg in dispatcher (#6471)Dan Schult2023-03-112-1/+21
* Lint using Ruff (#6371)danieleades2023-02-1912-130/+117
* Update developer requirements (#6429)Jarrod Millman2023-02-141-2/+2
* DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)Ross Barnowski2023-01-131-21/+18
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Fix docstrings (#6329)Jarrod Millman2023-01-042-4/+4
* fix warnings for make doctest (#6323)Dan Schult2023-01-042-2/+4
* doc: update documentation when providing an iterator over current graph to ad...Sultan Orazbayev2022-12-123-0/+137
* Add clear edges method to the list of methods to be frozen by the nx.… (#6190)Adam Richardson2022-11-152-0/+14
* Di graph edges doc fix (#6108)nsengaw4c2022-11-142-4/+13
* Add ThinGraph example to Multi*Graph doc_strings (#6160)nsengaw4c2022-11-092-0/+42
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-082-0/+225
* Update pytest (#6165)Jarrod Millman2022-11-012-12/+12
* Improve test coverage for digraph class (#6130)Alimi Qudirah2022-10-271-0/+4
* Improve test coverage for multidigraph class (#6131)Alimi Qudirah2022-10-271-0/+4
* Improve test coverage for graph class (#6105)Alimi Qudirah2022-10-251-0/+5
* Improve test coverage for multigraph class (#6101)Alimi Qudirah2022-10-211-0/+3
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-125-6/+5
* Minor docstring touchups and test refactor for `is_path` (#5967)Ross Barnowski2022-09-082-19/+15
* Change is_path to return False when node not in G instead of raising exceptio...pmlpm19862022-09-062-1/+10
* Updated networkx/classes/function.py . Solves Issue #5463 (#5474)0ddoe_s2022-08-231-0/+28
* Add cache reset for when G._node is changed (#5894)Dan Schult2022-07-252-0/+28
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-167-26/+117
* Move factory attributes to the class instead of instance. (#5850)Dan Schult2022-07-154-16/+0
* Update tests in base class and simple rename in convert.py (#5848)Dan Schult2022-07-152-10/+52
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-129-284/+4
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-213-79/+2
* Remove copy methods for Filter* coreviews (#5776)Mridul Seth2022-06-212-183/+0
* Touchups to MG and MDG edges docstrings. (#5708)Ross Barnowski2022-06-092-16/+20
* Some more changes to make pytest-randomly happy (#5719)Mridul Seth2022-06-091-1/+5
* Update multigraph docstrings to reflect `remove_edges_from` behavior. (#5699)Ross Barnowski2022-06-082-8/+44
* Another catch by pytest-randomly (#5685)Mridul Seth2022-06-021-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0218-40/+51
* Update subgraph views tests to pass with out of order execution (#5683)Mridul Seth2022-06-021-2/+10
* Fix __setstate__ for OutEdgeView subclasses, read _adjdict from state (#5657)Mridul Seth2022-05-202-4/+33
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-118-28/+71
* Cache `nodes` property on Graph (#5600)Stefan van der Walt2022-05-082-7/+7
* Update .degree() docs: outdated return type (#5529)Brit2022-04-284-27/+16
* replace induced_subgraph example with directly relevant example (#5576)Brian A. Heckman2022-04-251-2/+4
* Fixed wrong dict factory usage on MultiDiGraph (#5456)FabianBall2022-04-044-1/+75
* Correct typo in docstring (int -> float) (#5398)Sultan Orazbayev2022-03-181-2/+2
* Multigraph docs update (#5389)Peter Mawhorter2022-03-141-49/+89
* Updated MultiDiGraph documentation to include more examples of actually (#5387)Peter Mawhorter2022-03-141-25/+48
* Fix missing backticks (#5381)Matthias Bussonnier2022-03-093-6/+6