KxSystems / embedPy

Allows the kdb+ interpreter to call Python functions
https://code.kx.com/q/interfaces
Apache License 2.0
87 stars 42 forks source link

Release 1.3 #58

Closed jhanna-kx closed 5 years ago

jhanna-kx commented 5 years ago

Work with Python 3.7 Add conda package builds to CI Workaround Python 3.5 waiting for stdin on Windows Workaround for python modules that expect main to be resolvable in q on macOS (fixes #55) Fix for test failure on windows (fixes #56) Various CI and test tidy up