diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-04 08:55:27 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-04 08:55:27 +0000 |
commit | 6a665e063cd0d48a5c628ac905d45e5c30336333 (patch) | |
tree | 784a1e556057ff1bc844db5b16d025798d9a1567 /doc/release | |
parent | 047c625db486d8cbb84b6f5a7a498119cff54b93 (diff) | |
download | numpy-6a665e063cd0d48a5c628ac905d45e5c30336333.tar.gz |
Add highlights for 1.4.0 release notes.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.4.0-notes.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/release/1.4.0-notes.rst b/doc/release/1.4.0-notes.rst index f1dec2c01..d85fbef23 100644 --- a/doc/release/1.4.0-notes.rst +++ b/doc/release/1.4.0-notes.rst @@ -2,11 +2,22 @@ NumPy 1.4.0 Release Notes ========================= -This minor includes numerous bug fixes as well as a few new features. +This minor includes numerous bug fixes, as well as a few new features. It +is backward compatible with 1.3.0 release. Highlights ========== +* New datetime dtype support to deal with dates in arrays + +* Faster import time + +* Extended array wrapping mechanism for ufuncs + +* New Neighborhood iterator (C-level only) + +* C99-like complex functions in npymath + New features ============ |