diff options
author | Aaron Meurer <asmeurer@gmail.com> | 2021-02-23 18:03:29 -0700 |
---|---|---|
committer | Aaron Meurer <asmeurer@gmail.com> | 2021-02-23 18:03:29 -0700 |
commit | d9438ad1a8f4f44809fce6c19096436159f5fb03 (patch) | |
tree | ba7c75a36294c51f7e0f7ad4f11c2da2d1c33332 /numpy/_array_api/_creation_functions.py | |
parent | f2ac67e236c1dbc60f66c4a4b041403a197e52f2 (diff) | |
download | numpy-d9438ad1a8f4f44809fce6c19096436159f5fb03.tar.gz |
Start implementing wrapper object for the array API
So far, it just is a wrapper with all the methods defined in the spec, which
all pass through. The next step is to make it so that the methods that behave
differently actually work as the spec describes. We also still need to modify
all the array_api functions to return this wrapper object instead of
np.ndarray.
Diffstat (limited to 'numpy/_array_api/_creation_functions.py')
0 files changed, 0 insertions, 0 deletions