diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-10-26 15:22:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 13:22:21 -0700 |
commit | ba6cd71b14df1ea2694354ac9ce84e8f2d7aa65a (patch) | |
tree | 8a642e05969a1794ee4c28dea6f4bc9404ebcbee /numpy/array_api/_array_object.py | |
parent | 74659316b2d25a288a1d11bde59b64158a2ff82e (diff) | |
download | numpy-ba6cd71b14df1ea2694354ac9ce84e8f2d7aa65a.tar.gz |
ENH: Expose promoters and Common-DType API experimentally (#20163)
* ENH: Expose promoters and Common-DType API experimentally
This is tested in my fork at:
https://github.com/seberg/experimental_user_dtypes/pull/4
Which tries most of the functionality newly exported here, by
testing a very basic (basically a no-op) promoter.
* BUG: Dereference instead of get address in experimental DType API
`PyArrayDTypeMeta_Type` should be the struct, but accidentally it
was trying to take the reference. That does not work, but my cython
code was (until now!) dynamically using `type(np.dtype)` instead,
so that it did not notice.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions