Stewori / JyNI

Enables Jython to load native CPython extensions.
https://jyni.12hp.de
Other
152 stars 17 forks source link

SciPy #27

Open Tatsukyo opened 6 years ago

Tatsukyo commented 6 years ago

Hello @Stewori

I'm currently using JyNI to import Numpy in a Java APP. but now i need to import SciPy or Scikit-Learn

I would like to know if there is a way to import them, or if JyNI need an update to import them

if it need an update could u explain me how to do it? or are u planning to do it?

Stewori commented 6 years ago

SciPy requires buffer protocol support. This is not a trivial enhancement, see #26 . I hope to add this support at some time but cannot tell when. Feel free to advance on this front.