Skip to content

v0.7.5

Choose a tag to compare

@jdlph jdlph released this 29 Aug 18:35
· 393 commits to master since this release

v0.7.5 fixes one crucial bug in accessibility evaluation along with some other updates.

  1. The time interval calculation in _get_interval_id() was wrong, which should have follown (MIN_TIME_BUDGET + (i-1) * BUDGET_TIME_INTVL, MIN_TIME_BUDGET + i * BUDGET_TIME_INTVL], where, i is integer and i >= 1;
  2. Set up argtypes for shortest_path_n() rather than shortest_path(). The latter is kept for legacy support only;
  3. Fix the wrong printout message in perform_network_assignment_DTALite() in terms of the file name.