- 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.