You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,32 @@
1
-
# serofoi (development version)
1
+
# serofoi 1.0.3
2
2
3
-
* Updated the stan code to use new syntax.
3
+
## New features
4
+
5
+
***Add options to plot single FOI estimates and r-hats:**
6
+
7
+
We introduced parameters `plot_constant` and `x_axis` to the visualisation functions of the package. These enable the option to plot constant FoI estimates and their corresponding r-hat values, avoiding ambiguity in the specification of the x-axis by means of `x_axis = "time"` or `x_axis = "age"`.
8
+
9
+
## Minor changes
10
+
***Documentation corrections**
11
+
* Fix incorrect cross referencing in documentation
12
+
* Update table 1 in article `foi_models` to show the prior specification options available in the package.
13
+
* Add example of a particular model specification using the package in article `foi_models`
14
+
* Complete missing documentation and tags.
15
+
***Shorten long function and internal parameter names (mainly in the simulation module)**
16
+
* Change `seroprevalence_` and `seropositive_` for `seroprev_`
17
+
* Change `probability_` for `prob_`
18
+
* Remove `_model`
19
+
***Other**
20
+
* Make consistent use of Force-of-Infection (FoI) acronym across the package
21
+
* Fix broken link to contributing guidelines in `README`
22
+
23
+
## Internal changes
24
+
25
+
* Implement `lintr v3.2.0` new suggestions
26
+
* Update the stan code to use new syntax.
27
+
* Update workflows based on Epiverse template.
28
+
* Remove `Hmisc` dependency.
29
+
* Add `donttest` to examples taking too long to run
0 commit comments