-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move to v5 * add more changelog stuff * Update CHANGELOG, remove accidental JLD2 file * lways test in latest stable julia * use latest for of .bib * Add deprecations * Add to CHANGELOG * use agents.jl as bibentry name * state v5 in homepage * correct link to example zoo * Change names to new plotting names * wip update to final InteractiveDynamics * fix return `missing` in `move_along_route!` * add TODO that try-catch is bad for performance * limit code to 92 chars * correctly use `nearest_road` in zombies * add depwarnings inside the package * add latlon in changelog * add pre-recorded video of rabit hawk, it freezes build with CairoMakie * fix Graph integration Co-authored-by: Aayush Sabharwal <aayush.sabharwal@gmail.com>
- Loading branch information
1 parent
5d1182d
commit b1cd6a8
Showing
24 changed files
with
225 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
version: | ||
- '1.6' | ||
- '1' | ||
os: | ||
- ubuntu-18.04 | ||
arch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ Manifest.toml | |
/.benchmarkci | ||
*.osm.cache | ||
src/update_* | ||
agents_visualizations.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
@article{Agents.jl, | ||
author = {George Datseris and Ali R. Vahdati and Timothy C. DuBois}, | ||
title ={Agents.jl: a performant and feature-full agent-based modeling software of minimal code complexity}, | ||
journal = {SIMULATION}, | ||
volume = {0}, | ||
number = {0}, | ||
pages = {00375497211068820}, | ||
year = {0}, | ||
doi = {10.1177/00375497211068820}, | ||
URL = {https://doi.org/10.1177/00375497211068820}, | ||
eprint = {https://doi.org/10.1177/00375497211068820}, | ||
doi = {10.1177/00375497211068820}, | ||
url = {https://doi.org/10.1177/00375497211068820}, | ||
year = {2022}, | ||
month = jan, | ||
publisher = {{SAGE} Publications}, | ||
pages = {003754972110688}, | ||
author = {George Datseris and Ali R. Vahdati and Timothy C. DuBois}, | ||
title = {Agents.jl: a performant and feature-full agent-based modeling software of minimal code complexity}, | ||
journal = {{SIMULATION}}, | ||
volume = {0}, | ||
number = {0}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# More Examples for Agents.jl | ||
In order to keep the documentation of Agents.jl lean and focused, the majority of model examples for Agents.jl are not hosted in this documentation, but rather in a different one: [Agents.jl Example Zoo]([More Examples for Agents.jl](https://juliadynamics.github.io/AgentsExampleZoo.jl/dev/)). Any kind of user-written example is welcomed to be contributed there as well! | ||
In order to keep the documentation of Agents.jl lean and focused, the majority of model examples for Agents.jl are not hosted in this documentation, but rather in a different one: [Agents.jl Example Zoo](https://juliadynamics.github.io/AgentsExampleZoo.jl/dev/). Any kind of user-written example is welcomed to be contributed there as well! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.