SDK Changelog
Version 2022.0
Added support for Python 3.9.x.
Updated embedded Python to 3.9.4.
Removed Python 3.5.x support.
Bump Data API version to 2022.0.0.
New APIs
Add Algo API.
Add App API.
Add UI API.
Add
KEVFile.open()
function to read .kev files.-
Add
ColorRgb.from_hex()
function to convert hexadecimal string to RGB Color.Add
ColorRgb.hex
atribute to get hexadecimal string from RGB Color.
Version 2021.1.3
Bump Data API version to 2021.1.3.
Corrections
Fix import modules from the same directory as the script not working while it works with a standard Python interpreter.
Fix wrong encoding when executing a script using
run_script()
.
Version 2021.1.0
Bump Data API version to 2021.1.0.
Version 2020.2.4
Bump Data API version to 2020.2.4.
Version 2020.2.2
Bump Data API version to 2020.2.2.
Version 2020.2.1
Bump Data API version to 2020.2.1.
Version 2020.2.0
Bump Data API version to 2020.2.0.
New APIs
Add
KMTFile.open()
function to read .kmt files.Add
ColorLab
class to represent a color in Lab color space.Exceptions: Add
InUseError
exception used when an object being deleted is referenced by another object.
Version 2020.1.0
Initial release