Skip to content

v1.2.0 - Taxi (shared mobility) update

Compare
Choose a tag to compare
@toruseo toruseo released this 25 Apr 08:39
· 26 commits to main since this release
004e5af

Main changes

  • Add taxi (aka. shared mobility) functions
    • A standard vehicle in UXsim just travel from A to B and disappear. This is like a private owned vehicle.
    • From this update, a Vehicle with mode="taxi" behave like a taxi. Specifically, they travel through a network by passing through specific nodes that are dynamically updated, simulating passenger pickup and drop-off.
    • New sub-module uxsim.TaxiHandler handles these matters.
    • Built-in vehicle-to-passneger matching methods are also available.
    • This addresses Issue #41
  • From now on, we follow the Semantic Versioning rigorously.

What's Changed

  • [Major update] Add taxi (shared mobility) by @toruseo in #64

Full Changelog: v1.1.1...v1.2.0