Ensure passing of numpy arrays to Rust
🐛 Bug fix 🛠️
In v2.0.0, passing a pandas.DataFrame
with parallel_backend='rust'
would result in TypeError
, this patch ensures any dataframe is converted to np.ndarray
before hand.
In v2.0.0, passing a pandas.DataFrame
with parallel_backend='rust'
would result in TypeError
, this patch ensures any dataframe is converted to np.ndarray
before hand.