issues
search
toruseo
/
UXsim
Vehicular traffic flow simulator in road network, written in pure Python
https://toruseo.jp/UXsim/docs/
MIT License
138
stars
61
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update __init__.py
#165
toruseo
closed
17 hours ago
0
Fix OSMnx version issue
#164
toruseo
closed
18 hours ago
0
Bump codecov/codecov-action from 5.0.2 to 5.0.7
#163
dependabot[bot]
opened
4 days ago
0
Temporally disabled OSMnx tests due to the breaking change 2.0.0
#162
toruseo
closed
4 days ago
0
Bump codecov/codecov-action from 4.6.0 to 5.0.2
#161
dependabot[bot]
closed
1 week ago
0
Vehicle route information is now recoverable even when detailed logging is turned off
#160
toruseo
closed
2 weeks ago
0
Future Plan: Add solvers for DUE and DSO
#159
toruseo
opened
2 weeks ago
0
Add example of DUE and related tests for Route class
#158
toruseo
closed
2 weeks ago
0
Future Plan: Add and delete vehicles dynamically during simulation
#157
toruseo
opened
3 weeks ago
0
Future Plan: Turning-ratio-based vehicle routing mode
#156
toruseo
opened
3 weeks ago
0
Improve Python version tests
#155
toruseo
closed
3 weeks ago
0
add `adddemand_nodes2nodes2` and `adddemand_area2area2`
#153
toruseo
closed
1 month ago
0
minor update for examples
#152
toruseo
closed
1 month ago
0
Bump codecov/codecov-action from 4.5.0 to 4.6.0
#151
dependabot[bot]
closed
1 month ago
0
fix spell to `reduce_memory_delete_vehicle_route_pref`
#150
toruseo
closed
1 month ago
1
Add `reduce_memory_delele_vehicle_route_pref` to World arg
#149
toruseo
closed
1 month ago
0
FutureWarning: The expected order of coordinates in `bbox` will change in OSMnx v2.0.0
#147
EwoutH
closed
17 hours ago
1
RouteChoice: optimize memory usage by in-place updates to `route_pref`
#146
EwoutH
closed
1 month ago
2
Specify dtypes for NumPy arrays
#145
EwoutH
closed
2 weeks ago
13
Optimize memory usage in `homogeneous_DUO_update` via in-place update
#144
EwoutH
closed
1 month ago
4
Reduce memory usage
#143
EwoutH
closed
2 weeks ago
8
Allow different vehicle lengths / weights
#142
EwoutH
closed
1 month ago
3
Optimize multi-lane implementation (by handeling it as a single lane)
#141
EwoutH
closed
1 month ago
4
Implement fast ways to add vehicles
#140
toruseo
closed
1 month ago
1
add shortest path cost on t
#138
toruseo
closed
2 months ago
0
relocate 'get_shortest_path_*()' to `Utilities` submodule
#137
toruseo
closed
2 months ago
0
update shortest path cost funcs and add test
#136
toruseo
closed
2 months ago
0
Override `__eq__` methods of `Node` and other UXsim object?
#135
toruseo
closed
1 month ago
3
Complete `get_shortest_path_distance_between_all_nodes`
#134
toruseo
closed
2 months ago
2
add functions to get shortest path cost easily
#133
toruseo
closed
2 months ago
2
add `get_shortest_path_distance_between_all_nodes`
#132
toruseo
closed
2 months ago
1
UXsim: Add new get_all_distances method to RouteChoice
#131
EwoutH
closed
2 months ago
5
Analyzer: Add time_bin argument to area_to_pandas
#130
EwoutH
closed
2 weeks ago
18
Speed up `link_analysis_coarse`
#129
EwoutH
closed
2 weeks ago
3
Analyzer: Add time-filtering functionality
#128
EwoutH
closed
2 months ago
3
minor updates
#127
toruseo
closed
2 months ago
0
Fix simulation termination procedure
#126
toruseo
closed
2 months ago
0
fix typo
#125
toruseo
closed
2 months ago
0
Add customizable `user_function` to `World`, `Node`, `Link`, and `Vehicle`
#124
toruseo
closed
2 months ago
1
Analyzer: Add time-filtering functionality
#123
EwoutH
closed
2 months ago
5
Collect data only from part of network
#122
EwoutH
closed
2 weeks ago
1
Analyzer: Return average_speed and vehicle_density with area_to_pandas
#121
EwoutH
closed
2 months ago
3
Reading out data in time interval
#120
EwoutH
closed
2 weeks ago
21
Analyzer: Optimize `area_to_pandas` method
#119
EwoutH
closed
2 months ago
2
RecursionError: maximum recursion depth exceeded when pickling
#118
EwoutH
closed
2 weeks ago
4
`W.check_simulation_ongoing()` fails to detect simulation end under certain conditions
#117
toruseo
closed
2 months ago
1
docstring
#116
toruseo
closed
3 months ago
0
ready for release
#115
toruseo
closed
3 months ago
0
Add release.yml file for automatic release notes generation
#114
EwoutH
closed
3 months ago
1
fix comfusing name, `adddemand_areas2areas` is renamed to `adddemand_nodes2nodes`
#113
toruseo
closed
3 months ago
0
Next