You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: NumericIndex should not support float16 dtype (#49536)
* BUG: NumericIndex should not support float16 dtype
* make NumericIndex fail with float16 dtype
* make NumericIndex fail with float16 dtype, II
* fix failures
* NotImplementedError
* NotImplementedError II
* fail on float16, but allow np.exp(int8_arrays)
* fail on float16, but allow np.exp(int8_arrays) II
* fix NumericIndex_ensure_dtype
Co-authored-by: Terji Petersen <[email protected]>
Co-authored-by: Terji Petersen <[email protected]>
0 commit comments