Skip to content

v0.8.5

Choose a tag to compare

@jdlph jdlph released this 06 Sep 23:08
· 286 commits to master since this release

v0.8.5 adds support to Apple Silicon, and synthesizing zones and demand. Other changes include,

  1. remove legacy namings inherited from dtalite_s.py;
  2. remove useless (legacy) members;
  3. remove useless imports automatically added by VS Code;
  4. change the value of MAX_LABEL_COST to the largest integer (i.e., 2147483647);
  5. change the caller of setup_spnetwork() from read_network() to perform_column_generation();
  6. introduce class Zone and update the previous implementation where involves zones accordingly;
  7. support loading demand for an agent type and a demand period via load_demand();
  8. support loading zone information after synthesis;
  9. update all settings.yml in data directory to include "use_link_ffs".