Skip to content

Major release with the introduction of Route Choice

Compare
Choose a tag to compare
@pedrocamargo pedrocamargo released this 26 Jul 23:36
· 24 commits to develop since this release
458bb40

Major changes

  • Introduction of route choice

    • Multiple route choice set generation algorithms: Link Penalization (LP), Breadth-First Search on Link Elimination (BFSLE), BFSLE+LP
    • Path-Size Logit for the treatment of path overlaps
  • New Pre-loading feature on traffic assignment

    • A new method on multi-class traffic assignment that allows any pre-loading to be added to an assignment
    • A new method that allows pre-loading flows on roads to be computed from a fixed-route transit system is available in the model

Minor changes and bug fixes

  • New IPF algorithms

    • Fully parallelized
    • Separate treatment of float32 inputs for increased performance
  • Fixes a bug arising in one special case of network simplification

  • Much faster and more robust map-matching algorithm for GTFS importer

  • Removing PyQT dependency

Complete list of changes

New Contributors

Full Changelog: v1.0.1...v1.1.0