Skip to content

v0.7.4

Choose a tag to compare

@jdlph jdlph released this 14 Aug 21:37
· 401 commits to master since this release

v0.7.4 comes with bug and issue fixes.

  1. fix bug on zero divisor in update_generalized_link_cost();
  2. fix wrong exception message in read_links();
  3. remove the legacy utf-8 encoding requirement on instances of open(), which was inherited from DTALite in Python (i.e., the code base leading to Path4GMNS).

Other updates include,

  1. add a concise guideline on how to contribute to Path4GMNS in README;
  2. provide references in README on the Path-based UE;
  3. use single quotes consistently across the project.