Releases: zoj613/polyagamma
Releases · zoj613/polyagamma
v2.0.2
21 Mar 14:45
Compare
Sorry, something went wrong.
No results found
v2.0.1
09 Nov 07:45
Compare
Sorry, something went wrong.
No results found
v2.0.0
19 Jul 10:15
Compare
Sorry, something went wrong.
No results found
What's Changed
BUILD: Remove cython as hard build dependency. by @zoj613 in #125
BUILD, MAINT: Migrate to Cython 3 and use the Iterator API instead of PyArray_MultiIter_* functions for iteration. by @zoj613 in #126
BUILD: Add support for numpy 2.0 by @zoj613 in #127
Full Changelog : v1.3.6...v2.0.0
v1.3.6
08 Oct 05:16
Compare
Sorry, something went wrong.
No results found
v1.3.5
10 Mar 00:38
Compare
Sorry, something went wrong.
No results found
v1.3.4
23 Jun 10:04
Compare
Sorry, something went wrong.
No results found
Ensure full precision for 32 bit floating point random values (see #117 )
Return NaN for out of range parameter values when disable_checks=True (see #116 )
v1.3.3
06 Apr 11:31
Compare
Sorry, something went wrong.
No results found
Adds support for python 3.10 and drops 3.6
v1.3.2
20 Sep 23:11
Compare
Sorry, something went wrong.
No results found
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 and z 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 on conda 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
14 Aug 23:22
Compare
Sorry, something went wrong.
No results found
Improves support for Windows build. It should build successfully on windows sever >=2016
pip install polyagamma==1.3.2b3
v1.3.2-beta.2
02 Jul 11:51
Compare
Sorry, something went wrong.
No results found
Adds support for Windows 10 and adds wheels for MacOS X and Windows.
pip install polyagamma==1.3.2b2