module documentation

Tests related to deprecation warnings. Also a convenient place to document how deprecations should eventually be turned into errors.
Constant HAVE​_NOSE Undocumented
Constant PARTITION​_DICT Undocumented
Class _​Deprecation​Test​Case No class docstring; 0/2 instance variable, 0/1 class variable, 2/4 methods documented
Class _​Visible​Deprecation​Test​Case Undocumented
Class ​Built​In​Round​Complex​DType Undocumented
Class ​Flattening​Concatenate​Unsafe​Cast Undocumented
Class ​Test_​Get​Set_​Numeric​Ops Undocumented
Class ​Test_​UPDATEIFCOPY v1.14 deprecates creating an array with the UPDATEIFCOPY flag, use WRITEBACKIFCOPY instead
Class ​Test​Alen Undocumented
Class ​Test​Array​Data​Attribute​Assignment​Deprecation No summary
Class ​Test​Binary​Repr​Insufficient​Width​Parameter​For​Representation No summary
Class ​Test​Bincount Undocumented
Class ​Test​Comparison​Bad​DType Undocumented
Class ​Test​Comparison​Bad​Object​DType Undocumented
Class ​Test​Comparison​Deprecations No summary
Class ​Test​Ctypes​Getter Undocumented
Class ​Test​Datetime64​Timezone Parsing of datetime64 with timezones deprecated in 1.11.0, because datetime64 is now timezone naive rather than UTC only.
Class ​Test​Datetime​Event Undocumented
Class ​Test​Deprecated​Globals Undocumented
Class ​Test​Deprecated​Unpickle​Object​Scalar Technically, it should be impossible to create numpy object scalars, but there was an unpickle path that would in theory allow it. That path is invalid and must lead to the warning.
Class ​Test​Deprecate​Subarray​DType​During​Array​Coercion Undocumented
Class ​Test​DType​Attribute​Is​DType​Deprecation Undocumented
Class ​Test​DType​Coercion Undocumented
Class ​Test​Fromstring Undocumented
Class ​Test​From​String​And​File​Invalid​Data Undocumented
Class ​Test​Future​Warning​Array​Like​Not​Iterable No class docstring; 0/1 class variable, 2/5 methods documented
Class ​Test​Generator​Sum Undocumented
Class ​Test​Incorrect​Advanced​Index​With​Empty​Result Undocumented
Class ​Test​Mach​Ar Undocumented
Class ​Test​Matrix​In​Outer Undocumented
Class ​Test​Non​CContiguous​View​Deprecation View of non-C-contiguous arrays deprecated in 1.11.0.
Class ​Test​Non​Exact​Match​Deprecation Undocumented
Class ​Test​Non​Numeric​Conjugate Deprecate no-op behavior of ndarray.conjugate on non-numeric dtypes, which conflicts with the error behavior of np.conjugate.
Class ​Test​Non​Tuple​NDIndex​Deprecation Undocumented
Class ​Test​Non​Zero Undocumented
Class ​Test​Nose​Decorators​Deprecated Undocumented
Class ​Test​NPY_​CHAR Undocumented
Class ​Test​Partition​Bool​Index Undocumented
Class ​Test​Positive​On​Non​Numerical Undocumented
Class ​Test​Py​Array_​AS1​D Undocumented
Class ​Test​Py​Array_​AS2​D Undocumented
Class ​Test​Quantile​Interpolation​Deprecation Undocumented
Class ​Test​Ragged​Array Undocumented
Class ​Test​Shape1​Fields Undocumented
Class ​Test​Single​Element​Signature Undocumented
Class ​Test​Special​Attribute​Lookup​Failure Undocumented
Class ​Test​Test​Deprecated Undocumented
Class ​Test​Too​Deep​Deprecation Undocumented
Class ​Test​To​String Undocumented
Class ​Test​Truth​Testing​Empty​Arrays Undocumented
Class ​Test​UFunc​Forced​DType​Warning Undocumented
Function test​_deprecate​_ragged​_arrays Undocumented
Variable ​_has​_pytz Undocumented
HAVE_NOSE: bool =

Undocumented

Value
True
PARTITION_DICT =

Undocumented

Value
{'partition method': np.arange(10).partition,
 'argpartition method': np.arange(10).argpartition,
 'partition function': (lambda kth: np.partition(np.arange(10), kth)),
 'argpartition function': (lambda kth: np.argpartition(np.arange(10), kth))}
def test_deprecate_ragged_arrays():

Undocumented

_has_pytz: bool =

Undocumented