summaryrefslogtreecommitdiff
path: root/networkx/classes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate info (#5341)Jarrod Millman2022-02-191-0/+9
* More numpy.matrix cleanups for NX2.7 (#5319)Ross Barnowski2022-02-124-16/+16
* Fixed inconsistent documentation for nbunch parameter in DiGraph.edges() (#5037)Anutosh Bhat2021-12-124-8/+8
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-172-3/+3
* Drop Py37 (#5143)Jarrod Millman2021-10-234-7/+7
* Change exception varname e to err (#5130)Dan Schult2021-10-155-30/+30
* Minor updates to tutorial.rst and add docstring for data method of nodes/edge...Ross Barnowski2021-09-141-0/+134
* Style changes (#5022)Dan Schult2021-08-142-12/+3
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-071-1/+1
* Fix graph_class usage in to_undirected method (#4912)Tomohiro Endo2021-06-222-2/+49
* Raise ValueError if None is added as a node. (#4892)Dan Schult2021-06-156-6/+49
* Remove "networkx" from top-level networkx namespace (#4840)Ross Barnowski2021-05-311-4/+4
* add special processing of `multigraph_input` upon graph init (#4823)Dan Schult2021-05-274-7/+177
* Fix bad import pattern (#4839)Ross Barnowski2021-05-264-0/+8
* Refactor testing utilities (#4829)Jarrod Millman2021-05-267-119/+114
* Fix to_undirected doc typo (#4821)Justin Cai2021-05-202-2/+2
* Update black (#4814)Jarrod Millman2021-05-182-5/+5
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-161-3/+1
* TST: be more explicit about instance comparison. (#4748)Ross Barnowski2021-04-211-3/+3
* Deprecate Ordered graph classes (#4629)Ross Barnowski2021-03-041-4/+87
* Remove attr_dict from parameters list in the docstring (#4642)Oleh Marshev2021-02-271-3/+0
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-093-2/+4
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-126-33/+28
* Add coreview objects to documentation (#4431)Ross Barnowski2020-12-071-1/+3