-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement correct distribution for isotropic 3D reorientations * remove `azimuthal` from api, rename `polar` to `angle`, default angles to 3D isotropic pdf on sphere * replace `polar` with `angle` * bump version - breaking change to api * no defaults for tumble * define `Isotropic` function to produce correct pdf for given dimensionality * update tests * update examples * update docs * update defaults of chemotaxis models * update api * remove old unused files * fix docs * fix motile states constructors * update benchmarks
- Loading branch information
Showing
34 changed files
with
171 additions
and
223 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MicrobeAgents" | ||
uuid = "b17a4bac-8667-4a2d-84f7-1883ae0b8dbb" | ||
authors = ["Riccardo Foffi <[email protected]> and contributors"] | ||
version = "0.4.2" | ||
version = "0.5.0" | ||
|
||
[deps] | ||
Agents = "46ada45e-f475-11e8-01d0-f70cc89e6671" | ||
|
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# MicrobeAgents.jl benchmarks - 0.5.0 | ||
|
||
## Simple stepping | ||
Type | Time (μs) | Allocs | Memory | ||
--- | --- | --- | --- | ||
Microbe{1} | 4.98e-01 | 1.10e+01 | 1.79e+02 | ||
Microbe{2} | 6.31e-01 | 1.50e+01 | 3.07e+02 | ||
Microbe{3} | 7.35e-01 | 1.50e+01 | 3.07e+02 | ||
BrownBerg{1} | 6.01e-01 | 1.70e+01 | 7.55e+02 | ||
BrownBerg{2} | 7.43e-01 | 2.10e+01 | 9.79e+02 | ||
BrownBerg{3} | 8.57e-01 | 2.10e+01 | 1.08e+03 | ||
Brumley{1} | 6.40e-01 | 1.65e+01 | 7.47e+02 | ||
Brumley{2} | 7.58e-01 | 2.05e+01 | 9.71e+02 | ||
Brumley{3} | 8.59e-01 | 2.05e+01 | 1.07e+03 | ||
Celani{1} | 5.48e-01 | 1.30e+01 | 3.71e+02 | ||
Celani{2} | 6.81e-01 | 1.70e+01 | 5.31e+02 | ||
Celani{3} | 8.05e-01 | 1.70e+01 | 5.63e+02 | ||
SonMenolascina{1} | 6.08e-01 | 1.60e+01 | 7.39e+02 | ||
SonMenolascina{2} | 7.39e-01 | 2.00e+01 | 9.64e+02 | ||
SonMenolascina{3} | 8.51e-01 | 2.00e+01 | 1.06e+03 |
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
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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.