scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
477 stars 106 forks source link

Fix all np types for new numpy version #275

Closed fraimondo closed 1 year ago

fraimondo commented 1 year ago

fix for #274

Changed all appearances of np.int, np.bool and np.float for int, bool and float respectively.

Menelau commented 1 year ago

@fraimondo Thanks for the PR! This fix Issue #274

fraimondo commented 1 year ago

@Menelau any ETA on a new release including this fix? We have DESlib as a dependency in a library and we would like to release a new version supporting the new numpy version.

Menelau commented 1 year ago

@fraimondo Hello,

Sorry for the late response, I was out of office last week. I will work on the new version release tomorrow

fraimondo commented 1 year ago

great! thanks!