- SymuPy is now available as a conda package
- Default microsimulation library
SymyVia
→SymuFlow
- Add
MonitorApp
feature in order to monitor your network - New commands added:
AlterRoute
- ``
- New command line interface available
symuflow
symymaster
- Now detection of symuflow is based on default installation of symuflow (via conda)
- Pining python version
- XML buffer parser has a new implementation
- Now you can trace vehicle data inside the connector via
connector.vehicles
- Observer patterns to handle vehicle list
- Sorted frozen sets to handle subset of vehicles
- Refactoring configurator
- Updating constants
- Changing signature of connector
- Adding basic tutorials
- The API is in process to be cleaned.
- Tests are now launched in pytest
- Fix bug retrieve text from simulator request
- Now
get_total_travel_distance/get_total_travel_time
support list of sensors
- Fix bug of Network Add Control Zone.
- Fix bug of Network Control Zone by introducing
SymApplyControlZonesEx
- Now a configurator can be declared at the declaration of a Simulator via multiple parameters
- You can launch a simulation by passing a
string
torun_simulation
method orregister_simulation
method - State machine has been internally implemented. Some Fixes are required in order to
- Filenames are now handled by the scenario.
- Simulation ends now by calling the method
SymUnloadCurrentNetworkEx
- Fixes an error when creating an instance of
Simulator
- Adds documentation to the
Simulator
class
- A basic state machine has been implemented to handle simulation status
- Now documentation is available
- A configurator has been added to handle execution of the functions
SymRunNextStepLiteEx
andSymRunNextStepEx
- Fix bug entries on add/ modify control zone
- Fix bug now
simulationtime
accessible before starting simulation
- Fix bug on vehicle time creation
- Adding control zones
- Creating vehicles with routes
- Extract indicators such as TTT, TTD and SPD for zones
- Makefile now tests distribution
- Standardizing python package
- Adding documentation
- Makefile is now available for
testing
,cleaning
,building
,installing
- Small fixes on basic interfacing
- First release on PyPI.