girder_worker
girder_worker copied to clipboard
Add numpy serialization to jsonpickle
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.