holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
209 stars 121 forks source link

Update authors.py #210

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

From version 1.10.1 of Scipy: https://github.com/scipy/scipy/blob/c1ed5ec/tools/authors.py

I started up by trying to remove obsolete Python 2 stuff:

from scipy._lib.six import u, PY3

Ended up sync'ing this vendored file with upstream.

Do you really need it, by the way? The previous version wouldn't have worked with recent versions of SciPy any way, as they lack scipy._lib.six.

skjerns commented 1 year ago

tbh I don't even know how this file was used originally. I never touched it since starting to maintain this repo.

@holgern do you know anything?