diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-06-02 00:29:28 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-06-02 21:26:28 +0200 |
commit | fc50d27b4e125052d44b0643bc344e4c5062316a (patch) | |
tree | 8a077bd36d5af1292411e219cf88f7bb4590f17a /numpy/core/function_base.py | |
parent | e9f27b9ad506a8e37565abf72c0e9f23254595de (diff) | |
download | numpy-fc50d27b4e125052d44b0643bc344e4c5062316a.tar.gz |
ENH: add storage format 2.0 with 4 byte header length size
The new format only increases the header length field to 4 bytes.
allows storing structured arrays with a large number of named columns.
The dtype serialization for these can exceed the 2 byte header length
field required by the 1.0 format.
The generic functions automatically use the 2.0 format if the to be
stored data requires it. To avoid unintentional incompatibilies a
UserWarning is emitted when this happens.
If the format is not required the more compatible 1.0 format is used.
Closes gh-4690
Diffstat (limited to 'numpy/core/function_base.py')
0 files changed, 0 insertions, 0 deletions