KX Community

Find answers, ask questions, and connect with our KX Community around the world.

Home Forums PyKX PyKX 2.4.1 and PyKX 2.4.2 Released!

  • PyKX 2.4.1 and PyKX 2.4.2 Released!

    Posted by rocuinneagain on April 4, 2024 at 8:45 am


    PyKX 2.4.2

    Fixes 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

    • This discussion was modified 3 weeks, 4 days ago by  rocuinneagain.
    rocuinneagain replied 3 weeks, 4 days ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

Log in to reply.