-
PyKX 2.4.1 and PyKX 2.4.2 Released!
PyKX 2.4.2Fixes and Improvements
- Updated libq to 2024.03.28 for all supported OS’s.
PyKX 2.4.1
Fixes and Improvements
- Previously calls to qsql.select, qsql.exec, qsql.update and qsql.delete would require multiple calls to parse the content of where, colums and by clauses. These have now been removed with all parsing now completed within the functional query when called via IPC or local to the Python process.
- Linux x86 and Mac x86/ARM unlicensed mode e.o library updated to 2023.11.22. Fixes subnormals issue. Behavior post change:
>>> import os
>>> os.environ['PYKX_UNLICENSED']='true'
>>> import pykx as kx
>>> import numpy as np
>>> np.finfo(np.float64).smallest_subnormal + 0.
5e-324
Sorry, there were no replies found.
Log in to reply.