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_userdataandunset_pomp_userdataare no longer exported. - The C-level function
bspline_evalis 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.