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
fix: ->jvm on object-dtype numpy arrays with np-array bindings
The np-array zero-copy bindings register a pyobject->jvm :ndarray method that
always maps the numpy dtype to a native tensor datatype. Object and other
non-numeric dtypes have no such mapping, so ->jvm threw "Unable to find
datatype: object" once the bindings were loaded. Route non-numeric dtypes to
the default element-wise copy conversion instead.
Closes#187
0 commit comments