diff options
author | Stephan Hoyer <shoyer@google.com> | 2019-01-22 14:07:47 -0800 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2019-01-22 14:13:39 -0800 |
commit | 96d179ce5bd0e3f75508f6afdfb2fb65170cc83c (patch) | |
tree | eda5cca68be758029c47c10252d7a59189935c3f /.travis.yml | |
parent | 3cbc11ac56054ad3ac7461e57433aefe37f2e3e4 (diff) | |
download | numpy-96d179ce5bd0e3f75508f6afdfb2fb65170cc83c.tar.gz |
ENH: __array_function__ updates for NumPy 1.17.0
- Always enable __array_function__ overrides.
- Remove special cases for Python 2 compatibility.
- Document these changes in 1.17.0-notes.rst.
It will be good to see ASV numbers to understand the performance implications
of these changes. If need be, we can speed up NumPy functions internally by
using non-dispatched functions (with ``.__wrapped__``).
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index cbf71e906..9809afa97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,9 +68,6 @@ matrix: - BLAS=None - LAPACK=None - ATLAS=None - - python: 3.6 - env: - - NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 - os: linux-ppc64le python: 3.6 env: |