Re: [Numpy-discussion] NPZ format

2010-10-02 Thread Robert Kern
On Sat, Oct 2, 2010 at 22:10, David Warde-Farley wrote: > On 2010-10-01, at 7:22 PM, Robert Kern wrote: > >> Also some design, documentation, format version bump, and (not least) >> code away. ;-) > > Would it require a format version number bump? I thought that was a .NPY > thing, and NPZs were

Re: [Numpy-discussion] NPZ format

2010-10-02 Thread David Warde-Farley
On 2010-10-01, at 7:22 PM, Robert Kern wrote: > Also some design, documentation, format version bump, and (not least) > code away. ;-) Would it require a format version number bump? I thought that was a .NPY thing, and NPZs were just zipfiles containing several separate NPY containers. David __

Re: [Numpy-discussion] NPZ format

2010-10-02 Thread Francesc Alted
2010/10/2 Robert Kern > On Fri, Oct 1, 2010 at 02:13, Francesc Alted wrote: > > A Thursday 30 September 2010 18:20:16 Robert Kern escrigué: > >> On Wed, Sep 29, 2010 at 03:17, Francesc Alted > > wrote: > >> > Hi, > >> > > >> > I'm going to give a seminar about serialization, and I'd like to > >

Re: [Numpy-discussion] NPZ format

2010-10-01 Thread Robert Kern
On Fri, Oct 1, 2010 at 02:13, Francesc Alted wrote: > A Thursday 30 September 2010 18:20:16 Robert Kern escrigué: >> On Wed, Sep 29, 2010 at 03:17, Francesc Alted > wrote: >> > Hi, >> > >> > I'm going to give a seminar about serialization, and I'd like to >> > describe the .npy format.  I noticed

Re: [Numpy-discussion] NPZ format

2010-10-01 Thread Francesc Alted
A Thursday 30 September 2010 18:20:16 Robert Kern escrigué: > On Wed, Sep 29, 2010 at 03:17, Francesc Alted wrote: > > Hi, > > > > I'm going to give a seminar about serialization, and I'd like to > > describe the .npy format. I noticed that there is a variant of it > > called .npz that can pack

Re: [Numpy-discussion] NPZ format

2010-09-30 Thread Robert Kern
On Wed, Sep 29, 2010 at 03:17, Francesc Alted wrote: > Hi, > > I'm going to give a seminar about serialization, and I'd like to > describe the .npy format.  I noticed that there is a variant of it > called .npz that can pack several arrays in one single file. > > However, .npz does not use compres

[Numpy-discussion] NPZ format

2010-09-29 Thread Francesc Alted
Hi, I'm going to give a seminar about serialization, and I'd like to describe the .npy format. I noticed that there is a variant of it called .npz that can pack several arrays in one single file. However, .npz does not use compression at all and I'm wondering what's the reason. I suppose tha