Skip to content

Releases: JuliaDynamics/Agents.jl

v2.1.1

16 Dec 17:19
v2.1.1
Compare
Choose a tag to compare

v2.1.1 (2019-12-16)

Diff since v2.1.0

Closed issues:

  • Error in fastest scheduler (#106)
  • GPU support (#105)
  • Stepping until condition is met (#102)
  • Performance: consider Dictionaries.jl (#99)

v2.1.0

11 Dec 12:43
v2.1.0
2bc1f91
Compare
Choose a tag to compare

v2.1.0 (2019-12-11)

Diff since v2.0.4

Closed issues:

  • Scheduler function & number of steps (#98)
  • Game of life example _and_ visualization (#84)

Merged pull requests:

  • Conditionally stop simulations (#103) (kavir1698)
  • Add a scheduler API and improve scheduler documentation (#101) (Datseris)

v2.0.4

09 Dec 11:43
v2.0.4
Compare
Choose a tag to compare

v2.0.3

08 Dec 23:08
v2.0.3
Compare
Choose a tag to compare

v2.0.2

08 Dec 16:19
v2.0.2
Compare
Choose a tag to compare

v2.0.2 (2019-12-08)

Diff since v2.0.1

Merged pull requests:

v2.0.1

02 Dec 00:35
v2.0.1
Compare
Choose a tag to compare

v2.0.1 (2019-12-01)

Diff since v2.0.0

Closed issues:

  • Final call before 2.0 (#86)

Merged pull requests:

v2.0.0

01 Dec 13:19
v2.0.0
Compare
Choose a tag to compare

v2.0.0 (2019-12-01)

Diff since v1.1.8

Closed issues:

  • Grid search (#76)
  • A fairer comparison with Mesa (#75)
  • Numbering of columns. Shouldn't it start from 0 ? (#74)
  • Bugs in add_agent!(node, model::ABM, properties...) (#69)
  • node_neighbors(node_number::Integer, model::ABM, radius::Integer) is unclear (#66)
  • Titles of data collection via aggergators should be improved... (#61)
  • Some things should be more convenient (#60)
  • Make space optional (#59)
  • pretty printing for Space and AgentBasedModel (#55)
  • update plot for agent.jl main API (#54)
  • Create unified AgentBasedModel (#53)
  • Update benchmarks for 2.0 (#50)
  • Update the tests (#49)
  • Move plotting functionality to AgentPlots.jl (#48)
  • Parallel computing (#47)
  • Reconsider the amount of plotting bundled into Agents.jl (#46)
  • BoundsError when adding/removing agents (#45)
  • Update data collection aspect of step! for v2.0 (#44)
  • grid definition isn't working (#43)
  • doubled information: agent.pos and space.agent_positions (#40)
  • add_agent! default method to use agent's position (#39)
  • The methods of the step! function (#38)
  • questions regarding the API (#36)
  • Logo for Agents.jl (#34)
  • Defining a space - Why? (#24)
  • Proposal: Refactor documentation to use the examples of examples, Literate.jl and Documenter.jl (#20)
  • Fontconfig / Compose problem (#17)
  • Would you like to join JuliaDynamics? (#15)

Merged pull requests:

v1.1.8

08 Oct 21:16
Compare
Choose a tag to compare
v1.1.8

v1.1.7

13 Aug 18:00
Compare
Choose a tag to compare

v1.1.7 (2019-08-10)

Diff since v1.1.6

Closed issues:

  • Proposal: Scheduler type (#23)
  • [DOC] Statement of the APIs (#22)
  • [Doc] Document visualization (#21)
  • Provide valid colornames error (#19)
  • [Doc] Possible improvements of the documentation homepage (#16)

Add distributed computing for batch simulations

12 Jul 22:25
Compare
Choose a tag to compare
v1.1.5

v1.1.5 Distributed computing