summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-11-04 08:55:27 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-11-04 08:55:27 +0000
commit6a665e063cd0d48a5c628ac905d45e5c30336333 (patch)
tree784a1e556057ff1bc844db5b16d025798d9a1567 /doc/release
parent047c625db486d8cbb84b6f5a7a498119cff54b93 (diff)
downloadnumpy-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.rst13
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
============