Skip to content

Releases: JuliaDynamics/Agents.jl

v5.4.3

28 Jul 14:20
d365242
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.2...v5.4.3

v5.4.2

16 Jul 23:11
09eafa5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.1...v5.4.2

v5.4.1

10 Jul 22:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v5.4.1

Agents v5.4.0

06 Jul 20:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.4.0

Agents v5.3.0

09 Jun 15:20
ba2ebe0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

15 Apr 14:53
2d9a86f
Compare
Choose a tag to compare

Agents v5.2.0

Diff since v5.1.1

Closed issues:

  • Random nearby agent (#575)
  • Rabbit Fox Hawk example does not run. (#604)

Merged pull requests:

v5.1.1

04 Apr 14:55
4481014
Compare
Choose a tag to compare

Agents v5.1.1

Diff since v5.1.0

Merged pull requests:

v5.1.0

31 Mar 18:15
7e5c3dc
Compare
Choose a tag to compare

Agents v5.1.0

Diff since v5.0.0

Closed issues:

  • Agents get stuck in OpenStreetMapSpace example (#595)
  • heatmap is not updated with abm_video and abm_play (#598)
  • Problem with: Schelling's segregation model (#599)

Merged pull requests:

v5.0.0

21 Mar 23:24
b1cd6a8
Compare
Choose a tag to compare

Agents v5.0.0

Diff since v4.5.7

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 and OSM.road (#593)

Merged pull requests:

v4.5.7

07 Dec 18:30
Compare
Choose a tag to compare

Agents v4.5.7

Diff since v4.5.6

Closed issues:

  • Agent inspection on mouse hover (#538)
  • Adding plots to abm_data_exploration (#551)
  • Failed to compile ProtoBuf and OpenStreetMapX (#555)
  • Maybe some using is missing in example in doc (#556)
  • Error when running abm_plot in Schelling example (#557)
  • BoundsError when moving an agent with Periodic boundary conditions (#561)
  • Update LightGraphs.jl to Graphs.jl dependency (#562)

Merged pull requests:

  • CompatHelper: bump compat for CSV to 0.9, (keep existing compat) (#550) (@github-actions[bot])
  • Update sir.jl (#568) (@vnikoofard)