From 9bd3b6e8f38499dc9f5f44bcf659b21ff30ecea0 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Tue, 29 Mar 2022 12:02:11 -0600 Subject: Add a note about the array API copy flag to reshape (which is not yet implemented) --- doc/source/reference/array_api.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source/reference/array_api.rst') 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 ------------------------- -- cgit v1.2.1