diff options
author | Mark Wiebe <mwiebe@enthought.com> | 2011-06-17 17:40:57 -0500 |
---|---|---|
committer | Mark Wiebe <mwiebe@enthought.com> | 2011-06-17 17:40:57 -0500 |
commit | e834cd49957e6934ef5c6087327a72a5820fbac9 (patch) | |
tree | 40ad93b509d6941da66641b56992baaa12f0eba9 /numpy | |
parent | 4d2ee35ac460af27976bb9b7f6e84b385922d787 (diff) | |
download | numpy-e834cd49957e6934ef5c6087327a72a5820fbac9.tar.gz |
ENH: datetime-meta: Rename the metadata from frequency to timeunit
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/ndarraytypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h index 9cca2ac12..74f7855fd 100644 --- a/numpy/core/include/numpy/ndarraytypes.h +++ b/numpy/core/include/numpy/ndarraytypes.h @@ -85,7 +85,7 @@ enum NPY_TYPES { NPY_BOOL=0, NPY_NTYPES_ABI_COMPATIBLE=21 }; -#define NPY_METADATA_DTSTR "__frequency__" +#define NPY_METADATA_DTSTR "__timeunit__" /* basetype array priority */ #define NPY_PRIORITY 0.0 |