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

BUG: Fix bug with tag deployment #683

Merged
merged 4 commits into from
Dec 8, 2022
Merged

BUG: Fix bug with tag deployment #683

merged 4 commits into from
Dec 8, 2022

Conversation

larsoner
Copy link
Member

@larsoner larsoner commented Dec 8, 2022

Before merging …

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

Tags don't run on CircleCI by default, so we need to add it to each job individually (ouch).

@larsoner
Copy link
Member Author

larsoner commented Dec 8, 2022

Todo:

  • get this green
  • check that the images are webp
  • merge
  • check deployment of dev, make sure images in reports are webp
  • make a new release v1.0.3
  • check deployment of stable, make sure images in reports are webp

Comment on lines +9 to +14
* 🐾 Data processing as a sequence of standard processing steps.
* ⏩ Steps are cached to avoid unnecessary recomputation.
* ⏏ Data can be "ejected" from the pipeline at **any** stage. No lock-in!
* 🧾 Extensive processing and analysis summary reports.
* 🎬 Process just a single participant, or as many as several hundreds of participants – in parallel.
* ☁️ Parallel processing can be done locally or using dask.
Copy link
Member Author

Choose a reason for hiding this comment

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

@hoechenberger small tweaks here, including addition of two important things that I think were missing: dask parallelization, and job caching

@larsoner larsoner merged commit daabeb8 into mne-tools:main Dec 8, 2022
@larsoner larsoner deleted the tags branch December 8, 2022 17:56
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