|
| 1 | +--- |
| 2 | +title: "BioDynaMo Version 1.0 Release Notes" |
| 3 | +date: "2020-04-09" |
| 4 | +path: "/docs/userguide/release_notes_v1.0/" |
| 5 | +toc: true |
| 6 | +image: "" |
| 7 | +sidebar: "userguide" |
| 8 | +keywords: |
| 9 | + -release |
| 10 | + -v1.0 |
| 11 | + -1.0 |
| 12 | +--- |
| 13 | + |
| 14 | +BioDynaMo version 1.0 was released on April 9, 2021. |
| 15 | + |
| 16 | +The following people have contributed to this first major version |
| 17 | +(ordered by number of contributions): |
| 18 | + |
| 19 | +* Lukas Breitwieser |
| 20 | +* Ahmad Hesam |
| 21 | +* Fons Rademakers |
| 22 | +* Konstantinos Kanellis |
| 23 | +* Jean de Montigny |
| 24 | +* Roman Bauer |
| 25 | +* Giovanni De Toni |
| 26 | +* Jack Jennings |
| 27 | +* Dorukhan Arslan |
| 28 | +* Nam Nguyen |
| 29 | +* Johannes Franz |
| 30 | +* Lukasz Stempniewicz |
| 31 | +* Robert Harakaly |
| 32 | +* Sadyksaj |
| 33 | +* Tobias Duswald |
| 34 | +* Victor Drobny |
| 35 | + |
| 36 | +## Main features |
| 37 | + |
| 38 | +* A general API to implement and customize agent-based models |
| 39 | +* A fully parallelized, high-performance simulation engine |
| 40 | +* Ability to offload computations to GPUs of all major vendors |
| 41 | +* Large-scale model support. BioDynaMo can simulate billions of agents on a single server. |
| 42 | +* Predefined building blocks for simulations in neuroscience, oncology, and epidemiology |
| 43 | +* Support for spherical and cylindrical agent geometries |
| 44 | +* Diffusion methods: Euler, Runge-Kutta |
| 45 | +* Multi-scale simulation support |
| 46 | +* Visualization in ParaView |
| 47 | +* Parameter configuration: JSON, C++ interpreter script, command line, or in-code |
| 48 | +* Automatic backup and restore functionality using ROOT |
| 49 | +* BioDynaMo Notebooks for rapid web-based prototyping |
| 50 | + |
| 51 | + |
| 52 | +For a more detailed description of BioDynaMo's features and capabilities, |
| 53 | +please have a look at the following publication: |
| 54 | + |
| 55 | +**BioDynaMo: a general platform for scalable agent-based simulation** </br> |
| 56 | +*Lukas Breitwieser, Ahmad Hesam, Jean de Montigny, Vasileios Vavourakis, Alexandros Iosif, Jack Jennings, Marcus Kaiser, Marco Manca, Alberto Di Meglio, Zaid Al-Ars, Fons Rademakers, Onur Mutlu, Roman Bauer* </br> |
| 57 | +bioRxiv 2020.06.08.139949; doi: https://doi.org/10.1101/2020.06.08.139949 |
| 58 | + |
| 59 | + |
| 60 | +## Demos |
| 61 | + |
| 62 | +BioDynaMo v1.0 comes with the following demos: |
| 63 | + |
| 64 | +* Cell division |
| 65 | +* Diffusion |
| 66 | +* Soma clustering |
| 67 | +* Tumor concept |
| 68 | +* Epidemiology |
| 69 | +* Gene regulation |
| 70 | +* Parameters |
| 71 | +* Multiple simulations |
| 72 | +* Makefile project |
| 73 | + |
| 74 | +## Supported Platforms |
| 75 | + |
| 76 | +* Ubuntu 18.04, 20.04 |
| 77 | +* CentOS 7 |
| 78 | +* macOS 10.15 and macOS 11.1 |
| 79 | + |
0 commit comments