Skip to content

Ensure passing of numpy arrays to Rust

Compare
Choose a tag to compare
@milesgranger milesgranger released this 20 Apr 04:05
· 5 commits to master since this release
e156586

🐛 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.