Releases: licit-lab/symupy
Releases · licit-lab/symupy
v1.0.1
What's Changed
- Update conda build system by @floriangc in #88
- Update conda package by @aladinoster in #89
- Merge branch 'hotfix/v1.0.1' into master by @aladinoster in #94
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Hotfix 0.5.1 by @aladinoster in #54
- Add Docker settings by @aladinoster in #55
- Add .dev containers by @aladinoster in #56
- ♻️ Actions for conda+docker by @aladinoster in #57
- Feature/network by @aladinoster in #58
- Adding tests to conda build by @aladinoster in #60
- Feature/architecture by @aladinoster in #65
- 🐛 Fix circular import by @aladinoster in #66
- Fixes Performance issue by @aladinoster in #74
- Return dict instead of tuple in XMLTrajectory by @floriangc in #76
- Feature/monitor by @floriangc in #77
- Feature/renameSymuflow by @floriangc in #79
- ✨ Adding methods for
vehicle
properties by @aladinoster in #81 - Feature/seminar by @floriangc in #83
- 📝 Documentation update by @aladinoster in #80
- Adds the
AlterRoute
command within symupy by @aladinoster in #75
Full Changelog: v0.5.1...v1.0.0
v0.5.1
0.5.1 (2021-02-15)
Now detection of symuvia is based on default installation of symuvia (via conda)
Pining python version
v0.5.0
History
0.1.0 (2019-06-19)
- First release on PyPI.
0.1.1 (2019-06-14)
- Small fixes on basic interfacing
0.2.0 (2020-02-20)
- Standardizing python package
- Adding documentation
- Makefile is now available for
testing
,cleaning
,building
,installing
0.2.1 (2020-03-20)
- Adding control zones
- Creating vehicles with routes
- Extract indicators such as TTT, TTD and SPD for zones
- Makefile now tests distribution
0.2.2 (2020-03-25)
- Fix bug on vehicle time creation
0.2.3 (2020-03-27)
- Fix bug entries on add/ modify control zone
- Fix bug now
simulationtime
accessible before starting simulation
0.2.4 (2020-04-09)
- 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
0.2.5 (2020-04-10)
- Fixes an error when creating an instance of
Simulator
- Adds documentation to the
Simulator
class
0.3.0 (2020-04-22)
- 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
0.3.1 (2020-04-22)
- Fix bug of Network Control Zone by introducing
SymApplyControlZonesEx
0.3.2 (2020-05-23)
- Fix bug of Network Add Control Zone.
0.3.3 (2020-05-23)
- Now
get_total_travel_distance/get_total_travel_time
support list of sensors
0.3.4 (2020-06-04)
- Fix bug retrieve text from simulator request
0.4.0 (2020-10-05)
- The API is in process to be cleaned.
- Tests are now launched in pytest
0.4.1 (2020-10-06)
- Adding basic tutorials
0.4.2 (2020-11-09)
- Refactoring configurator
- Updating constants
- Changing signature of connector
0.5.0 (2020-12-8)
- 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
v0.4.2
History
0.1.0 (2019-06-19)
- First release on PyPI.
0.1.1 (2019-06-14)
- Small fixes on basic interfacing
0.2.0 (2020-02-20)
- Standardizing python package
- Adding documentation
- Makefile is now available for
testing
,cleaning
,building
,installing
0.2.1 (2020-03-20)
- Adding control zones
- Creating vehicles with routes
- Extract indicators such as TTT, TTD and SPD for zones
- Makefile now tests distribution
0.2.2 (2020-03-25)
- Fix bug on vehicle time creation
0.2.3 (2020-03-27)
- Fix bug entries on add/ modify control zone
- Fix bug now
simulationtime
accessible before starting simulation
0.2.4 (2020-04-09)
- 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
0.2.5 (2020-04-10)
- Fixes an error when creating an instance of
Simulator
- Adds documentation to the
Simulator
class
0.3.0 (2020-04-22)
- 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
0.3.1 (2020-04-22)
- Fix bug of Network Control Zone by introducing
SymApplyControlZonesEx
0.3.2 (2020-05-23)
- Fix bug of Network Add Control Zone.
0.3.3 (2020-05-23)
- Now
get_total_travel_distance/get_total_travel_time
support list of sensors
0.3.4 (2020-06-04)
- Fix bug retrieve text from simulator request
0.4.0 (2020-10-05)
- The API is in process to be cleaned.
- Tests are now launched in pytest
0.4.1 (2020-10-06)
- Adding basic tutorials
0.4.2 (2020-11-09)
- Refactoring configurator
- Updating constants
- Changing signature of connector
v0.4.0: Merge pull request #41 from symuvia/dev
History edit
v0.3.4
Bump version: 0.3.3 → 0.3.4
v0.3.3
Bump version: 0.3.2 → 0.3.3
v0.2.4
Bump version: 0.2.3 → 0.2.4
v0.2.3
Bump version: 0.2.2 → 0.2.3