summaryrefslogtreecommitdiff
path: root/networkx/classes/digraph.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-3/+3
* Fix docstrings (#6329)Jarrod Millman2023-01-041-2/+2
* fix warnings for make doctest (#6323)Dan Schult2023-01-041-1/+1
* doc: update documentation when providing an iterator over current graph to ad...Sultan Orazbayev2022-12-121-0/+51
* Di graph edges doc fix (#6108)nsengaw4c2022-11-141-2/+11
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-1/+1
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-161-9/+55
* Move factory attributes to the class instead of instance. (#5850)Dan Schult2022-07-151-7/+0
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-6/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-4/+4
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-111-9/+21
* Update .degree() docs: outdated return type (#5529)Brit2022-04-281-7/+4
* Fix missing backticks (#5381)Matthias Bussonnier2022-03-091-2/+2
* 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
* Fix graph_class usage in to_undirected method (#4912)Tomohiro Endo2021-06-221-2/+2
* Raise ValueError if None is added as a node. (#4892)Dan Schult2021-06-151-0/+12
* Fix bad import pattern (#4839)Ross Barnowski2021-05-261-0/+2
* 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-5/+4
* 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-22/+11
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-45/+47
* Format w/ blackJarrod Millman2020-07-101-21/+29
* 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/+19
* Update links to Py3 docs (#4042)Jarrod Millman2020-07-021-1/+1
* Remove whitespace (#3816)Whi Kwon2020-02-061-1/+1
* Convert %-format to fstringJarrod Millman2020-01-011-6/+5
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* remove tests of deprecated views and fix use of deprecated G.nodeDan Schult2019-10-121-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-8/+8
* replace deprecated fresh_copy with __class__ (#3278)Antoine Prouvost2018-12-241-1/+1
* Replaced deprecated usage of ReverseView with reverse_view (#3256)Øyvind Heddeland Instefjord2018-11-261-1/+1
* implemented node_attr_dict_factory and graph_attr_dict_factory. (#3205)Ramil Nugmanov2018-10-271-11/+26
* doc: extend documentation for methods predecessors and successors. (#3114)Leo Torres2018-08-071-1/+38
* Fix adjlist factory bug in DiGraph (#3101)Dan Schult2018-07-311-4/+4
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-166/+16
* Update docs for G.copy and set_*_attributes. (#3024)Dan Schult2018-06-191-8/+7
* speedup of filters for induced subgraph (#3017)Dan Schult2018-06-171-0/+20
* Remove cyclic reference in G.root_graph (#3014)Dan Schult2018-06-161-2/+1
* Remove circular references between graphs and views. (#3011)Dan Schult2018-06-141-30/+5
* Misc. typos (#2872)luzpaz2018-02-141-2/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-2/+0
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-26/+26
* Adjust docs for graph class edge attrib assignment (#2817)Dan Schult2018-01-081-2/+4
* Speedups for subgraph and copy methods (#2744)Dan Schult2017-11-091-3/+3