MAINT: Remove byteswap and newbyteorder from LabelArray.

This commit is contained in:
Scott Sanderson
2016-05-03 16:00:17 -04:00
parent 8de45540f2
commit 4dbc7eac56
-2
View File
@@ -408,7 +408,6 @@ class LabelArray(ndarray):
# numeric methods.
SUPPORTED_NDARRAY_METHODS = frozenset([
'base',
'byteswap',
'compress',
'copy',
'data',
@@ -421,7 +420,6 @@ class LabelArray(ndarray):
'itemsize',
'nbytes',
'ndim',
'newbyteorder',
'ravel',
'repeat',
'reshape',