- Fixed bug related to metadata blobs. The sample function was yielding the ``blobs`` object even when it wasn't expected.
1.1.0
++++++++++++++++++
- Allow the ``lnprobfn`` to return arbitrary "blobs" of data as well as the log-probability. - Python 3 compatible (thanks Alex Conley)! - Various speed ups and clean ups in the core code base. - New documentation with better examples and more discussion.
1.0.1
++++++++++++++++++
- Fixed transpose bug in the usage of ``acor`` in ``EnsembleSampler``.