Dear Kdb+ Developers,
Enlightenment Research, LLC is happy to announce the availability of PyQ 4.1.2.
Although classified as a bug-fix release, PyQ 4.1.2 includes significant improvements for the installation process.
With this release, we have published binary "wheels" on so users of macOS and Windows can install PyQ on systems without a C compiler.
The new installation instructions consist of four easy steps:
- Download kdb+ personal edition from <https://kx.com/download>.
- Create and activate a python virtual environment.
- Unpack kdb+ into the virtual environment: unzip ${HOME}/Downloads/macosx.zip -d ${VIRTUAL_ENV}
- Install pyq: pip install pyq.
Linux or Windows users should change macos.zip to linuxx86.zip and windows.zip respectively. Note that due to the large number of different Linux flavors, we do not publish binary wheels for the Linux platform, but you can create them by running pip wheel pyq yourself. For more information, please read the Installation Instructions.
We have also improved compatibility with the older kdb+ releases. For a complete list of changes, please visit our Version History page.
Best,
The PyQ Team.