Skip to content

PyQ 4.1.0

Compare
Choose a tag to compare
@pyq-enlnt pyq-enlnt released this 30 Aug 18:16
· 62 commits to master since this release
pyq-4.1.0

Enlightenment Research LLC is happy to announce the availability of PyQ 4.1.0, a minor release that includes the following new features as well as performance improvements.

  • Improved calling Python functions from q.
    • Objects of any type supported by the K() constructor can be returned to q.
    • Python functions can be called from multiple q threads.
  • Calls from Python to q will now release GIL allowing concurrent execution of q code from multiple threads.
  • Added a backtrace mode (requires kdb+ 3.5 or later) in which q stack trace is printed on q errors.
  • Experimental Windows support.

For an overview of changes see "What's new in PyQ 4.1".

To upgrade, run

$ pip install -i https://pyq.enlnt.com --no-binary pyq -U pyq

Enjoy!