sisl / AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
Other
63 stars 29 forks source link

Register in General #56

Closed MaximeBouton closed 4 years ago

MaximeBouton commented 4 years ago

It might be worth registering this package to julia General Registry.

I think the main limitation is the dependencies in Vec.jl and Records.jl.

Here are my suggestions: option 1: Register Vec to General (under another name), make Records.jl a submodule of AutomotiveDrivingModels.jl, register AutomotiveDrivingModels

option 2: Make both Vec and Records submodules of AutomotiveDrivingModels.

I prefer option 2, as Vec and Records are not used anywhere else, and it might lead to less confusion for users about where datastructures like Frame, Entity or VecSE2 are defined.

Thoughts?