Releases: zoj613/polyagamma
Releases · zoj613/polyagamma
v2.0.1
v2.0.0
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
- Fixes a type casting bug that occurs when passing the scale parameter h as a numpy array when the method is explicitly set to
devroye
. See #85. - Fixes a bug with the
devroye
method hanging unexpectedly in some corner cases. Details at #83 - Non-scalar arguments for
h
andz
can now be broadcasted together with a specified size value. This is consistent more with NumPy's random functions. - Adds support for Windows OS and adds wheels for both MacOS X and Windows.
- Adds installation of the package via
conda-forge
for users who rely onconda
to install packages. - the
-march=native
compiler option is removed when building the package to avoid problems with conda distributions of the package.
v1.3.2-beta.3
- Improves support for Windows build. It should build successfully on windows sever >=2016
pip install polyagamma==1.3.2b3
v1.3.2-beta.2
- Adds support for Windows 10 and adds wheels for MacOS X and Windows.
pip install polyagamma==1.3.2b2
v1.3.2-beta.1
- Non-scalar arguments for
h
andz
can now be broadcasted together with a specifiedsize
value. This is consistent more with NumPy's random functions.