Skip to content

Releases: JuliaDynamics/Agents.jl

v5.17.1

17 Jul 10:45
489c24d
Compare
Choose a tag to compare

Agents v5.17.1

Diff since v5.17.0

Merged pull requests:

  • More correct replicate! (and sample!) (#832) (@Tortar)

v5.17.0

14 Jul 01:49
4e1bf10
Compare
Choose a tag to compare

Agents v5.17.0

Diff since v5.16.0

Merged pull requests:

v5.16.0

10 Jul 15:29
6902229
Compare
Choose a tag to compare

Agents v5.16.0

Diff since v5.15.3

Merged pull requests:

v5.15.3

26 Jun 10:21
Compare
Choose a tag to compare

Agents v5.15.3

Diff since v5.15.2

Closed issues:

  • add_agent!(model, properties...) much slower than add_agent!(agent, model) with random position (#820)

Merged pull requests:

  • Fix performance of some versions of add_agent (#821) (@Tortar)
  • Declare arguments with Vararg (#822) (@Tortar)

v5.15.2

08 Jun 11:02
Compare
Choose a tag to compare

Agents v5.15.2

Diff since v5.15.1

v5.15.1

08 Jun 09:47
3843cf2
Compare
Choose a tag to compare

Agents v5.15.1

Diff since v5.15.0

Merged pull requests:

v5.15.0

07 Jun 22:15
1112bdc
Compare
Choose a tag to compare

Agents v5.15.0

Diff since v5.14.0

Closed issues:

  • Precompilation fails on @agent (#409)
  • Filtering in random_nearby_stuff and random_nearby_pos. (#650)
  • Bugfix in symdiff causes errors in Agents.jl tests (#733)
  • Uniformize randomwalk! in gridspaces (#799)
  • Schoolyard Example throws "Specifying spacing by position is deprecated" (#810)
  • Docs: highlight the zoo a bit more? (#812)
  • Creating Discussion section (#814)

Merged pull requests:

  • Small improvement in sampling_with_condition_single function (#795) (@Tortar)
  • Refactor of some scheduler operations (#798) (@Tortar)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#801) (@github-actions[bot])
  • Extend and improve randomwalk! (#802) (@Tortar)
  • Change wording in the benchmark comparison with the other frameworks (#804) (@Tortar)
  • Fix true_pairs! (#805) (@Tortar)
  • Fix manhattan_distance (#806) (@Tortar)
  • Fix small return type instability in walk! (#807) (@Tortar)
  • Update schoolyard.jl (#811) (@GMGassner)
  • Improve speed of Nearby Look-ups in GridSpaces (#816) (@Tortar)
  • Move to Julia v1.9 and other doc updates (#817) (@Datseris)

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)