packages feed

rhine-bayes-1.3: ChangeLog.md

# Revision history for rhine-gloss


## 1.3

* Dropped `dunai` dependency in favour of state automata.
  See [the versions readme](./versions.md) for details.
* Support GHC 9.6 and 9.8
* Updated to monad-bayes 1.3

## 1.2

* Updated to monad-bayes 1.2.0

## 1.1

* dunai-0.11 compatibility
* Extended example application by particle collapse

## 1.0

* Removed schedules. See the [page about changes in version 1](/version1.md).
* Introduced type alias `StochasticProcess`.
* Added `whiteNoiseVarying`.

## 0.9

* Add simple Poisson, Gamma and Bernoulli processes

## 0.8.1.1

* First version. Version numbers follow rhine.
* Introduces basic stochastic processes and Sequential Monte Carlo particle filter
* Thank you, Reuben Cohn-Gordon and Dominic Steinitz