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 |
---|---|---|---|---|
pytext/config/pytext_config.py pytext/config/config_adapter.py |
2 | 99 (2%) | 82 (2%) | 2022-01-21 |
pytext/data/decoupled_data.py pytext/config/config_adapter.py |
1 | 4 (25%) | 82 (1%) | 2022-01-21 |
pytext/data/decoupled_data.py pytext/config/pytext_config.py |
1 | 4 (25%) | 99 (1%) | 2022-01-21 |
pytext/models/decoders/mlp_decoder_n_tower.py pytext/config/config_adapter.py |
1 | 2 (50%) | 82 (1%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_n_tower.py pytext/config/pytext_config.py |
1 | 2 (50%) | 99 (1%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_tri_tower.py pytext/config/config_adapter.py |
1 | 2 (50%) | 82 (1%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_tri_tower.py pytext/config/pytext_config.py |
1 | 2 (50%) | 99 (1%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_tri_tower.py pytext/models/decoders/mlp_decoder_n_tower.py |
1 | 2 (50%) | 2 (50%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_two_tower.py pytext/config/config_adapter.py |
1 | 9 (11%) | 82 (1%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_two_tower.py pytext/config/pytext_config.py |
1 | 9 (11%) | 99 (1%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_two_tower.py pytext/models/decoders/mlp_decoder_n_tower.py |
1 | 9 (11%) | 2 (50%) | 2022-01-09 |
pytext/models/decoders/mlp_decoder_two_tower.py pytext/models/decoders/mlp_decoder_tri_tower.py |
1 | 9 (11%) | 2 (50%) | 2022-01-09 |