diff options
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/array_api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/reference/array_api.rst b/doc/source/reference/array_api.rst index 5ac8166cf..ddaffdcd1 100644 --- a/doc/source/reference/array_api.rst +++ b/doc/source/reference/array_api.rst @@ -703,6 +703,9 @@ Manipulation Functions Differences - **Compatible** - Unlike ``np.transpose``, the ``axis`` keyword argument to ``permute_dims`` is required. + * - ``reshape`` function has a ``copy`` keyword argument + - **Compatible** + - See https://github.com/numpy/numpy/issues/9818. Set Functions Differences ------------------------- |