Skip to content

V2Sim 1.4.1 (with GUI)

Choose a tag to compare

@fmy-xfk fmy-xfk released this 16 Apr 09:15
· 22 commits to main since this release

Major difference between 1.4.0 & 1.4.1

  1. Pbuy and Psell can be service fee now. In this case, user spends pbuy + electricity price to charge, and obtains electricity price - psell to discharge. Old mode is also available, where user spends pbuy to charge, and obtains psell to discharge. 2 new properties are added to switch the modes.
  2. Trip logger can be turned off now.
  3. Stations can be filtered according to name prefix and suffix at generation in the codes.
  4. VehGenerator does not have a seed now. It is transferred to methods of VehGenerator.
  5. Fix bug with StaItem UTN.
  6. Case files are updated.
  7. Change some str path to PathLike. This PathLike is not os.PathLike. It is defined as Union[str, Path].
  8. Now PluginPDN use the Grid in case_data instead of reading from project directory, which avoids creating 2 independent Grid instances.

Full Changelog: v1.4.0...v1.4.1

Traffic simulator is scheduled to update in future versions, especially for UXsim, since its author has improved it several times.