v5.0.0
Agents v5.0.0
Closed issues:
- Moving OSM Agents by time, rather than by distance (#426)
- How to obtain meters travelled until destination? (#449)
- Move along path for OSMSpace (#459)
- Agents don't follow OSM roadways if they are Polylines (#498)
- Problem with our go-to doc example (Schelling): it has no model logic or model step function (#517)
- OSM alternative: LightOSM.jl (#533)
- Update LightGraphs.jl to Graphs.jl dependency (#562)
- nearby_ids returns the same ID multiple times (#566)
move_agent!
is not necessary for implementing a new space (#571)- Error running
Social networks with LightGraphs
example (#573) - Turn schedulers into function-like objects (#576)
- Agents Zoo Example docs (#577)
- Better documentation of
test_map()
(#587) - Rename
OSM.intersection
andOSM.road
(#593)
Merged pull requests:
- [WIP] LightOSM transition (#569) (@AayushSabharwal)
- Update schelling.jl (#570) (@MaxKerney)
- [WIP] start fixing tests & eliminating random dependence (#574) (@Datseris)
- Link to examples zoo (#578) (@Datseris)
- Documentation update (#580) (@jarbus)
- Minor OSM fixes (#582) (@AayushSabharwal)
- Add zombies to Models (#583) (@Datseris)
- Add lonlat function (#585) (@fbanning)
- Fix Artifacts not working (#586) (@AayushSabharwal)
- Update
test_map
doc, Fix zombies example (#588) (@AayushSabharwal) - CompatHelper: bump compat for CSV to 0.10, (keep existing compat) (#590) (@github-actions[bot])
- move to v5 (#591) (@Datseris)
move_along_route!
change, zombies update (#592) (@AayushSabharwal)- Rename
OSM.intersection
andOSM.road
(#594) (@AayushSabharwal)