Skip to content

Commit 645d375

Browse files
committed
update NEWS.md (v1.0.3)
1 parent c85eec7 commit 645d375

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

NEWS.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
1-
# serofoi (development version)
1+
# serofoi 1.0.3
22

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
430

531
# serofoi 1.0.2
632

0 commit comments

Comments
 (0)