summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-03-12 12:52:02 -0600
committerCharles Harris <charlesr.harris@gmail.com>2014-03-12 12:52:02 -0600
commitf151004567f61c1a613dd78a87521adf795a4942 (patch)
tree5946580cebb3b6d9852d9f7a0e2badaa464d19b8
parent147c6bb949e5d41fb06322c6ec8e93a2f3513037 (diff)
downloadnumpy-f151004567f61c1a613dd78a87521adf795a4942.tar.gz
DOC: Document doc/swig move in 1.9.0 release notes.
-rw-r--r--doc/release/1.9.0-notes.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst
index f999f29b5..0268392ef 100644
--- a/doc/release/1.9.0-notes.rst
+++ b/doc/release/1.9.0-notes.rst
@@ -46,8 +46,8 @@ to an array via ``np.array``.
If the ``overwrite_input`` option is used the input is only partially
instead of fully sorted.
-``npy_3kcompat.h`` header change
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The ``npy_3kcompat.h`` header changed
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The unused ``simple_capsule_dtor`` function has been removed from
``npy_3kcompat.h``. Note that this header is not meant to be used outside
of numpy; other projects should be using their own copy of this file when
@@ -65,6 +65,10 @@ ndarray.tofile exception type
All ``tofile`` exceptions are now ``IOError``, some were previously
``ValueError``.
+The ``doc/swig`` directory moved
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The ``doc/swig`` directory has been moved to ``tools/swig``.
+
New Features
============