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

enhance documentation of caching, continuation of #914 #918

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

SophieHerbst
Copy link
Collaborator

@SophieHerbst SophieHerbst commented Apr 2, 2024

Before merging …

  • Changelog has been updated (docs/source/changes.md)

@@ -20,7 +20,7 @@

- We removed the `Execution` section from configuration options documentation and
replaced it with new, more explicit sections (namely, Caching, Parallelization,
Logging, and Error handling). (#914 by @hoechenberger)
Logging, and Error handling), and enhanced documentation. (#914 by @hoechenberger, #916 by @SophieHerbst)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Logging, and Error handling), and enhanced documentation. (#914 by @hoechenberger, #916 by @SophieHerbst)
Logging, and Error handling), and enhanced documentation. (#914, #916 by @hoechenberger and @SophieHerbst)

@hoechenberger
Copy link
Member

While we're talking caching … I would love to have all those parameters named cache_* and not memory_*.

Thoughts?

@larsoner

Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
@larsoner
Copy link
Member

larsoner commented Apr 2, 2024

Okay with me, I doubt they are widely used and we can avoid issues by explicitly disallowing the old names:

@larsoner
Copy link
Member

larsoner commented Apr 2, 2024

Just adding a cross-ref to #916 since once we document the command-line options we should ideally cross-link the --no-cache in this PR to it

@larsoner larsoner merged commit 3eccc1d into mne-tools:main Apr 2, 2024
52 checks passed
@larsoner
Copy link
Member

larsoner commented Apr 2, 2024

Thanks @SophieHerbst !

larsoner added a commit to larsoner/mne-bids-pipeline that referenced this pull request Apr 16, 2024
* upstream/main:
  change default for info to use for inverse mne-tools#905 (mne-tools#919)
  Improve documentation and config validation of `loose` and `depth` parameters; drop support for `loose=None` (mne-tools#915)
  enhance documentation of caching, continuation of mne-tools#914 (mne-tools#918)
  [pre-commit.ci] pre-commit autoupdate (mne-tools#917)
  Restructure configuration options documentation sections (mne-tools#914)
  Try to fix documentation deployment (mne-tools#913)
  Do not show `Annotated` types in configuration options documentation (mne-tools#911)
  Add number of subjects to grand-average report (cont'd) (mne-tools#910)
  MAINT: Ensure input changes cause output changes (mne-tools#904)
  Render type annotations in the documentation again (mne-tools#909)
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.

3 participants