summaryrefslogtreecommitdiff
path: root/networkx/classes/function.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-4/+1
* Add clear edges method to the list of methods to be frozen by the nx.… (#6190)Adam Richardson2022-11-151-0/+1
* Minor docstring touchups and test refactor for `is_path` (#5967)Ross Barnowski2022-09-081-7/+5
* Change is_path to return False when node not in G instead of raising exceptio...pmlpm19862022-09-061-1/+6
* Updated networkx/classes/function.py . Solves Issue #5463 (#5474)0ddoe_s2022-08-231-0/+28
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-46/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-3/+2
* replace induced_subgraph example with directly relevant example (#5576)Brian A. Heckman2022-04-251-2/+4
* Correct typo in docstring (int -> float) (#5398)Sultan Orazbayev2022-03-181-2/+2
* Deprecate info (#5341)Jarrod Millman2022-02-191-0/+9
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Update black (#4814)Jarrod Millman2021-05-181-3/+3
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-0/+2
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* Test and document missing nodes/edges in set_{node/edge}_attributes (#4346)Ross Barnowski2020-11-131-0/+19
* Add nx.info to str dunder for graph classes (#4241)Ross Barnowski2020-10-091-17/+8
* MAINT: Update nx.info (#4193)Andrew Eckart2020-10-011-18/+12
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-34/+33
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-3/+0
* Add function to calculate path cost for a specified path (#4069)Danny Niquette2020-07-261-1/+64
* Allow G.remove_edges_from(nx.selfloops_edges(G)) (#4080)Dan Schult2020-07-201-1/+1
* Format w/ blackJarrod Millman2020-07-101-46/+91
* Remove trailing spacesJarrod Millman2020-07-101-1/+1
* Fixing docs for nx.info(), along with necessary tests (#3893)Pradeep Reddy Raamana2020-04-061-1/+15
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* Convert %-format to fstringJarrod Millman2020-01-011-11/+10
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Remove unused importsJarrod Millman2019-10-181-4/+0
* Document subgraph_view (#3627)Anton Lodder2019-10-081-12/+6
* fix to_directed function (#3599)Salim BELHADDAD2019-09-241-1/+1
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-16/+16
* adding support for singleton in add_path and add_star (#3285)Tanay Gahlot2019-01-021-2/+12
* fix frozen function (#3279)Eyal2018-12-241-1/+1
* replace deprecated fresh_copy with __class__ (#3278)Antoine Prouvost2018-12-241-1/+1
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-36/+23
* Update docs for G.copy and set_*_attributes. (#3024)Dan Schult2018-06-191-10/+17
* Remove cyclic reference in G.root_graph (#3014)Dan Schult2018-06-161-7/+7
* Update docs for set_node-edge_attributes per #2916 (#2920)Dan Schult2018-04-021-0/+6
* Misc. typos (#2872)luzpaz2018-02-141-3/+3
* Corrected some variable names in documentation. (#2860)Mads Jensen2018-01-311-0/+6
* Update copyrightJarrod Millman2018-01-201-1/+1
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-16/+16
* fix add_path to add the first node when the length of the given node list is oneSanghack Lee2017-11-181-1/+7
* Fix links (#2663)Jarrod Millman2017-09-111-2/+2
* Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)Dan Schult2017-09-071-1/+1
* Unravel subgraph chains (#2635)Dan Schult2017-08-261-2/+25
* Update docsJarrod Millman2017-08-181-1/+1