Skip to content

Releases: JuliaDynamics/Agents.jl

v4.1.2

23 Feb 23:19
1a7985e
Compare
Choose a tag to compare

Agents v4.1.2

Diff since v4.1.1

Merged pull requests:

  • Move plotting to InteractiveDynamics + Makie, part 1 (#435) (@Datseris)

v4.1.1

23 Feb 22:12
d6c80f9
Compare
Choose a tag to compare

Agents v4.1.1

Diff since v4.1.0

Closed issues:

  • OSM move_agents not working properly for long distances (#427)
  • Plotting Aspect Ratio (#433)

Merged pull requests:

v4.1.0

22 Feb 20:59
5ec0215
Compare
Choose a tag to compare

Agents v4.1.0

Diff since v4.0.5

Closed issues:

  • Incorrect example in documentation (#428)
  • Citation Link Not Visible In Dark Mode (#432)

Merged pull requests:

v4.0.5

22 Feb 15:31
5ff35fd
Compare
Choose a tag to compare

Agents v4.0.5

Diff since v4.0.4

Quick documentation update to address onboarding questions

v4.0.4

03 Feb 10:08
7530352
Compare
Choose a tag to compare

Agents v4.0.4

Fix @agents to allow parsing of types that exist outside of Agents.jl.

v4.0.3

29 Jan 14:16
0e472cc
Compare
Choose a tag to compare

Agents v4.0.3

Diff since v4.0.2

Closed issues:

  • running example in the document, but given error " UndefVarError: abm_plot! not defined" (#387)
  • Repo size is huge! (#389)

Merged pull requests:

  • Mesa benchmark: Remove data collection code (#388) (@rht)
  • Update license to attribute Mesa benchmark code (#390) (@rht)
  • Mesa bench update (#392) (@Libbum)
  • [ImgBot] Optimize images (#393) (@imgbot[bot])
  • Update docs to InteractiveDynamics where needed (#395) (@Libbum)

v4.0.2

28 Jan 08:22
4bf56d8
Compare
Choose a tag to compare

Agents v4.0.2

Diff since v4.0.1

Closed issues:

  • Typo in zombies example (#385)

Merged pull requests:

v4.0.1

25 Jan 19:39
88af0ec
Compare
Choose a tag to compare

Agents v4.0.1

Diff since v4.0.0

Merged pull requests:

v4.0.0

25 Jan 18:20
70a5eed
Compare
Choose a tag to compare

Agents v4.0.0

Diff since v3.7.1

Closed issues:

  • New documentation page: Example overview (#173)
  • Compartment space: more performant version of ContinuousSpace (#241)
  • Allow mutable graph spaces (support add_vertex! and rem_vertex!) (#264)
  • Build ABMs with OpenStreetMapX.jl and Agents.jl (#265)
  • Add small example block in paramscan documentation string (#274)
  • Gridspace UndefVarError (#292)
  • [Help] Create continuous space boundaries and checks (#293)
  • get_node_contents method for list of nodes (#294)
  • Move GridSpace to a Julia Array format (#296)
  • Integrate PkgBenchmark (#297)
  • weirdness with nearest_neighbor and interacting_pairs (#300)
  • API Clarifications (#301)
  • Finding the maximum of the keys of a dictionary is really slow (#303)
  • Documentation trackbacks to examples in function docstrings (#305)
  • Unable to install Agents package (#307)
  • How to get current step during model run (#308)
  • Finding neighbors in GraphSpace (for r>1) has poor performance. (#312)
  • New continuous space specification: CompartmentSpace (#313)
  • Allow search radius in GridSpace to be a Tuple (different value for each dimension) (#314)
  • Checklist for v4.0 (#318)
  • Filtering agent id in space_agents shouldn't be allocating (#319)
  • Further Nearest Neighbor checks (#320)
  • Make an explicit rng field part of ABM? (#321)
  • Designing mixed spaces (#324)
  • Agents git history is 80 gb (#329)
  • Multiple, successively executed agent_step! functions during each step (#331)
  • Collecting data in mixed-ABMs is mostly unhandled (#335)
  • TravisCI (#339)
  • TravisCI (#340)
  • add_agent_to_space! out of bounds error (#343)
  • Confusion about current (released) version (#344)
  • Challenging the design and complexity of walk! (#352)
  • Dimension aware utilities (#356)
  • Use Dims{N} rather than NTuple{N,Int} in gridspace agent structs. (#361)
  • Change Type parameterization order for ::ABM, make Space first (#364)
  • [FR] Inheritance from pre-defined agent types (#365)
  • Bug in ContinuousSpace constructor (#379)

Merged pull requests:

v3.7.1

12 Sep 22:15
f4c4545
Compare
Choose a tag to compare

Agents v3.7.1

Diff since v3.7.0

Closed issues:

  • Continuous space initialization allows extend dimension mismatch (#287)
  • all_pairs! doesn't respect distance metric (#288)

Merged pull requests:

  • Guard for extend in ContinouousSpace (#289) (@Libbum)
  • Fix euclidean pair test in continuousspace (#290) (@Libbum)