ninia / jep

Embed Python in Java
Other
1.28k stars 145 forks source link

Create conversion functions for Java to numpy conversions. #475

Closed bsteffensmeier closed 1 year ago

bsteffensmeier commented 1 year ago

Long term I hope to move most or all of the numpy specific logic to jep_numpy so that it is easier to disable/enable at runtime rather than compile time. This is a small step in that direction by removing the numpy specific logic in convert_j2p.c.