The following table provides the release notes history for the RIS Python SDK.
Version Number | Description |
3.4.2 |
A KHASH helper function has been corrected to PENC=KHASH instead of PENC=MASK. |
3.4.1 |
Added two shipping types. DE = Delivery and PU = Pick-up. |
3.4.0 |
Added Lbin field and testcase 3.3.4 Get SDK version from Gitlab tag. |
3.3.3 |
|
3.3.1 |
Removed Data Validation from the SDK side. |
3.2.0 |
|
3.1.0 |
Omniscore Implemented in Python. We have included a getter method called getOmniscore that returns the Omniscore value in the Response. |
3.0.2 |
Bug fixes. |
3.0.1 |
Rework the SDK. |
2.0.0 |
|
1.0.2 |
|
1.0.0 |
First release of the Kount RIS Python SDK. |
1.0.0 Release candidate |
|
1.0.2-beta |
Pre-release
|
1.0.1-beta |
Pre-release
Before starting, you first need to install Sphinx, which is done very easily using easy_install or pip command in a command shell: pip install sphinx – upgrade In order to compile the documentation, under linux type: make html or make latex and under windows, type: make.bat html This command will analyze the files in the source/ directory and create the HTML files into the directory _build/html/ or build/html depending on your configuration file. There are many more possible outputs. Type make without argument to get help. For example, to build a PDF version, type: make latexpdf |
1.0.0-beta |
Pre-release
|