|
8 | 8 | AgentPy is an open-source library for the development and analysis of agent-based models in Python. |
9 | 9 | The framework integrates the tasks of model design, interactive simulations, numerical experiments, |
10 | 10 | and data analysis within a single environment. The package is optimized for interactive computing |
11 | | -with [IPython](http://ipython.org/), [IPySimulate](https://github.com/JoelForamitti/ipysimulate), and [Jupyter](https://jupyter.org/). |
| 11 | +with [IPython](http://ipython.org/) and [Jupyter](https://jupyter.org/). |
12 | 12 |
|
13 | | -Please cite this software as follows: |
14 | | - |
15 | | - Foramitti, J., (2021). AgentPy: A package for agent-based modeling in Python. |
16 | | - Journal of Open Source Software, 6(62), 3065, https://doi.org/10.21105/joss.03065 |
| 13 | +**Note:** AgentPy is no longer under active development. For new projects, we recommend using [MESA](https://mesa.readthedocs.io/stable/). |
17 | 14 |
|
18 | 15 | **Installation:** `pip install agentpy` |
19 | 16 |
|
20 | 17 | **Documentation:** https://agentpy.readthedocs.io |
21 | 18 |
|
22 | 19 | **JOSS publication:** https://doi.org/10.21105/joss.03065 |
23 | 20 |
|
24 | | -**Discussion forum:** https://github.com/JoelForamitti/agentpy/discussions |
25 | | - |
26 | | -**Tutorials and examples:** https://agentpy.readthedocs.io/en/latest/model_library.html |
| 21 | +Please cite this software as follows: |
27 | 22 |
|
28 | | -**Comparison with other frameworks**: https://agentpy.readthedocs.io/en/latest/comparison.html |
| 23 | + Foramitti, J., (2021). AgentPy: A package for agent-based modeling in Python. |
| 24 | + Journal of Open Source Software, 6(62), 3065, https://doi.org/10.21105/joss.03065 |
0 commit comments