This version fixes a major bug related to the Test function. It was previously ignoring any given ca and always applying the default one (1.95). KS statistic was fine in the previous version.
Windows and MacOS (both x64) dynamic libraries, which are required for FFI (Python and Lua).
For MacOS, line 27 in IKS.py must be replaced with:
clib = ffi.dlopen("iks.dylib")
IKS.py and iks.dll/iks.dylib must be in the same folder.