From 10de04aa04e7fe3fd3b438de1a2910284a70eb90 Mon Sep 17 00:00:00 2001 From: "Aaron A. King" Date: Fri, 6 Sep 2024 08:47:18 -0400 Subject: [PATCH] update NEWS --- inst/NEWS | 6 ++++++ inst/NEWS.Rd | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/inst/NEWS b/inst/NEWS index dd909969..e5b803b1 100644 --- a/inst/NEWS +++ b/inst/NEWS @@ -1,5 +1,11 @@ _N_e_w_s _f_o_r _p_a_c_k_a_g_e '_p_o_m_p' +_C_h_a_n_g_e_s _i_n '_p_o_m_p' _v_e_r_s_i_o_n _5._1_0._1: + + • An improper typecast in the C snippet system, which was + resolvable by many compilers but threw an error under recent + versions of ‘clang’ on MacOS, has been repaired. + _C_h_a_n_g_e_s _i_n '_p_o_m_p' _v_e_r_s_i_o_n _5._9._1: • The rprocess plugin ‘onestep’ now always takes exactly one diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 3943ddb0..00a73f23 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -1,5 +1,10 @@ \name{NEWS} \title{News for package `pomp'} +\section{Changes in \pkg{pomp} version 5.10.1}{ + \itemize{ + \item An improper typecast in the C snippet system, which was resolvable by many compilers but threw an error under recent versions of \pkg{clang} on MacOS, has been repaired. + } +} \section{Changes in \pkg{pomp} version 5.9.1}{ \itemize{ \item The rprocess plugin \code{onestep} now always takes exactly one step to get from one observation time to the next, even when the interval between them is zero.