Skip to content

v1.12.0

Latest

Choose a tag to compare

@toruseo toruseo released this 23 Jan 09:27
· 2 commits to main since this release
9af7635

Highlights

  • Implement dynamic congestion pricing
    • Time-varying congestion pricing to link is now defined via addLink.(..., congestion_pricing=some_func, ...) where some_func(t) is a user-defined function returns toll on time t
    • Previous informal variable Link.route_choice_penalty (which was implemented in the prototyping phase and subsequently overlooked) is deprecated
    • DUESolver now accounts for congestion pricing in traveler route choice
    • This addresses #264

What's Changed

  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #256
  • Bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #259
  • README rollback by @toruseo in #260
  • add route_sets for DTA by @toruseo in #261
  • Consolidate core testing dependencies into pyproject.toml [dev] group by @Copilot in #263
  • Implement dynamic congestion pricing by @toruseo in #266
  • Add dynamic pricing support for DUE solver by @toruseo in #267

Full Changelog: v1.11.0...v1.12.0