summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-10-13 08:29:48 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-10-13 08:29:48 +0000
commit64ac086496fb1268aaecabb71e25f2da63288b5b (patch)
treefac28be3b25efe1721ba6078429157793644e62b
parent4fb4c64cae2ce1ba16082d918e94e845fa2c87f3 (diff)
downloadnumpy-64ac086496fb1268aaecabb71e25f2da63288b5b.tar.gz
DOC: mention speed improvement at import time in release notes.
-rw-r--r--doc/release/1.4.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.4.0-notes.rst b/doc/release/1.4.0-notes.rst
index 849b429cb..3e5599169 100644
--- a/doc/release/1.4.0-notes.rst
+++ b/doc/release/1.4.0-notes.rst
@@ -85,6 +85,11 @@ Testing
testing output while testing DeprecationWarning is effectively raised by
the decorated test.
+Improvements
+============
+
+ #. numpy import is noticeably faster (from 20 to 30 % depending on the
+ platform and computer)
Deprecations
============