Skip to content

Releases: JuliaDynamics/Agents.jl

v5.14.0

10 Apr 10:06
7bd1214
Compare
Choose a tag to compare

Agents v5.14.0

Diff since v5.13.0

Closed issues:

  • Internal links in api.md not working (#774)
  • Create a discrete_pos field in ContinuousAgent struct (#790)
  • Error in executing SIR example (sir.jl) (#791)

Merged pull requests:

v5.13.0

30 Mar 14:57
ac73524
Compare
Choose a tag to compare

Agents v5.13.0

Diff since v5.12.0

Merged pull requests:

  • Update celllistmap.jl (#785) (@lmiq)
  • update comparison with all latest version of the frameworks (#786) (@Tortar)
  • Some small improvements to continuous space methods (#787) (@Tortar)
  • Faster resorvoir_sampling_single function (#788) (@Tortar)

v5.12.0

22 Mar 23:40
e6cc480
Compare
Choose a tag to compare

Agents v5.12.0

Diff since v5.11.0

Merged pull requests:

  • Faster random_nearby_position for GridSpaces (#784) (@Tortar)

v5.11.0

18 Mar 13:48
b47bd49
Compare
Choose a tag to compare

Agents v5.11.0

Diff since v5.10.0

Closed issues:

  • Parallel killing of agents results in error (#670)
  • Error when running schelling.jl in examples (#769)
  • Bug in serialization for UnkillableABM (#773)

Merged pull requests:

  • Use UnkillableABM for some models in the model folder (#772) (@Tortar)
  • Improve the speed of GridSpaceIdIterator (#783) (@Tortar)

v5.10.0

14 Mar 19:31
26f582c
Compare
Choose a tag to compare

Agents v5.10.0

Diff since v5.9.0

Closed issues:

  • FixedMassABM performance issues (#761)
  • New empty_nearby_positions function (#770)

Merged pull requests:

  • Not check presence of id for UnremovableABM models in step! (#776) (@Tortar)
  • simplify code creating resorvoir sampling function (#777) (@Tortar)
  • Use aliases in model accessing api (#779) (@Tortar)
  • Make model serialization more general (#780) (@Tortar)
  • Deprecated FixedMassABM (#781) (@Datseris)

v5.9.0

11 Mar 09:18
Compare
Choose a tag to compare

Agents v5.9.0

Diff since v5.8.0

Closed issues:

  • Radius r not automatically casted to integer when inserted in grid dictionary can cause memory bugs (#750)
  • Use OrderedDict for agents container in StandardABM for better reproducibility (#752)
  • randomwalk! error on Predator-Prey example (#754)
  • Efficient random_nearby_position (#756)
  • Unbounded increase of agents in a GridSpaceSingle model (#757)
  • Implementing the Gillespie Algorithm (#759)
  • Renaming the genocide! function (#764)
  • Bug in agents_in_position (#767)

Merged pull requests:

v5.8.0

28 Feb 14:53
Compare
Choose a tag to compare

Agents v5.8.0

Diff since v5.7.0

Closed issues:

  • New function randomwalk! to replace walk!(agent, rand, model). (#644)
  • nearby_ids output changes with translated positions; wrong output (#684)
  • Possible performance increase in random_agent (#742)

Merged pull requests:

v5.7.0

17 Feb 11:55
44df528
Compare
Choose a tag to compare

Agents v5.7.0

Diff since v5.6.5

Closed issues:

  • Different versions of AgentBasedModel (#668)
  • Extremely high memory usage for continuous models (#739)

Merged pull requests:

v5.6.5

01 Feb 12:25
32ca223
Compare
Choose a tag to compare

Agents v5.6.5

Diff since v5.6.4

Closed issues:

  • walk! in GridSpaceSingle with GridAgentis is missing a method (#718)
  • ERROR: LoadError: Some tests did not pass: 998 passed, 8 failed, 2 errored, 0 broken. (#724)
  • Sliders in abmplot() not making an effect. (#727)
  • Simplify code for @agent (#729)

Merged pull requests:

v5.6.4

21 Jan 10:44
24fdc2f
Compare
Choose a tag to compare

Agents v5.6.4

Diff since v5.6.2

Closed issues:

  • Dead link in the docs. (#714)
  • Add docstring support to @agent (#715)

Merged pull requests: