echemdata / galvani

Read proprietary file formats from electrochemical test stations
GNU General Public License v3.0
47 stars 30 forks source link

Numpy 2.0.0 breaks BioLogic.MPTfile() #116

Closed d-cogswell closed 2 months ago

d-cogswell commented 3 months ago

Errors indicate that some deprecated type aliases have finally been removed: AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.

Deprecated in 1.20.0: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations Removed in 2.0.0: https://numpy.org/devdocs/release/2.0.0-notes.html#numpy-2-0-python-api-removals

I will prepare a PR to make these updates.

ml-evs commented 2 months ago

Closed by #119