mariomulansky / PySpike

Python implementation of spike distance metrics
http://mariomulansky.github.io/PySpike
Other
71 stars 30 forks source link

PySpike incompatible with NumPy ≥1.24.0 #63

Closed gspr closed 1 year ago

gspr commented 1 year ago

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 Python float). This is necessary in order to be able to use PySpike with NumPy 1.24.0 and later.

EdmundButler commented 1 year ago

No occurrences of np.float are left and PySpike works with numpy 1.24

gspr commented 1 year ago

Ah, sorry, I didn't notice the large amount of recent changes.

Would it be possible to make a tagged, versioned release sometime soon?

thomaskreuz commented 1 year ago

We will first try to address and close all open issues. As soon as this is done we will release a new version.