- Update third-party libs
- Fixed bug with Vuex version
- SPADE and pandas version upgraded.
- Stop simulation fixed.
- Aesthetic changes.
- Minor bug fixes.
- Updated documentation.
- Moved from a taxi simulator to a generic fleet simulator.
- Updated documentation.
- Added support for different cities.
- Directory agent now sends all the info.
- Fixed bug of staying the corresponding time in the station when charging.
- Changed logger to loguru library.
- Removed fuel from transport popup, now is current_autonomy/max_autonomy.
- Concurrent charging in stations now allowed through TimeoutBehavior.
- Custom icons added.
- Removed agents introduction from GUI.
- Added specific parameters in scenario file (now config file).
- CLI simplified.
- Changed cli to config file.
- Control of free places and status for StationAgent.
- Fuel refill behavior between TransportAgent and StationAgent.
- Refactoring from passenger to Customer
- Refactoring from taxi to Transport
- Refactoring from coordinator to fleet manager
- Fixed bug when checking if the simulation is finished.
- Improved the concurrent creation of agents.
- Added stop and clear buttons to the interface.
- Added download button for getting results in excel and json formats.
- Documentation updated.
- Migrated to SPADE 3.
- Documentation highly improved.
- Helper functions added and refined.
- Javascript framework included: VueJS
- Routes centralized with a Route agent.
- UI improved.
- Added scenario loading feature.
- Fixed minor bugs.
- Added documentation.
- First release on PyPI.