Skip to content

Releases: zoj613/polyagamma

v1.1.0-rc.0

27 Feb 15:04
06e25c3
Compare
Choose a tag to compare
v1.1.0-rc.0 Pre-release
Pre-release

pip install polyagamma==1.1.0rc0

v1.1.0-beta.3

21 Feb 15:53
d3479eb
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

pip install polyagamma==1.1.0b3

v1.1.0-beta.2

12 Feb 21:31
69782dc
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

pip install polyagamma==1.1.0b2

v1.1.0-beta.1

10 Feb 12:07
e74652f
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

pip install polyagamma==1.1.0b1

v1.1.0-beta.0

10 Feb 07:21
d6ebc19
Compare
Choose a tag to compare
v1.1.0-beta.0 Pre-release
Pre-release

available on pypi via pip install polyagamma==1.1.0b0

v1.0.0

26 Jan 19:06
7025daf
Compare
Choose a tag to compare
  • 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

26 Jan 15:14
98c4365
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
  • 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

20 Jan 21:34
fc2c9d7
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • 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

11 Jan 01:33
4223626
Compare
Choose a tag to compare

First "stable" release. See README for Details.

v0.1.0-rc1

08 Jan 13:00
fa40b34
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release
  • The alternate sampling method was added.
  • A new keyword argument method is available to select a sampling algorithm. Availble sampling methods are devroye, gamma and alternate.