ralhei / pyRserve

A python client for Rserve (network layer to remote R server)
Other
47 stars 13 forks source link

add support for numpy 1.25.0 #28

Closed frlender closed 1 year ago

frlender commented 1 year ago

current 1.0.1 version does not work for the latest numpy.

ralhei commented 1 year ago

Hi @frlender, thanks for sending in your pull request. However I'm not quite sure if your changes are necessary, at least on my side all unittest for pyRserve work just fine with numpy 1.25.0 and Python 3.11.3 on a Linux machine. But of course my unittests might not catch all errors in the code, so please provide me with code samples in order to get a clearer picture of what you are doing.

Also I would be interested to knwo which Python version are you using. What OS (Linux, Windows, Mac) are you working on?

frlender commented 1 year ago

You are right. Possibly some misconfiguration of my environment.