From 1a1611a33cfb5ea50d16d20affa5c6fa03e148d7 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Mon, 3 Feb 2020 16:17:26 -0800 Subject: DEP: Do not allow "abstract" dtype conversion/creation These dtypes do not really make sense as instances. We can (somewhat) reasonably define np.dtype(np.int64) as the default (machine endianess) int64. (Arguably, it is unclear that `np.array(arr_of_>f8, dtype="f")` should return arr_of_