-
Notifications
You must be signed in to change notification settings - Fork 183
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
Release candidate for v1.0.0 #502
Conversation
@PierreGtch I modified the dependencies, but BIDS seems to be unchanged (at 0.13 version). I got a strange error when doing the unit test:
Looks like when saving BIDS file (and writing it with EDF writer), the subject code is an int instead of a str. But the code seems to be good, applying |
This might have been introduced during a merge. I will investigate |
A regression during a merge seems unlikely, as the CI should have triggered the error as here. Except if there is a silent regression that was not catch by the test and that is now visible with the version update. |
Then it's probably due to change from EDFlib, mne or mne-bids; not sure which. I tried to fix the only possible cause I see. |
Seems to be fixed! |
the only error left is a file download error!
I think we are on a good track to release MOABB v1.0.0 🎉 🔥 🐍 🧠 |
@bruAristimunha Do you think we could try to solve the CI issue in BrainDecode and anticipate doc building issue with the dataset/session/runs name change?
It is likely due to the change in the run name (no underscore IIRC) |
Yes @sylvchev! I will solve in braindecode :) |
CI for docs is also failling with download errors for several datasets (AlexMI, SSVEP-Exo, ...), so it seems not only related with Zenodo or Cattan2019_VR datasets. |
With the example commented, we could merge now. LGTM! |
This is the update for MOABB v1.0.0 !
In this PR:
I also updated the pyproject.toml to make it fully compatible with pip. It is now possible to install a local instance of moabb with: