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

py2q in c #29

Closed jfakx closed 6 years ago

awilson-kx commented 6 years ago

The following conversion in master

q).p.py2q .p.pyeval"np.int64(1)"
1

is broken in jfakx-py2q-in-c

q).p.py2q .p.pyeval"np.int64(1)"
foreign
jfakx commented 6 years ago

new pull request with fix #30