Bug Fixes

  • Fixed issue with summary() when estimate_residual = FALSE (#95)

New Features

  • Added nutpie as an alternative sampler for the Stan models (#92)
  • Cached matrix computations when branch lengths are identical (#93)
  • Implemented Hilbert-space approximate Gaussian processes for spatial control, adding the lon_lat argument and deprecating the dist_mat argument in coev_fit() (#103)

Other Changes

  • Updated license
  • Submitted to rOpenSci for package review
  • Linted package using lintr
  • Implemented srr compliance checks
  • Added continuous integration checks using GitHub Actions
  • Reduced cyclomatic complexity for some functions
  • Re-factored Stan code generation to use whisker templates (#99)
  • Implemented automatic test fixture re-generation in GitHub Actions (#100)
  • Initial release version.