diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-11-23 10:35:39 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-11-23 10:35:39 -0700 |
commit | f562e5bcf699d3e30c204107c8e843290ac797d0 (patch) | |
tree | ff71142ee03fdd4818f19666cec4a4a778b68736 /numpy/lib/tests/test_packbits.py | |
parent | c9adc35e68b92b10ab0b20069465fd784388bc14 (diff) | |
download | numpy-f562e5bcf699d3e30c204107c8e843290ac797d0.tar.gz |
DEP: Make np.equal and np.not_equal ignore object identity.
This only applies to object arrays. Previously object identity would
override object comparison failures, comparison of objects that did not
return a boolean (arrays), and comparison of objects where the
comparison result did not agree with the object identity result (NaNs)
The first two behaviors have been deprecated since 1.9 and now return
errors. The last has issued a FutureWarning since 1.9 and now returns
the result of the comparison.
Diffstat (limited to 'numpy/lib/tests/test_packbits.py')
0 files changed, 0 insertions, 0 deletions