exxeleron / qPython

interprocess communication between Python and kdb+
http://www.devnet.de
Apache License 2.0
151 stars 90 forks source link

numpy deprecation warnings #64

Closed mcguipat closed 5 years ago

mcguipat commented 5 years ago

Is it possible to put a fix in the next release to move to use frombuffer when converting the raw q data in qreader.py?

lib\site-packages\qpython\qreader.py:299: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead data = numpy.fromstring(raw, dtype = conversion)