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
Now, pos_x and pos_y in the result DataFrame points to the row and column positions, which are not intuitive.
It will be a breaking change, but maybe we should switch to returning np.ndarray instead.
The text was updated successfully, but these errors were encountered:
The terms row and col with the dimensional order are also confusing and require a major (and breaking) refactoring with an appropriate warning, see #99 .
One possible way is making an optional argument to set the direction, showing a warning if it is unset.
Now,
pos_x
andpos_y
in the resultDataFrame
points to the row and column positions, which are not intuitive.It will be a breaking change, but maybe we should switch to returning
np.ndarray
instead.The text was updated successfully, but these errors were encountered: