forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into volpc
* upstream/main: (25 commits) DOC: Exclude some implicit refs in doc build (mne-tools#10433) MAINT: Better issue forms (mne-tools#11101) [FIX] Typo in example (mne-tools#11118) [MRG] Improve interpolation of bridged electrodes (mne-tools#11094) BUG: Spectrum deprecation cleanup [circle deploy] (mne-tools#11115) Add API entry list and map (mne-tools#10999) Add legacy decorator (mne-tools#11097) [ENH, MRG] Add time-frequency epoch source estimation (mne-tools#11095) Revert "Add error message when conversion of EEG locs to [circle deploy] (mne-tools#11104) MRG: Fixes for mne-tools#11090 (mne-tools#11108) add test for edf units param (mne-tools#11105) BUG: Improve logic for bti (mne-tools#11102) add spectrum class (mne-tools#10184) ENH : add units parameter to read_raw_edf in case units is missing from the file (mne-tools#11099) ENH: Add temperature and galvanic (mne-tools#11090) Add error message when conversion of EEG locs to head space fails (mne-tools#11080) DOC: removed unnecessary line in PSF example (mne-tools#11085) FIX: Update helmet during ICP (mne-tools#11084) Fix various typos (mne-tools#11086) DOC: Rel ...
- Loading branch information
Showing
94 changed files
with
3,421 additions
and
1,040 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
name: 🐛 Bug report | ||
|
||
# See the json schema to help you create / update this form | ||
# https://json.schemastore.org/github-issue-forms.json | ||
|
||
description: Tell us about errors in our computations or plots. | ||
|
||
labels: ["BUG"] | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Please use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) | ||
concrete technical questions or about usage of MNE-Python. | ||
Use this form *only* if you think there is a bug in MNE-Python code. | ||
- type: textarea | ||
attributes: | ||
label: Description of the problem | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Paste here a code snippet or minimal working example | ||
([MWE](https://en.wikipedia.org/wiki/Minimal_Working_Example)) | ||
to replicate your problem, using one of the | ||
[datasets shipped with MNE-Python](https://mne.tools/dev/overview/datasets_index.html), | ||
preferably the one called [sample](https://mne.tools/dev/overview/datasets_index.html#sample). | ||
render: Python | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Link to data | ||
description: | | ||
If you couldn't replicate on a built-in dataset, provide a link to a | ||
small, anonymized portion of your data that does yield the error. | ||
- type: textarea | ||
attributes: | ||
label: Expected results | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual results | ||
description: | | ||
Please provide the actual output, traceback, screenshot, or another description of the results. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: | | ||
Tell us about your system: paste the output of `mne.sys_info()` here. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Forum | ||
url: https://mne.discourse.group | ||
about: For questions about analysis and usage, and announcements of interest to the neuroimaging community | ||
- name: 💬 MNE-Python forum | ||
url: https://mne.discourse.group/ | ||
about: Use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) concrete technical questions or about usage of MNE-Python |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: 📄 Documentation | ||
|
||
# See the json schema to help you create / update this form | ||
# https://json.schemastore.org/github-issue-forms.json | ||
|
||
description: Tell us about tutorials you wish we had in our docs, ideas for improving existing tutorials, terms missing from our glossary, or parts of our docstrings that are confusing or inaccurate. | ||
|
||
labels: ["DOC"] | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Please make the issue title a succinct description of your proposed change. | ||
For example: "add 'foo' to the glossary" or "add my favorite visualization to | ||
the ERP tutorial". | ||
- type: textarea | ||
attributes: | ||
label: Proposed documentation enhancement | ||
description: | | ||
Describe your proposed enhancement in detail. If you are requesting a new | ||
glossary term, please include a proposed definition. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: 🛠️ Feature request | ||
|
||
# See the json schema to help you create / update this form | ||
# https://json.schemastore.org/github-issue-forms.json | ||
|
||
description: Tell us about algorithms, visualizations, or other functionality you wish MNE-Python included. | ||
|
||
labels: ["ENH"] | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Please use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) | ||
concrete technical questions or about usage of MNE-Python. | ||
Use this form *only* if you want to suggest new features. | ||
- type: textarea | ||
attributes: | ||
label: Describe the new feature or enhancement | ||
description: | | ||
Please provide a clear and concise description of what you want to add or change. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe your proposed implementation | ||
description: | | ||
Describe how you think the feature or improvement should be implemented (e.g., | ||
as a new method on an existing class? as new capability added to an existing | ||
method?) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe possible alternatives | ||
description: | | ||
If you've suggested an implementation above, list here any alternative | ||
implementations you can think of, and brief comments explaining why the chosen | ||
implementation is better. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -327,3 +327,6 @@ ul.icon-bullets { | |
img.hidden { | ||
visibility: hidden; | ||
} | ||
td.justify { | ||
text-align-last: justify; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.