diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-11-25 11:16:28 -0600 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2019-11-25 17:48:44 -0600 |
commit | a483acce85e6a35a5da0f46aeddd05b33f6d612c (patch) | |
tree | 84ac644ec8e3a3767c1712a5290424366b037fc3 /numpy/polynomial/polyutils.py | |
parent | 9aeb7513019954718a3225fbab24bdbb98ca4fd5 (diff) | |
download | numpy-a483acce85e6a35a5da0f46aeddd05b33f6d612c.tar.gz |
BUG: Make ``ediff1d`` kwarg casting consistent
This reverts commit c088383cb290ca064d456e89d79177a0e234cb8d and
uses the same kind casting rule for the additional keyword arguments
``to_end`` and ``to_begin``. This results in slightly more leniant
behaviour for integers (which can now have overflows that are
hidden), but fixes an issue with the handling of NaN.
Generally, this behaviour seems more conistent with what NumPy does
elsewhere. The Overflow issue exists similar in many other places
and should be solved by integer overflow warning machinery while
the actual cast takes place.
Closes gh-13103
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions