msgpack-numpy icon indicating copy to clipboard operation
msgpack-numpy copied to clipboard

Add allow_pickle keyword to control pickle usage

Open KennyChenBasis opened this issue 1 year ago • 2 comments

Fixes #50

I have kept the current defaults, though, again, we might want to change the defaults (if we were to change the defaults to match numpy's, a possible nice interface for patch would be to have it have allow_pickle=None which would mean to not patch Packer, Unpacker, etc., so they'll all use their defaults for allow_pickle).

KennyChenBasis avatar Sep 14 '22 23:09 KennyChenBasis