Skip to content

v1.3.1

Choose a tag to compare

@zoj613 zoj613 released this 11 May 19:54
· 74 commits to main since this release
4b3c9e7

This minor release re-instates support for python 3.6. Changes include:

  • The samplers have improved performance when generating multiple samples using scalar parameter values for h and z. The speed boost using the default parameter values (h=1, z=0) are:

    devroye: 8.67% boost
    alternate: 50% boost
    saddle: 159% boost
    gamma: 0% boost

    See #76 for more details.

  • The hybrid sampler has thus been updated based on the benchmarks after #76 was merged.