Skip to content

Commit 3ca9b39

Browse files
committed
alternative filter scheme for SEIRS
1 parent f8b3f4a commit 3ca9b39

18 files changed

Lines changed: 73 additions & 71 deletions

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: phylopomp
22
Type: Package
33
Title: Phylodynamic Inference for POMP Models
4-
Version: 0.17.2.0
5-
Date: 2026-04-10
4+
Version: 0.18.0.0
5+
Date: 2026-05-10
66
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
77
person(given=c("Qianying"),family="Lin",role=c("aut"),comment=c(ORCID="0000-0001-8620-9910"))
88
)
@@ -17,7 +17,6 @@ LazyData: true
1717
Contact: kingaa at umich dot edu
1818
Encoding: UTF-8
1919
Roxygen: list(roclets = c("collate", "namespace", "rd"))
20-
RoxygenNote: 7.3.3
2120
Collate:
2221
'package.R'
2322
'geneal.R'
@@ -52,3 +51,4 @@ Collate:
5251
'twospecies_pomp.R'
5352
'twoundead.R'
5453
'yaml.R'
54+
Config/roxygen2/version: 8.0.0

inst/NEWS

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
_N_e_w_s _f_o_r _p_a_c_k_a_g_e '_p_h_y_l_o_p_o_m_p'
22

3+
_C_h_a_n_g_e_s _i_n '_p_h_y_l_o_p_o_m_p' _v_e_r_s_i_o_n _0._1_8:
4+
5+
• The integration of the filter for the SEIRS model has
6+
changed.
7+
8+
• ‘sir_pomp’, ‘seirs_pomp’, and ‘strains_pomp’ now expect
9+
initial conditions expressed as fractions of a specified host
10+
population size (‘pop’).
11+
12+
• When times or branch-lengths are converted to decimal
13+
representation (e.g., by ‘newick()’ or ‘yaml()’), more care
14+
is taken to preserve precision.
15+
16+
• The ‘curtail’ function now takes arguments ‘t0’ and ‘time’,
17+
consistent with the usage in the rest of the package.
18+
319
_C_h_a_n_g_e_s _i_n '_p_h_y_l_o_p_o_m_p' _v_e_r_s_i_o_n _0._1_7:
420

521
This release contains a relatively large refactorization of the
@@ -34,17 +50,6 @@ _C_h_a_n_g_e_s _i_n '_p_h_y_l_o_p_o_m_p' _v_e_r_s_i_o_n
3450
• The use of palettes in the plotting routines is now more
3551
consistent.
3652

37-
• The ‘curtail’ now takes arguments ‘t0’ and ‘time’, consistent
38-
with the usage in the rest of the package.
39-
40-
• ‘sir_pomp’, ‘seirs_pomp’, and ‘strains_pomp’ now expect
41-
initial conditions expressed as fractions of a specified host
42-
population size (‘pop’).
43-
44-
• When times or branch-lengths are converted to decimal
45-
representation (e.g., by ‘newick()’ or ‘yaml()’), more care
46-
is taken to preserve precision.
47-
4853
_C_h_a_n_g_e_s _i_n '_p_h_y_l_o_p_o_m_p' _v_e_r_s_i_o_n _0._1_6:
4954

5055
• ‘gendat()’ now returns the deme for samples.

inst/NEWS.Rd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
\name{NEWS}
22
\title{News for package `phylopomp'}
3+
\section{Changes in \pkg{phylopomp} version 0.18}{
4+
\itemize{
5+
\item The integration of the filter for the SEIRS model has changed.
6+
\item \code{sir_pomp}, \code{seirs_pomp}, and \code{strains_pomp} now expect initial conditions expressed as fractions of a specified host population size (\code{pop}).
7+
\item When times or branch-lengths are converted to decimal representation (e.g., by \code{newick()} or \code{yaml()}), more care is taken to preserve precision.
8+
\item The \code{curtail} function now takes arguments \code{t0} and \code{time}, consistent with the usage in the rest of the package.
9+
}
10+
}
311
\section{Changes in \pkg{phylopomp} version 0.17}{
412
This release contains a relatively large refactorization of the C++ library.
513
\itemize{
@@ -16,9 +24,6 @@
1624
\item Internally, \code{phylopomp} now represents the demes more carefully.
1725
The deme-number 0 is reserved for the \sQuote{undeme}, i.e., nodes or branches with unspecified deme.
1826
\item The use of palettes in the plotting routines is now more consistent.
19-
\item The \code{curtail} now takes arguments \code{t0} and \code{time}, consistent with the usage in the rest of the package.
20-
\item \code{sir_pomp}, \code{seirs_pomp}, and \code{strains_pomp} now expect initial conditions expressed as fractions of a specified host population size (\code{pop}).
21-
\item When times or branch-lengths are converted to decimal representation (e.g., by \code{newick()} or \code{yaml()}), more care is taken to preserve precision.
2227
}
2328
}
2429
\section{Changes in \pkg{phylopomp} version 0.16}{

man/lbdp.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/moran.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reexports.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/s2i2r2.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/seir.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/si2r.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/siir.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)