Hey Alessio,
There's one more hard error coming in NumPy 2.0 where np.float_ will no longer be allowed. I didn't want to touch it in this function
|
if isinstance(v, np.float_): |
because you might need to jump through some hoops to keep backward compatibility along with forward compatibility, but just wanted to put it on your radar.
Hey Alessio,
There's one more hard error coming in NumPy 2.0 where
np.float_will no longer be allowed. I didn't want to touch it in this functionMEArec/src/MEArec/tools.py
Line 769 in c2f394a
because you might need to jump through some hoops to keep backward compatibility along with forward compatibility, but just wanted to put it on your radar.