https://learninghub.kx.com/forums/topic/pykx-2-2-2-released
PyKX 2.2.2 has been released Full details on the release can be found here.
Fixes and improvements:
- Conversions between
UUIDandpykx.GUIDtypes could produce invalid results under various conditions in both licensed and unlicensed mode. - A regression in 2.2.1 resulted in
SIGINTsignals being incorrectly treated asSIGTERMstyle signals, PyKX now resets all signals overwritten by PyKX to their values prior to import. - Indexing regression in 2.2.1 causing hangs for certain inputs such as
tbl[::-1]has been resolved.