diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-09-30 20:25:47 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-09-30 21:52:11 +0200 |
commit | 80b9c205743f395e9cb87b6e47cf95b8cf156122 (patch) | |
tree | 3f53ec095aeec8f607b485fcab13dec9dde28917 /doc | |
parent | 399db09c234fde2850891ffff9332f485c368f65 (diff) | |
download | numpy-80b9c205743f395e9cb87b6e47cf95b8cf156122.tar.gz |
DOC: move support for large files to features
its nothing you should need to worry about when porting to 1.8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.8.0-notes.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/release/1.8.0-notes.rst b/doc/release/1.8.0-notes.rst index fa497e9ed..d91e73e43 100644 --- a/doc/release/1.8.0-notes.rst +++ b/doc/release/1.8.0-notes.rst @@ -100,11 +100,6 @@ fact, it never was true in some corner cases). Instead, use For more information check the "Internal memory layout of an ndarray" section in the documentation. -IO compatibility with large files -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Large NPZ files >2GB can be loaded on 64-bit systems. - Binary operations with non-arrays as second argument ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -144,6 +139,10 @@ E.g.:: New Features ============ +IO compatibility with large files +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Large NPZ files >2GB can be loaded on 64-bit systems. + Building against OpenBLAS ~~~~~~~~~~~~~~~~~~~~~~~~~ It is now possible to build numpy against OpenBLAS by editing site.cfg. |