A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
theseus/theseus_layer.py theseus/core/objective.py |
1 | 2 (50%) | 1 (100%) | 2022-01-24 |
theseus/optimizer/nonlinear/__init__.py theseus/__init__.py |
1 | 1 (100%) | 1 (100%) | 2022-01-19 |
theseus/optimizer/nonlinear/nonlinear_optimizer.py theseus/__init__.py |
1 | 1 (100%) | 1 (100%) | 2022-01-19 |
theseus/optimizer/nonlinear/nonlinear_optimizer.py theseus/optimizer/nonlinear/__init__.py |
1 | 1 (100%) | 1 (100%) | 2022-01-19 |
theseus/optimizer/dense_linearization.py theseus/theseus_layer.py |
1 | 1 (100%) | 2 (50%) | 2021-12-27 |
theseus/optimizer/linearization.py theseus/theseus_layer.py |
1 | 1 (100%) | 2 (50%) | 2021-12-27 |
theseus/optimizer/linearization.py theseus/optimizer/dense_linearization.py |
1 | 1 (100%) | 1 (100%) | 2021-12-27 |