This release pins numpy < 2.0 and includes a few bug fixes in the test code.
0.1.4
This release incorporates PR 342 for parallel HMM sampling.
0.1.3
Incorporating some minor code changes to be compatible with latest jax releases. (E.g., jax 0.4.24 no longer has `row_stack`.)
0.1.2
Adds support for LGSSMs with diagonal noise covariance as well as better PSD solve.
0.1.1
Incorporating changes and bug-fixes. Some of the many changes since Nov 2022 are: - support for callable parameters for LGSSM - refactoring some of the EKF code - parallel inference and sampling updates for HMM and LGSSM - gamma HMM