pyjulia
pyjulia copied to clipboard
return only python native types from Julia? (exclude numpy types)
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?