diff options
author | rgommers <ralf.gommers@googlemail.com> | 2011-03-11 14:36:54 +0800 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2011-03-11 14:36:54 +0800 |
commit | 7bb54efde16bc81ee4eedd77828edc54c12dec75 (patch) | |
tree | 69ecfe61fc9c6b03c930cc156e702b31e0e5aad5 /doc/release/2.0.0-notes.rst | |
parent | f7a4ff1b9133440133936fa04442e40f8829d1ab (diff) | |
download | numpy-7bb54efde16bc81ee4eedd77828edc54c12dec75.tar.gz |
REL: add 1.6.0 release notes.
Diffstat (limited to 'doc/release/2.0.0-notes.rst')
-rw-r--r-- | doc/release/2.0.0-notes.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 3953960a4..cb5bdf14b 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -10,13 +10,6 @@ Highlights New features ============ -New 16-bit floating point type ------------------------------- - -This release adds support for the IEEE 754-2008 binary16 -format, available as the data type `numpy.half`. Within Python, -the type behaves similarly to `float` or `double`, and C extensions -can add support for it with the exposed half-float API. Changes ======= |