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
/
tests
/
test_dag.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix weighted MultiDiGraphs in DAG longest path algorithms + add additional te...
stevenstrickler
2022-10-25
1
-0
/
+42
*
[ENH] Find and verify a minimal D-separating set in DAG (#5898)
Adam Li
2022-08-23
1
-0
/
+19
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+2
*
Add regression test for ancestors/descedants w/ undir. G. (#5188)
Ross Barnowski
2021-11-22
1
-0
/
+7
*
Refactor `transitive_closure` (#5052)
Vadim
2021-09-17
1
-1
/
+39
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-9
/
+1
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
1
-21
/
+20
*
Add topological_generations function (#4757)
as1371
2021-05-19
1
-0
/
+34
*
Deprecate utils.misc.consume (#4449)
Jarrod Millman
2020-12-12
1
-6
/
+12
*
Format w/ black
Jarrod Millman
2020-07-10
1
-56
/
+99
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-8
/
+8
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-10
/
+10
*
Remove old Python 2 code
Jarrod Millman
2019-10-18
1
-18
/
+2
*
Replace eq_, ok_ with assert
Jarrod Millman
2019-10-12
1
-2
/
+1
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
1
-10
/
+9
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-21
/
+21
*
Remove unused imports
Jarrod Millman
2019-10-12
1
-5
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-60
/
+60
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-1
/
+2
*
Fixes #3187 transitive_closure now returns self-loops when cycles present (#...
Dan Schult
2019-10-01
1
-6
/
+34
*
Faster transitive closure computation for DAGs (#3445)
Anthony Labarre
2019-08-09
1
-0
/
+23
*
Fixes Issue #3493 - Bug in lexicographical_topological_sort() (#3494)
Subhendu Ranajn Mishra
2019-06-29
1
-4
/
+33
*
Enumerate all topological sorts of a digraph (#3049)
aweltsch
2018-07-09
1
-1
/
+55
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-1
/
+2
*
Adds prefix_tree, dag_to_branching, and example. (#2784)
Dan Schult
2017-12-02
1
-5
/
+97
*
Copy graph in transitive closure algorithm. (#2718)
aweltsch
2017-10-22
1
-0
/
+12
*
Fix dag_longest_path bug (#2703)
Ariel Chinn
2017-10-16
1
-0
/
+4
*
Comply with pep8
Jarrod Millman
2017-08-17
1
-7
/
+7
*
Fix test ordering issues for python3.6
Aric Hagberg
2017-04-02
1
-2
/
+3
*
Merge pull request #2215 from JamesClough/transitive_reduction
Dan Schult
2016-09-10
1
-0
/
+12
|
\
|
*
Add transitive_reduction
James Clough
2016-08-24
1
-0
/
+12
*
|
have dag_longest_path_length return path length, not edge count
Chris Morin
2016-08-30
1
-1
/
+7
*
|
test_unorderable_nodes doesn't catch all cases where nodes are unorderable
Chris Morin
2016-08-23
1
-18
/
+19
|
/
*
Adds unorderable nodes test for dag_longest_path.
Jeffrey Finkelstein
2016-02-20
1
-42
/
+93
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-10
/
+10
*
Fixed old tests and re-added them.
Neil
2015-08-31
1
-3
/
+16
*
topolgical_sort, lexicographical_topological_sort
Neil
2015-08-31
1
-49
/
+65
*
dag_longest_path: Use edge weights
Shaun Jackman
2015-06-30
1
-0
/
+8
*
Update algorithms/dag.py and algorithms/tests/test_dag.py to be PEP8 complaint
Mridul Seth
2015-04-25
1
-65
/
+80
*
Added longest_path and longest_path_length for DAG
Mridul Seth
2015-04-25
1
-0
/
+18
*
Update transitive_clousure and antichains
Mridul Seth
2015-03-21
1
-19
/
+23
*
Expose transitive_clousure and antichains in the public API
Mridul Seth
2015-03-19
1
-0
/
+41
*
Fix unreliable tests uncovered by IronPython
ysitu
2014-07-03
1
-8
/
+12
*
MAINT: use reverse=True for some topological_sort calls
alex
2014-02-18
1
-0
/
+16
*
is_directed_acyclic_graph now returns false on undirected graphs rather than ...
Alex Roper
2013-07-13
1
-0
/
+7
*
Refactor functions to use faster nx.shortest_path_length
Juan Nunez-Iglesias
2012-12-12
1
-4
/
+0
*
Improve performance of descendants and ancestors
Juan Nunez-Iglesias
2012-11-22
1
-2
/
+2
*
Add ancestor and descendant functions for DAGs
Juan Nunez-Iglesias
2012-11-13
1
-0
/
+24
*
Adds is_aperiodic
Ben Edwards
2011-06-24
1
-0
/
+60
*
Add tests based on comments in ticket 559
Dan Schult
2011-05-27
1
-1
/
+10
[next]