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 https://github.com/zoj613/polyagamma/pull/76 for more details.
- The hybrid sampler has thus been updated based on the benchmarks after 76 was merged.