You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove ref. to class doctsring: parameters are new documented in
method docstring.
- Don't fill the "bad" values in the array to avoid a warning; correctly
set the warnings filter instead (hopefully should be faster, for large
inputs).
- Don't compute `np.isnan(X)` twice -- once is enough. Don't bother
"optimizing" by checking whether `np.any(np.isnan(X))` -- that'll need
iterating over the whole array as well.
- Remove reference to very old (and now fixed) putmask endianness bug.
- Indexing is just as fast as ndarray.take nowadays, and clearer.
0 commit comments