- Switched to (~20x) faster Cholesky factorization. - Added O(N) simulation method using Cholesky factor. - Implemented gradients using automatic differentiation. - Changed implementation of white noise to `JitterTerm` instead of `log_white_noise` parameter.
0.1.3
- Submission ready code. - Prepared manuscript and docs for submission. - Added SingleSolver to implement the Rybicki & Press method.
0.1.2
- Fixed bug when pickling `Model` objects. - Added sparse solver using `Eigen/SparseLU`
0.1.1
- Adding support for Windows builds. - Faster solves for wide problems using LAPACK.