[Numpy-discussion] pickling arrays: numpy 1.0 can't unpickle numpy 1.0.1

Keith Goodman kwgoodman at gmail.com
Thu Dec 7 12:06:31 EST 2006


On 12/7/06, Keith Goodman <kwgoodman at gmail.com> wrote:
> On 12/7/06, Emanuele Olivetti <olivetti at itc.it> wrote:
> > How can I let access pickled arrays made in numpy 1.0.1 to numpy 1.0 ?
>
> If you pickle in 1.0.1, I bet you can read it in 1.0.
>
> I don't know why the pickle format keeps changing. But I understand
> why an old version of software can't always read data generated by a
> new version of software.

Sorry. I meant if you pickle in 1.0, I bet you can read it in 1.0.1.



More information about the NumPy-Discussion mailing list