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
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
__
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
> >
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
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
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
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