Skip to content

Releases: joaopfg/picklefriend

v1.0.8

17 Jun 06:54
Compare
Choose a tag to compare

Bug correction in loads and dumps and adding new tests (PR from @grassedge ).

v1.0.7

14 Jun 20:31
Compare
Choose a tag to compare

This is the first available version. It supports dump of a string into pickle and load of a pickle into string. In further versions, this package is intended to be fully compatible with python's pickle.loads and pickle.dumps.