diff options
author | mattip <matti.picus@gmail.com> | 2019-02-25 08:12:39 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-02-25 09:08:18 +0200 |
commit | af4b7aa1d26e787cc6709598a7963655a67f71e8 (patch) | |
tree | 06dc3b335486c1517776e0f67895dc8dd29c6e44 /doc/release | |
parent | 3a75d8660066132cfc7f4a538ddabfbafcc29267 (diff) | |
download | numpy-af4b7aa1d26e787cc6709598a7963655a67f71e8.tar.gz |
BUG: __array_interface__ offset was always ignored
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.17.0-notes.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release/1.17.0-notes.rst b/doc/release/1.17.0-notes.rst index 57f7505ff..9f4d2107a 100644 --- a/doc/release/1.17.0-notes.rst +++ b/doc/release/1.17.0-notes.rst @@ -18,7 +18,6 @@ New functions Deprecations ============ - Future Changes ============== @@ -164,4 +163,8 @@ of NumPy functions on non-NumPy arrays, as described in `NEP 18`_. The feature was available for testing with NumPy 1.16 if appropriate environment variables are set, but is now always enabled. +``__array_interface__`` offset now works as documented +------------------------------------------------------ +The interface may use an ``offset`` value that was mistakenly ignored. + .. _`NEP 18` : http://www.numpy.org/neps/nep-0018-array-function-protocol.html |