Re: [Numpy-discussion] pickling arrays: numpy 1.0 can't unpickle numpy 1.0.1
by Charles R Harris other posts by this author
Dec 7 2006 9:42AM messages near this date
Re: [Numpy-discussion] pickling arrays: numpy 1.0 can't unpickle numpy 1.0.1
|
Re: [Numpy-discussion] pickling arrays: numpy 1.0 can't unpickle numpy 1.0.1
On 12/7/06, Keith Goodman <kwgoodman@[...].com> wrote:
>
> On 12/7/06, Keith Goodman <kwgoodman@[...].com> wrote:
> > On 12/7/06, Emanuele Olivetti <olivetti@[...].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.
The 1.0.x versions are supposed to be compatible. I don't see any changes to
pickle in svn since before the 1.0 release, so there might be another
problem here. Are there other differences between the machines? Python
version, OS, endianess, 32 vs 64 bit, compiler, etc.
Chuck
Thread:
Emanuele Olivetti
Travis E. Oliphant
Emanuele Olivetti
Travis Oliphant
Keith Goodman
Keith Goodman
Charles R Harris
emanuele
|