girder_worker icon indicating copy to clipboard operation
girder_worker copied to clipboard

Add numpy serialization to jsonpickle

Open kotfic opened this issue 6 years ago • 0 comments

See: https://github.com/jsonpickle/jsonpickle#numpy-support

Sometimes we want to return relatively small numpy arrays (e.g. confusion matricides, etc). Returning large arrays has serious performance costs, but the naive implementation will cover immediately useful cases.

kotfic avatar May 02 '18 12:05 kotfic