Highlights
- Implement dynamic congestion pricing
- Time-varying congestion pricing to link is now defined via
addLink.(..., congestion_pricing=some_func, ...)wheresome_func(t)is a user-defined function returns toll on timet - Previous informal variable
Link.route_choice_penalty(which was implemented in the prototyping phase and subsequently overlooked) is deprecated DUESolvernow accounts for congestion pricing in traveler route choice- This addresses #264
- Time-varying congestion pricing to link is now defined via
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