forked from oswaldosantos/EpiDynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
executable file
·67 lines (35 loc) · 1.28 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
EpiDynamics 0.2
===============
* SIRAdditiveNoise:
* SIRDemogStoch: updated name for SIRDemoStochastic function.
* SIRTauLeap:
* SISDemogStoch:
* Plots of results added to the exmaples section in functions' documentation.
EpiDynamics 0.1.2
=================
* DESCRIPTION: imports update.
* SIRScaledAdditiveNoise: Solves a SIR model with scaled additive noise.
* SIRDemoStochastic: Solves a SIR model with demographic stochasticity.
* SIR2TypesImports: Solves a model with two types of stochastic imports.
* SIR2Stages: it is now called SIR2AgeClasses.
EpiDynamics 0.1.1
=================
* DESCRIPTION: imports update.
* PlotModels: renamed as PlotMods to avoid conflicts with PlotModels function
from the capm package. In addition, bug fixed to use correctly
the 'variables' argument in the intended way.
EpiDynamics 0.1
=================
* DESCRIPTION: imports update.
EpiDynamics 0.0.3
=================
* SIR2AgeClasses: Previuosly named SIR2Stages.
* PlotModels: Bug fix for grid argument.
EpiDynamics 0.0.2
=================
* PlotModels: It plots model's results.
* SIRSinusoidalForcing: Now it solves bifurcation.
* SIRSinusoidalBitrh: Bug fix to solve bifurcations.
EpiDynamics 0.0.1
=================
* Dynamic Models in Epidemiology