pomp version 5.6 has been released to CRAN and is making its way to a mirror near you.
This release contains changes to the C API and some documentation corrections.
- The C-level functions
set_pomp_userdata
andunset_pomp_userdata
are no longer exported. - The C-level function
bspline_eval
is no longer exported. B-splines are available in C snippets via the functionsbspline_basis_eval
,bspline_basis_eval_deriv
,periodic_bspline_basis_eval
, andperiodic_bspline_basis_eval_deriv
. See the documentation of the pomp C API for details.