PyKX 2.2.2 Released

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 UUID and pykx.GUID types could produce invalid results under various conditions in both licensed and unlicensed mode.
  • A regression in 2.2.1 resulted in SIGINT signals being incorrectly treated as SIGTERM style 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.