diff options
author | Daniel da Silva <ddasilva@users.noreply.github.com> | 2022-11-21 17:17:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 15:17:52 -0700 |
commit | 04d0e2155704ad939980a4eafefe3d817076fa39 (patch) | |
tree | df9054cd895630afdaf4b179ea1375a578e622de /numpy/array_api/_manipulation_functions.py | |
parent | 5d32b8d63ab9a376c095f142b86bb55cdfbb95ff (diff) | |
download | numpy-04d0e2155704ad939980a4eafefe3d817076fa39.tar.gz |
ENH: raise TypeError when arange() is called with string dtype (#22087)
* ENH: raise TypeError when arange() is called with string dtype
* Add release note for dtype=str change to arange()
* DOC: Minor wording/formatting touchups to release note.
* Update numpy/core/tests/test_multiarray.py
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* Move check to PyArray_ArangeObj
* remove old code
* BUG,MAINT: Clean out arange string error and other paths
* BUGS: Fixup and cleanup arange code a bit
* DOC: Update release note to new message
* BUG: Fix refcounting and simplify arange
* MAINT: Use SETREF to make arange dtype discovery more compact
* MAINT: Update numpy/core/src/multiarray/ctors.c
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>
Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
Diffstat (limited to 'numpy/array_api/_manipulation_functions.py')
0 files changed, 0 insertions, 0 deletions