* New feature: Adding arbitrary log-probabilities with `pyprob.factor`. See "3.2.1 Conditioning with Factors" in van de Meent, J.W., Paige, B., Yang, H. and Wood, F., 2018. An introduction to probabilistic programming. arXiv preprint arXiv:1809.10756.
* New feature: Support on-disk target for `thin`, `resample`, `filter`, `map`, `reweight`
* `pyprob.observe` returns the observed value
* Improve resampling of weighted on-disk distributions
* Improvements and bug fixes in `reobserve`
* Use `sqlite` instead of `dbm` for on-disk empirical distributions and datasets. This removes the gnudbm dependency for faster disk operations.