Skip to content

Releases: JuliaDynamics/Agents.jl

v3.2.2

16 Jul 10:12
0f68e2e
Compare
Choose a tag to compare

Agents v3.2.2

Diff since v3.2.1

Closed issues:

  • Make library of predefined ABMs (#113)
  • Code snippet for website (#114)
  • Dynamic ABM plotting (#118)

Merged pull requests:

  • DifferentialEquations integration documentation (#261) (@Libbum)

v3.2.1

20 Jun 19:08
d390937
Compare
Choose a tag to compare

Agents v3.2.1

Diff since v3.2.0

Merged pull requests:

v3.2.0

16 Jun 19:08
bb9780b
Compare
Choose a tag to compare

Agents v3.2.0

Diff since v3.1.1

Merged pull requests:

v3.1.1

11 Jun 20:09
Compare
Choose a tag to compare

Agents v3.1.1

Diff since v3.1.0

Closed issues:

  • Differentiable ABM? (#175)

Merged pull requests:

  • Update schelling.jl (Aggregate is deprecated) (#254) (@DadouLapous)

v3.1.0

14 May 10:09
500702b
Compare
Choose a tag to compare

Agents v3.1.0

Diff since v3.0.0

Closed issues:

  • move_agent! based on new position or an arbitrary velocity for ContinuousSpace models (#248)
  • Test failures with recent package versions (#250)
  • Interacting_pairs with different types of agents (#252)

Merged pull requests:

  • add a move_agent! method that uses an argument as the velocity. (#249) (@balenamiaa)
  • Use propertynames instead of names (#251) (@Libbum)
  • Mixed model support in interacting_pairs (#253) (@Libbum)

v3.0.0

02 May 08:06
7bfe524
Compare
Choose a tag to compare

Agents v3.0.0

Diff since v2.4.0

Closed issues:

  • [DOCS] examples of non-grid spaces (#37)
  • Increase test coverage (#72)
  • Improve test suite (#100)
  • Is the game of life animation correct? (#117)
  • Continuous space brainstorming (#137)
  • Contribution Ideas & Roadmap (#141)
  • Tests for continuous space (#146)
  • Agent field (+ types) assertion errors (#147)
  • Rethink gridspace: don't expose network to user (#148)
  • A proper collide! function (#149)
  • A problematic data collection case (#151)
  • node_neighbors and space_neighbors tests for discrete space (#153)
  • minor error in the code for sir.jl (#157)
  • New logo for version 3.0 (#160)
  • iterate till convergence (#163)
  • Incorrect step number after using n::Function in data collection (#165)
  • Feature request: propagate model.symbol to model.properties[:symbol] (#166)
  • Iterator over agent pairs (#170)
  • Best practices for AbstractAgent (#171)
  • Ensure all examples are type stable, see #159 (#174)
  • Regarding #176 : warn, not error (#178)
  • Possible bug in the data collector (#179)
  • Manifest & gitignore (#180)
  • Split step! into three functions (#187)
  • Collect data from model environment and agent simulatenously. (#188)
  • Handling agents killed by other agents (#193)
  • Support unions for heterogeneous agents (#194)
  • Problems with the sample! function (#196)
  • Redo comparison with Mesa (#199)
  • Properly use metric in continuous space (#201)
  • feature request (#203)
  • Error using Agents.jl (#206)
  • Type instability in space_neighbors (#208)
  • Use Static Vector for position type of GridSpace and ContinuousSpace? (#210)
  • GridSpace not defined on Schelling model (#215)
  • No field min_to_be_happy on Schelling model (#216)
  • Function to get all pairs within interaction radius (#220)
  • Reducing over an empty collection is not allowed (#221)
  • Cannot invoke models with different schedulers when using ContinuousSpace (#226)
  • Discussion of naming convention for collected data (#234)
  • by_type scheduler (#235)

Merged pull requests:

v2.4.0

17 Mar 19:06
1710da4
Compare
Choose a tag to compare

Agents v2.4.0

Diff since v2.3.0

Closed issues:

  • add genocide!(model, f::Function) (#134)

Merged pull requests:

v2.3.0

14 Mar 20:08
a92e6d1
Compare
Choose a tag to compare

Agents v2.3.0

Diff since v2.2.4

Merged pull requests:

v2.2.4

12 Mar 20:08
1c97912
Compare
Choose a tag to compare

Agents v2.2.4

Diff since v2.2.3

Closed issues:

  • HK example model_step! allocation (#123)

Merged pull requests:

v2.2.3

21 Dec 15:45
v2.2.3
Compare
Choose a tag to compare

v2.2.3 (2019-12-21)

Diff since v2.2.2

Closed issues:

  • Schelling Model in docs does not run (#115)
  • Schelling model is not in examples (#94)
  • Error running Cellular Automata first example on Jupyter lab (#65)
  • Relating ABM with statistics (#31)

Merged pull requests:

  • Make Schelling a dedicated example and fix its errors (#116) (Datseris)