summaryrefslogtreecommitdiff
path: root/networkx/classes/graph.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Fix docstrings (#6329)Jarrod Millman2023-01-041-2/+2
* doc: update documentation when providing an iterator over current graph to ad...Sultan Orazbayev2022-12-121-0/+69
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-1/+1
* Add cache reset for when G._node is changed (#5894)Dan Schult2022-07-251-0/+23
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-161-3/+24
* Move factory attributes to the class instead of instance. (#5850)Dan Schult2022-07-151-7/+0
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-5/+0
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-1/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+2
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-111-3/+6
* Cache `nodes` property on Graph (#5600)Stefan van der Walt2022-05-081-7/+3
* Update .degree() docs: outdated return type (#5529)Brit2022-04-281-6/+4
* More numpy.matrix cleanups for NX2.7 (#5319)Ross Barnowski2022-02-121-4/+4
* Fixed inconsistent documentation for nbunch parameter in DiGraph.edges() (#5037)Anutosh Bhat2021-12-121-3/+3
* Change exception varname e to err (#5130)Dan Schult2021-10-151-8/+8
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-071-1/+1
* Raise ValueError if None is added as a node. (#4892)Dan Schult2021-06-151-1/+13
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+2
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-161-3/+1
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-6/+8
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-1/+1
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-1/+1
* TST: Refactor to improve coverage. (#4307)Ross Barnowski2020-10-311-8/+9
* Add nx.info to str dunder for graph classes (#4241)Ross Barnowski2020-10-091-5/+16
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+2
* rewrite add_nodes_from to relax code meant to allow ironpython pre-2.7.5 (#4200)Dan Schult2020-09-101-20/+10
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-74/+89
* Format w/ blackJarrod Millman2020-07-101-24/+32
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-8/+8
* Add method to clear edges only (#3477)Paolo Lammens2020-07-051-0/+15
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-021-3/+3
* Fix documentation typo (#3965)Zachary Lawrence2020-05-181-2/+2
* Update string formatJarrod Millman2020-01-011-2/+2
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Convert %-format to fstringJarrod Millman2020-01-011-5/+4
* Sample code for subgraph copy: add parenthesis to is_multigraph (#3734)Suny Kim2019-11-271-1/+1
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Update docs to be more accurate about speed of G.neighbors (#3699)Dan Schult2019-10-301-2/+1
* Remove unused importsJarrod Millman2019-10-211-1/+1
* Remove unused importsJarrod Millman2019-10-181-3/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Remove deprecated functions and methods. add to release notes.Dan Schult2019-10-121-42/+0
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Fix and Improve docstrings in graph.py (#3569)Salim BELHADDAD2019-09-041-2/+11
* Fix a typo in docstring for get_edge_data (#3564)Søren Fuglede Jørgensen2019-08-311-1/+1
* Typo fix (#3424)Andy Garfield2019-05-071-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1