-
Notifications
You must be signed in to change notification settings - Fork 14
Wrap numpy types #19
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Currently only primitive python types can be returned. However I believe numpy also has a c++ wrapper which might allow PyNode to return numpy types to javascript also.
This needs more research, it could be a big undertaking.