summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-084-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.
* TST: Add tests for Python2, Python3 *.npy compatibility.Charles Harris2014-10-122-0/+0