Features
- Added a more robust and better tested implementation of the ``CARMA`` kernel for use with the ``QuasisepSolver``. ([90](https://github.com/dfm/tinygp/issues/90))
- Switched all base classes to [equinox.Module](https://docs.kidger.site/equinox/api/module/module/) objects to simplify dataclass handling. ([#200](https://github.com/dfm/tinygp/issues/200))
Bugfixes
- Fixed use of `jnp.roots` and `np.roll` to make CARMA kernel jit-compliant. ([188](https://github.com/dfm/tinygp/issues/188))
New Contributors
* dhuppenkothen made their first contribution in https://github.com/dfm/tinygp/pull/188
* ywx649999311 made their first contribution in https://github.com/dfm/tinygp/pull/90
**Full Changelog**: https://github.com/dfm/tinygp/compare/v0.2.4...v0.3.0