Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.0.3 #295

Merged
merged 6 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "serofoi" in publications use:'
type: software
license: MIT
title: 'serofoi: Bayesian Estimation of the Force of Infection from Serological Data'
version: 1.0.2
version: 1.0.3
abstract: Estimating the force of infection from time varying, age varying, or constant
serocatalytic models from population based seroprevalence studies using a Bayesian
framework, including data simulation functions enabling the generation of serological
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: serofoi
Title: Bayesian Estimation of the Force of Infection from Serological Data
Type: Package
Version: 1.0.2
Version: 1.0.3
Authors@R: c(
person("Zulma M.", "Cucunubá", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8165-3198")),
Expand Down
31 changes: 29 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# serofoi (development version)
# serofoi 1.0.3

* Updated the stan code to use new syntax.
## New features

* **Add options to plot single FOI estimates and r-hats:**

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"`.

## Minor changes
* **Documentation corrections**
* Fix incorrect cross referencing in documentation
* Update table 1 in article `foi_models` to show the prior specification options available in the package.
* Add example of a particular model specification using the package in article `foi_models`
* Complete missing documentation and tags.
* **Shorten long function and internal parameter names (mainly in the simulation module)**
* Change `seroprevalence_` and `seropositive_` for `seroprev_`
* Change `probability_` for `prob_`
* Remove `_model`
* **Other**
* Make consistent use of Force-of-Infection (FoI) acronym across the package
* Fix broken link to contributing guidelines in `README`

## Internal changes

* Implement `lintr v3.2.0` new suggestions
* Update the stan code to use new syntax.
* Update workflows based on Epiverse template.
* Remove `Hmisc` dependency.
* Replace `Matrix` package for `expm`
* Add `donttest` to examples taking too long to run

# serofoi 1.0.2

Expand Down
Loading