index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
classes
/
function.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-4
/
+1
*
Add clear edges method to the list of methods to be frozen by the nx.… (#6190)
Adam Richardson
2022-11-15
1
-0
/
+1
*
Minor docstring touchups and test refactor for `is_path` (#5967)
Ross Barnowski
2022-09-08
1
-7
/
+5
*
Change is_path to return False when node not in G instead of raising exceptio...
pmlpm1986
2022-09-06
1
-1
/
+6
*
Updated networkx/classes/function.py . Solves Issue #5463 (#5474)
0ddoe_s
2022-08-23
1
-0
/
+28
*
Remove deprecated function nx.info (#5759)
Mridul Seth
2022-06-21
1
-46
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-3
/
+2
*
replace induced_subgraph example with directly relevant example (#5576)
Brian A. Heckman
2022-04-25
1
-2
/
+4
*
Correct typo in docstring (int -> float) (#5398)
Sultan Orazbayev
2022-03-18
1
-2
/
+2
*
Deprecate info (#5341)
Jarrod Millman
2022-02-19
1
-0
/
+9
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-1
/
+1
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-2
/
+2
*
Update black (#4814)
Jarrod Millman
2021-05-18
1
-3
/
+3
*
Fix docstrings and remove unused variables (#4501)
Andrea Tomassilli
2021-01-09
1
-0
/
+2
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-1
/
+1
*
Test and document missing nodes/edges in set_{node/edge}_attributes (#4346)
Ross Barnowski
2020-11-13
1
-0
/
+19
*
Add nx.info to str dunder for graph classes (#4241)
Ross Barnowski
2020-10-09
1
-17
/
+8
*
MAINT: Update nx.info (#4193)
Andrew Eckart
2020-10-01
1
-18
/
+12
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-34
/
+33
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
1
-3
/
+0
*
Add function to calculate path cost for a specified path (#4069)
Danny Niquette
2020-07-26
1
-1
/
+64
*
Allow G.remove_edges_from(nx.selfloops_edges(G)) (#4080)
Dan Schult
2020-07-20
1
-1
/
+1
*
Format w/ black
Jarrod Millman
2020-07-10
1
-46
/
+91
*
Remove trailing spaces
Jarrod Millman
2020-07-10
1
-1
/
+1
*
Fixing docs for nx.info(), along with necessary tests (#3893)
Pradeep Reddy Raamana
2020-04-06
1
-1
/
+15
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-11
/
+10
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-10
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-4
/
+0
*
Document subgraph_view (#3627)
Anton Lodder
2019-10-08
1
-12
/
+6
*
fix to_directed function (#3599)
Salim BELHADDAD
2019-09-24
1
-1
/
+1
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-16
/
+16
*
adding support for singleton in add_path and add_star (#3285)
Tanay Gahlot
2019-01-02
1
-2
/
+12
*
fix frozen function (#3279)
Eyal
2018-12-24
1
-1
/
+1
*
replace deprecated fresh_copy with __class__ (#3278)
Antoine Prouvost
2018-12-24
1
-1
/
+1
*
Simplify the Graphview and SubGraphView system (#3073)
Dan Schult
2018-07-20
1
-36
/
+23
*
Update docs for G.copy and set_*_attributes. (#3024)
Dan Schult
2018-06-19
1
-10
/
+17
*
Remove cyclic reference in G.root_graph (#3014)
Dan Schult
2018-06-16
1
-7
/
+7
*
Update docs for set_node-edge_attributes per #2916 (#2920)
Dan Schult
2018-04-02
1
-0
/
+6
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-3
/
+3
*
Corrected some variable names in documentation. (#2860)
Mads Jensen
2018-01-31
1
-0
/
+6
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
change variable names to avoid kwargs clobber (#2824)
Dan Schult
2018-01-10
1
-16
/
+16
*
fix add_path to add the first node when the length of the given node list is one
Sanghack Lee
2017-11-18
1
-1
/
+7
*
Fix links (#2663)
Jarrod Millman
2017-09-11
1
-2
/
+2
*
Replace __class__ with fresh_copy in G.reverse and elsewhere (#2649)
Dan Schult
2017-09-07
1
-1
/
+1
*
Unravel subgraph chains (#2635)
Dan Schult
2017-08-26
1
-2
/
+25
*
Update docs
Jarrod Millman
2017-08-18
1
-1
/
+1
[next]