Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pyedflib with edfio #425

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Replace pyedflib with edfio #425

merged 2 commits into from
Jun 18, 2024

Conversation

cbrnr
Copy link
Owner

@cbrnr cbrnr commented Jun 18, 2024

In addition to just replacing pyedflib with edfio, this PR promotes edfio to a core dependency. The main rationale behind this decision is that edfio is pure Python, whereas pyedflib relies on a C library.

There is a drawback: it is now not possible to export to BDF. However, I think this is not a big deal, because BDF is a niche format, and users should prefer EDF in almost all cases.

@cbrnr cbrnr merged commit 0289571 into main Jun 18, 2024
6 checks passed
@cbrnr cbrnr deleted the edfio branch June 18, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant