8000 Datetime dev 2 by mwiebe · Pull Request #93 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Datetime dev 2 #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 22, 2011
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ENH: datetime-meta: Rename the metadata from frequency to timeunit
  • Loading branch information
Mark Wiebe committed Jun 17, 2011
commit e834cd49957e6934ef5c6087327a72a5820fbac9
2 changes: 1 addition & 1 deletion numpy/core/include/numpy/ndarraytypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0