diff options
-rw-r--r-- | doc/release/1.9.0-notes.rst | 8 |
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 ============ |