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 |
---|---|---|---|---|
ignite/engine/deterministic.py ignite/contrib/handlers/neptune_logger.py |
1 | 18 (5%) | 33 (3%) | 2022-01-20 |
ignite/handlers/checkpoint.py ignite/contrib/handlers/neptune_logger.py |
1 | 79 (1%) | 33 (3%) | 2022-01-20 |
ignite/handlers/checkpoint.py ignite/engine/deterministic.py |
1 | 79 (1%) | 18 (5%) | 2022-01-20 |
ignite/handlers/param_scheduler.py ignite/contrib/handlers/neptune_logger.py |
1 | 11 (9%) | 33 (3%) | 2022-01-20 |
ignite/handlers/param_scheduler.py ignite/engine/deterministic.py |
1 | 11 (9%) | 18 (5%) | 2022-01-20 |
ignite/handlers/param_scheduler.py ignite/handlers/checkpoint.py |
1 | 11 (9%) | 79 (1%) | 2022-01-20 |
ignite/handlers/time_profilers.py ignite/contrib/handlers/neptune_logger.py |
1 | 4 (25%) | 33 (3%) | 2022-01-20 |
ignite/handlers/time_profilers.py ignite/engine/deterministic.py |
1 | 4 (25%) | 18 (5%) | 2022-01-20 |
ignite/handlers/time_profilers.py ignite/handlers/checkpoint.py |
1 | 4 (25%) | 79 (1%) | 2022-01-20 |
ignite/handlers/time_profilers.py ignite/handlers/param_scheduler.py |
1 | 4 (25%) | 11 (9%) | 2022-01-20 |
ignite/distributed/launcher.py ignite/contrib/handlers/clearml_logger.py |
1 | 20 (5%) | 13 (7%) | 2022-01-17 |
ignite/distributed/utils.py ignite/distributed/launcher.py |
1 | 27 (3%) | 20 (5%) | 2022-01-17 |
ignite/handlers/state_param_scheduler.py ignite/handlers/param_scheduler.py |
1 | 12 (8%) | 11 (9%) | 2021-12-31 |
ignite/contrib/metrics/regression/manhattan_distance.py ignite/contrib/metrics/regression/canberra_metric.py |
1 | 17 (5%) | 21 (4%) | 2021-12-29 |