diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-05-01 12:03:47 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-05-01 12:06:51 -0600 |
commit | 0b99c90e3f6004789fa5115e14234a8d6f4a07bd (patch) | |
tree | 7cfc0cf05fa0e3db0d41fa011ee214cf887b9eb6 /doc/release | |
parent | bb50db652f93f24bd2b487d001130dbb8a56daea (diff) | |
download | numpy-0b99c90e3f6004789fa5115e14234a8d6f4a07bd.tar.gz |
DOC: Add datetime to the changed items in the release notes.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/2.0.0-notes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 79f26cdb2..3b61afc31 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -201,6 +201,13 @@ The following macros now require trailing semicolons:: NPY_ALLOW_C_API_DEF NPY_DISABLE_C_API +DATETIME +-------- + +There have been a lot of fixes and enhancements to datetime64. The notes +in doc/source/reference/arrays.datetime.rst or in the generated +documentation should be consulted for the details. + Deprecations ============ |