V2Sim 1.4.1 (with GUI)
Major difference between 1.4.0 & 1.4.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.
- Trip logger can be turned off now.
- Stations can be filtered according to name prefix and suffix at generation in the codes.
- VehGenerator does not have a seed now. It is transferred to methods of VehGenerator.
- Fix bug with StaItem UTN.
- Case files are updated.
- Change some str path to PathLike. This PathLike is not os.PathLike. It is defined as Union[str, Path].
- 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.