You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/v1.4.md.inc
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,20 @@
3
3
### :new: New features & enhancements
4
4
5
5
- Add movement compensation and cHPI filtering to the Maxwell filtering step, along with additional configuration options (#747 by @larsoner)
6
-
- Add option to specify `ssp_ecg_channel` to override the default value (#747 by @larsoner)
6
+
- Add option to specify [`ssp_ecg_channel`]([mne_bids_pipeline._config.ssp_ecg_channel) to override the default value (#747 by @larsoner)
7
+
- Add option [`read_raw_bids_verbose`]([mne_bids_pipeline._config.read_raw_bids_verbose) to set the verbosity level when using `read_raw_bids` to suppress known warnings (#749 by @larsoner)
7
8
8
9
[//]: # (### :warning: Behavior changes)
9
10
10
11
[//]: # (- Whatever (#000 by @whoever))
11
12
12
13
### :medical_symbol: Code health
13
14
14
-
- Refactor code to deduplicate keyword-passing (#746 by @larsoner)
15
+
- Refactor code to deduplicate keyword-passing and improve internal logic(#746, #749 by @larsoner)
15
16
16
17
### :bug: Bug fixes
17
18
18
-
- Fix bug when `mf_reference_run != runs[0]` (#742 by @larsoner)
19
+
- Fix bug when [`mf_reference_run != runs[0]`]([mne_bids_pipeline._config.mf_reference_run) (#742 by @larsoner)
19
20
- Fix bug with too many JSON files found during empty room matching (#743 by @allermat)
20
21
- Fix bug with outdated info on ch_types config option (#745 by @allermat)
21
22
- Fix bug where SSP projectors were not added to the report (#747 by @larsoner)
0 commit comments