mariomulansky / PySpike

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

Adapt numpy_include proxy for Cython 3 by making it an os.PathLike #75

Closed musicinmybrain closed 4 months ago

musicinmybrain commented 6 months ago

As I was opening this PR, I noticed that the existing PR https://github.com/mariomulansky/PySpike/pull/68 solves the same problem, although it preserves the __str__() method rather than replacing it with __fspath__() as I do.

Please feel free to merge whichever version better suits your needs or aesthetic preferences.