Releases: zoj613/polyagamma
Releases · zoj613/polyagamma
v1.1.0-rc.0
pip install polyagamma==1.1.0rc0
v1.1.0-beta.3
pip install polyagamma==1.1.0b3
v1.1.0-beta.2
pip install polyagamma==1.1.0b2
v1.1.0-beta.1
pip install polyagamma==1.1.0b1
v1.1.0-beta.0
available on pypi via pip install polyagamma==1.1.0b0
v1.0.0
- The API has been changed from a class-based to a function-based one. See README file for more info,
- A new "Saddle Point Approximation" sampling method has been added. It can be accessed using
method="saddle"
. - The hybrid sampler has been updated.
- A normal approximation sampler for when
h
is large is now available. This functionality is not directly available in the public API and only usable via the hybrid sampler.
v1.0.0-rc1
- The hybrid sampler has been updated.
- A normal approximation sampler for when
h
is large is now available. This functionality is not directly available in the public API and only usable via the hybrid sampler. - Speed of the
saddle
method has been improved with use of a different solver.
v1.0.0-beta.1
- The API has been changed from a class-based to a function-based one. See
README
file for more info, - A new "Saddle Point Approximation" sampling method has been added. It can be accessed using
method="saddle"
.
This pre-release is available on PyPI and can be installed with pip install polyagamma==1.0.0b1
v0.1.0
v0.1.0-rc1
- The alternate sampling method was added.
- A new keyword argument
method
is available to select a sampling algorithm. Availble sampling methods aredevroye
,gamma
andalternate
.