Closed gspr closed 1 year ago
No occurrences of np.float are left and PySpike works with numpy 1.24
Ah, sorry, I didn't notice the large amount of recent changes.
Would it be possible to make a tagged, versioned release sometime soon?
We will first try to address and close all open issues. As soon as this is done we will release a new version.
NumPy 1.24.0 finally deprecated some type aliases. These include
np.float
, which is used in a few places in PySpike. It should be pretty straightforward to get rid of these (in favour of a plain Pythonfloat
). This is necessary in order to be able to use PySpike with NumPy 1.24.0 and later.