Document pyRiemann 0.9 and numpy 2.0 compatibility update in changelog #821
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a changelog entry to document the pyRiemann 0.9 and numpy 2.0 compatibility update that was implemented in PR #789, addressing issue #817.
Background
Issue #817 reported compatibility conflicts between moabb and pyriemann, particularly with numpy version requirements. While PR #789 successfully resolved these conflicts by updating to pyriemann 0.9 and numpy 2.0, it was marked with "no changelog" and therefore the fix was not documented in
whats_new.rst
.Since users are actively asking about this compatibility issue, it's important to properly document this enhancement in the changelog so users know the fix is available in the develop branch and will be included in the next release (v1.4).
Changes
docs/source/whats_new.rst
under the "Develop branch - 1.4 (dev)" Enhancements sectionCurrent Dependencies (from PR #789)
python = ">=3.10"
numpy = ">=2.0"
pyriemann = "^0.9"
mne = "^1.10.0"
These updated dependencies ensure compatibility between moabb and pyriemann, eliminating the numpy version conflicts that users were experiencing.
Closes #817
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.