Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: enable working around pickle compatibility issues on Py3 in npy files | Pauli Virtanen | 2015-03-08 | 1 | -0/+0 |
Add pickle compatibility flags to numpy.save and numpy.load. Allow only combinations that cannot corrupt binary data in Numpy arrays. Use the same default values as Python pickle. |