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
/
algorithms
/
dag.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add docstring examples to dag.py (#6491)
Navya Agarwal
2023-03-23
1
-0
/
+7
*
Update pre-commit (#6545)
Jarrod Millman
2023-03-23
1
-1
/
+1
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-1
/
+1
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+2
*
Fix weighted MultiDiGraphs in DAG longest path algorithms + add additional te...
stevenstrickler
2022-10-25
1
-3
/
+16
*
[ENH] Find and verify a minimal D-separating set in DAG (#5898)
Adam Li
2022-08-23
1
-1
/
+32
*
docstring update to lexicographical_topological_sort issue 5681 (#5930)
Kevin Brown
2022-08-18
1
-9
/
+52
*
Add docstring example for self-ancestors/descendants (#5802)
Dilara Tekinoglu
2022-06-30
1
-2
/
+12
*
Add example of topo_order kwarg to dag_longest_path (#5728)
Ross Barnowski
2022-06-13
1
-1
/
+12
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-3
/
+3
*
Fix typo (#5652)
Guillem Francès
2022-05-18
1
-1
/
+1
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-5
/
+3
*
Change exception varname e to err (#5130)
Dan Schult
2021-10-15
1
-4
/
+4
*
Refactor `transitive_closure` (#5052)
Vadim
2021-09-17
1
-26
/
+22
*
[GSoC contribution] Adding examples to docstrings in dag.py (#5019)
Vadim
2021-08-23
1
-11
/
+144
*
[GSoC contribution] Improving functions `descendants` and `ancestors` in dag....
Vadim
2021-08-21
1
-13
/
+35
*
Add topological_generations function (#4757)
as1371
2021-05-19
1
-30
/
+84
*
Fixing Bug in Transitive Reduction, resulting in loss of node/edge attributes...
walkeralexander
2021-03-29
1
-0
/
+21
*
Deprecate generate_unique_node (#4545)
Dan Schult
2021-02-01
1
-13
/
+7
*
Update docstring for ancestor and descendents (#4550)
AbhayGoyal
2021-01-22
1
-2
/
+2
*
Deprecate utils.misc.consume (#4449)
Jarrod Millman
2020-12-12
1
-2
/
+2
*
Improve relabel coverage, tweak docstrings (#4299)
Stefan van der Walt
2020-10-29
1
-3
/
+4
*
Format w/ black==20.8b1
Jarrod Millman
2020-10-06
1
-3
/
+3
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-5
/
+5
*
Format w/ black
Jarrod Millman
2020-07-10
1
-40
/
+41
*
Fix exception causes in dag.py (#4000)
Ram Rachum
2020-06-21
1
-4
/
+4
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-13
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+1
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-1
/
+1
*
Changes to convert_matrix and others that depend on np.matrix
Dan Schult
2019-10-12
1
-1
/
+1
*
Fix some warnings
Jarrod Millman
2019-10-12
1
-1
/
+1
*
Fixes #3187 transitive_closure now returns self-loops when cycles present (#...
Dan Schult
2019-10-01
1
-7
/
+32
*
Faster transitive closure computation for DAGs (#3445)
Anthony Labarre
2019-08-09
1
-4
/
+58
*
Fixes Issue #3493 - Bug in lexicographical_topological_sort() (#3494)
Subhendu Ranajn Mishra
2019-06-29
1
-10
/
+13
*
added topo_order parameter to functions that rely on topological_sort (#3447)
Anthony Labarre
2019-05-21
1
-4
/
+20
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-6
/
+6
*
Speedup transitive_reduction (#3062)
Dan Schult
2018-07-11
1
-5
/
+14
*
Enumerate all topological sorts of a digraph (#3049)
aweltsch
2018-07-09
1
-1
/
+122
*
update docs for transitive_reduction to show example using line_graph (#3055)
Dan Schult
2018-07-09
1
-2
/
+12
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Adds prefix_tree, dag_to_branching, and example. (#2784)
Dan Schult
2017-12-02
1
-32
/
+169
*
Copy graph in transitive closure algorithm. (#2718)
aweltsch
2017-10-22
1
-3
/
+1
*
Fix dag_longest_path bug (#2703)
Ariel Chinn
2017-10-16
1
-0
/
+2
*
Update docs
Jarrod Millman
2017-08-18
1
-2
/
+2
*
shortest_path return types as discussed for #2510 (#2612)
Dan Schult
2017-08-16
1
-2
/
+4
[next]