diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 19:51:59 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-09-23 15:11:12 -0600 |
commit | 2a1705f4932f446c67074e46bd5fa9098920122d (patch) | |
tree | eee39bced616a89d63959558a7c802c3506f8c12 | |
parent | 5d76b01cd6ad11d4377ca5e94890ebd1e9897354 (diff) | |
download | numpy-2a1705f4932f446c67074e46bd5fa9098920122d.tar.gz |
DEP, DOC: Document removal of oldnumeric and numarray in release notes.
-rw-r--r-- | doc/release/1.9.0-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst index a958fe705..0180c86cc 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -11,6 +11,7 @@ Highlights Dropped Support =============== +The oldnumeric and numarray modules have been removed. Future Changes ============== |