Skip to content

Release 1.5.0#1041

Merged
bruAristimunha merged 9 commits intodevelopfrom
release/1.5.0
Mar 21, 2026
Merged

Release 1.5.0#1041
bruAristimunha merged 9 commits intodevelopfrom
release/1.5.0

Conversation

@bruAristimunha
Copy link
Copy Markdown
Collaborator

Summary

  • Bump version from 1.4.3 to 1.5.0 in moabb/__init__.py and CITATION.cff
  • Update citation year from 2025 to 2026 and release date to 2026-03-18
  • Add Hajhassani, Davoud to author lists in cite.rst, README.md, and docs/source/README.md
  • Add v1.6 development section stub in whats_new.rst and mark v1.5 as stable (PyPi)

Test plan

  • python -c "import moabb; print(moabb.__version__)"1.5.0
  • No remaining 1.4.3 references in modified files
  • 1.5.0 present in all 5 target files
  • Hajhassani present in all 4 citation files
  • pre-commit hooks pass

Update version string, CITATION.cff date, citation year to 2026,
add Hajhassani to author lists, and add v1.6 dev section in whats_new.
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fc946ce4ef

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

- Export GuttmannFlury2025_ME from datasets __init__.py
- Remove non-existent dataset references (Guger2009, McCann2015,
  LeBlanc2024_A/B) from whats_new.rst
- Add pandas to intersphinx mapping in conf.py
- Add version guard in conf.py to detect installed vs source mismatch
- Fix cross-reference types across base classes: Pipeline ->
  sklearn.pipeline.Pipeline, ndarray -> numpy.ndarray, DataFrame ->
  pandas.DataFrame, Figure -> matplotlib.figure.Figure
- Fix inherited docstrings in BaseDataset, BaseProcessing, and
  BaseEvaluation that propagated warnings to 150+ subclasses
- Fix numpydoc formatting (Parameters: -> Parameters, missing blank
  lines before lists, unreferenced citations)
- Add internal base classes (MNEBNCI, ErpCore2021, Mainsah2025, etc.)
  to api.rst so Sphinx can resolve class hierarchy references
- Add minimal nitpick_ignore for genuinely unfixable numpydoc artifacts
  (default values, shape descriptors, sentence fragments parsed as types)
…t rejection tutorial

Switch pyriemann dependency from GitHub source (master) to PyPI (>=0.7)
for the 1.5.0 release. Rename the Riemannian Artifact Rejection tutorial
to remove the plot_ prefix so sphinx-gallery skips auto-execution, since
it requires PotatoField features only available from source. Add a warning
block to the tutorial documenting this requirement.
- Remove all nitpick_ignore and nitpick_ignore_regex from conf.py
- Fix broken cross-references in whats_new.rst: typos
  (moabb.evaluation -> moabb.evaluations), wrong roles (:func: for
  classes), internal modules changed to plain text backticks
- Fix numpydoc type annotations across evaluations, paradigms,
  pipelines, and analysis modules: move default values from type
  fields to description text, replace shape specs in type fields
  with description text, use proper Sphinx cross-references for
  numpy/pandas/sklearn/mne types
- Fix prepare_summary_tables.py to generate correct cross-reference
  paths for internal base classes (ErpCore2021)
- Add private base classes (_Dreyer2023Base, _base_bi_il,
  _BaseVisualMatrixSpellerDataset, CompoundDataset) to api.rst
  so autodoc class hierarchy references resolve
- Update sklearn/mne intersphinx URLs to https
- Add minimal nitpick_ignore_regex for sklearn-generated docstrings
  (set_params, get_params, set_*_request metadata routing) that use
  numpydoc conventions unresolvable by Sphinx
- Fix numpydoc formatting in BaseDataset, CompoundDataset, P300,
  set_download_dir, fs_get_file_list, kumar2024, and plotting
  docstrings that leaked description text into type fields
…al in 1.1

Remove all @depreciated_alias decorators and their old-name imports
(bi2012, bi2013a, bi2014a, bi2014b, bi2015a, bi2015b, VirtualReality,
MunichMI, HeadMountedDisplay, SSVEPExo, and compound bi_illiteracy
aliases). Add old names to _REMOVED_DATASETS for clear error messages.
Guard zip(*aliases_list) calls against the now-empty list. Also add
missing GuttmannFlury2025_ME entry to summary_imagery.csv.
…ove tracked docs/source/README.md

Restore Chevallier, S. as last author. Add Begany, K. to README.md and
cite.rst citations (previously only in CITATION.cff). Remove
docs/source/README.md from tracking since it is auto-generated by the
docs Makefile copy-readme target.
@bruAristimunha bruAristimunha merged commit 140809d into develop Mar 21, 2026
14 checks passed
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