Skip to content

Releases: JuliaDynamics/Agents.jl

v6.1.11

30 Oct 15:42
24bd774
Compare
Choose a tag to compare

Agents v6.1.11

Diff since v6.1.10

Merged pull requests:

v6.1.10

15 Oct 23:36
6707135
Compare
Choose a tag to compare

Agents v6.1.10

Diff since v6.1.9

Merged pull requests:

v6.1.9

10 Oct 13:45
44f775b
Compare
Choose a tag to compare

Agents v6.1.9

Diff since v6.1.8

Merged pull requests:

  • Update tutorial.jl typo (#1082) (@DanielVandH)
  • docs: update devdocs.md (#1083) (@eltociear)
  • Remove outdated warning about kwargs (#1084) (@DanielVandH)
  • Revert "Remove outdated warning about kwargs" (#1085) (@DanielVandH)
  • CompatHelper: bump compat for StreamSampling to 0.5, (keep existing compat) (#1087) (@github-actions[bot])
  • CompatHelper: bump compat for StreamSampling to 0.6, (keep existing compat) (#1088) (@github-actions[bot])
  • Fix out-of-bounds inspection of 2d plots (#1092) (@Tortar)

Closed issues:

  • Hovering with the mouse over an interactive plot spams GLMakie error in the REPL (#1090)

v6.1.8

06 Oct 11:21
6bb230d
Compare
Choose a tag to compare

Agents v6.1.8

Diff since v6.1.7

Merged pull requests:

Closed issues:

  • Broken link in docs (#1079)

v6.1.7

29 Sep 01:10
17190f2
Compare
Choose a tag to compare

Agents v6.1.7

Diff since v6.1.6

Merged pull requests:

  • docs: Small grammar edits (#1076) (@RichardLitt)
  • CompatHelper: bump compat for StreamSampling to 0.4, (keep existing compat) (#1078) (@github-actions[bot])

v6.1.6

11 Sep 13:32
275c9a9
Compare
Choose a tag to compare

Agents v6.1.6

Diff since v6.1.5

Merged pull requests:

  • Error if deletion of agent fails (#1073) (@Tortar)
  • CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#1074) (@github-actions[bot])
  • Update for change of SumTypes library name (#1075) (@Tortar)

v6.1.5

02 Sep 22:54
932d75f
Compare
Choose a tag to compare

Agents v6.1.5

Diff since v6.1.4

Merged pull requests:

Closed issues:

  • add_event! does not use correct propensities in multi-agent simulation (#1071)

v6.1.4

12 Aug 14:39
e3a79f2
Compare
Choose a tag to compare

Agents v6.1.4

Diff since v6.1.3

Merged pull requests:

  • Use a faster ordering for heap in EventQueueABM (#1067) (@Tortar)

v6.1.3

12 Aug 13:33
5d92e5c
Compare
Choose a tag to compare

Agents v6.1.3

Diff since v6.1.2

Merged pull requests:

  • Avoid using a Dict for index retrieval with multiagent macro (#1066) (@Tortar)

v6.1.2

11 Aug 09:08
50f5dcc
Compare
Choose a tag to compare

Agents v6.1.2

Diff since v6.1.1

Merged pull requests:

  • Improve performance of EventQueueABM by better union splitting (#1065) (@Tortar)