Plan for Version 2 #345
toruseo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Almost three years have passed since the initial release of UXsim.
Since then, many updates have been made. And naturally, some features have become increasingly complex, and some default settings have also proven to be suboptimal. Addressing these issues will require breaking changes and therefore a major version update.
At some point in the future, though not imminently, I plan to release UXsim v2.
The following changes are currently planned:
World(..., no_cyclic_routing=True)Vehicle may use cyclic path too frequently #272
World(..., adjust_node_capacity=True)Add feature that automatically adjust
Node.flow_capacity#321Default value of jam density does not scale with number of lanes #343
World(..., cpp=True), currently provided as beta versions like v1.14.0b7. This can make simulations around 20 times faster.Integration of C++ mode #297
OSMImporter,ResultGUIViewer, andTaxiHandler. These may instead be provided as separate Python packages, something likeuxsim-osm.Please let me know if users have any comments or thoughts.
FYI: Evolution of UXsim main codes (excluding tests and examples):

All reactions