pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

return only python native types from Julia? (exclude numpy types)

Open NLaws opened this issue 5 years ago • 0 comments

I work on an API that relies on data being returned from pyjulia not containing numpy types (because the data must be JSON serializable). Is it possible to add an option to pyjulia to return only native python types?

NLaws avatar Dec 08 '20 17:12 NLaws