v0.11
What's Changed
- Start 0.11 dev cycle by @hoechenberger in #985
- FIX: zenodo metadata by @sappelhoff in #986
- [MAINT, MRG] remove voxels from example by @alexrockhill in #988
- [BUG, MRG] Fix ACPC Coordinates in surface RAS when they should be in scanner RAS by @alexrockhill in #990
- [MRG] FIX: BrainProducts -> Brain Products by @sappelhoff in #993
- [MRG] bump BIDS_VERSION to 1.7.0 by @sappelhoff in #997
- [MRG] update make_dataset_description by @sappelhoff in #996
- MRG: Simplify storage of empty-room data by @hoechenberger in #998
- MRG: Suppress MaxShield warning in many places by @hoechenberger in #1000
- [MRG] Update installation documentation by @hoechenberger in #1001
- MRG: Make Inspector work even if mne-qt-browser is installed by @hoechenberger in #1007
- [MRG] allow copyfile_brainvision to work with .dat extension by @dominikwelke in #1008
- MRG: Remove deprecated mark_bad_channels() by @hoechenberger in #1009
- follow up: allow copyfile_brainvision to work with .dat extension by @dominikwelke in #1010
- [MRG] Bump to pybv 0.7.3 by @sappelhoff in #1011
- MRG: Make print_dir_tree expand ~ by @hoechenberger in #1013
- ci: add dependabot workflow to update github actions by @sappelhoff in #1015
- Bump actions/cache from 2 to 3 by @dependabot in #1016
- Bump actions/checkout from 2 to 3 by @dependabot in #1017
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #1018
- Bump actions/setup-python from 2 to 4 by @dependabot in #1019
- DOC: Document make_dataset_description by @larsoner in #1029
- amended
_write_electrodes_tsv
to exclude writing stim channels to electrodes.tsv by @scott-huberty in #1023 - MRG: In BIDSPath, don't infer the datatype from the suffix by @hoechenberger in #1030
- [MRG, DOC] Fix whats_new.rst link by @mscheltienne in #1032
- MRG: Don't store invalid weight and height in info['subject_info']; write weight and height to participants.tsv by @hoechenberger in #1031
- Add EGI as manufacturer by @anandsaini024 in #1006
- [MRG] Complete .zenodo.json for contributor credit by @sappelhoff in #1028
- [MRG] FIX: Use os.replace instead of os.rename when copying CTF files (needed for windows) by @sappelhoff in #1035
- [MRG] migrate from
.zenodo.json
toCITATION.cff
by @sappelhoff in #1037 - [MRG] Raise an error message when src==dest in write_raw_bids by @adam2392 in #889
- [MRG] handle empty TSVs robustly and warn by @sappelhoff in #1038
- Fixes for EEGLAB: do not 'simplify cells' when loading. by @sappelhoff in #1039
- [MRG] Improve check of scans.tsv for BrainVision files by @teonbrooks in #1034
- try fix for docs (nirs example) by @sappelhoff in #1050
- MRG: Set channel type to misc if we cannot perform a proper conversion from BIDS to MNE channel types by @hoechenberger in #1052
- MRG: Fix doc build for sphinx-gallery >=0.11.1 by @hoechenberger in #1055
- Deprecate write_raw_bids()'s events_data parameter in favor of "events" by @hoechenberger in #1054
- Doc Smallfix: Updated the BIDSPath in-place update method example by @bhvieira in #1026
- [MRG] MAINT: Use new GitHub issue forms (yml) by @sappelhoff in #1056
- Move emojis in issue templates to the titles by @hoechenberger in #1058
- MRG: Add "description" entity to BIDSPath by @hoechenberger in #1057
- MRG: Add support for GSR and temperature channels by @hoechenberger in #1059
- MRG: Deprecate silently adding a leading period to an extension in BIDSPath by @hoechenberger in #1061
- MRG: Remove special-casing for NIRS bids-validator by @hoechenberger in #1063
- Fix chpi write by @eort in #1067
- [MRG] Suggest alternatives when value not found in list by @larsoner in #1066
- Fix Inspector tests for Matplotlib 3.6 compatibility by @hoechenberger in #1069
- MAINT: Ensure we dont download without permission by @larsoner in #1073
- fix CI after upstream changes by @sappelhoff in #1071
- [MRG]: Add support for reading curry EEG files by @dengemann in #1072
- MAINT: Tolerate new MNE behavior by @larsoner in #1076
- Provide more helpful error messages when trying to write non-prelaoded concatenated data by @hoechenberger in #1075
- REL: v0.11 by @sappelhoff in #1077
New Contributors
- @dependabot made their first contribution in #1016
- @scott-huberty made their first contribution in #1023
- @mscheltienne made their first contribution in #1032
- @anandsaini024 made their first contribution in #1006
- @bhvieira made their first contribution in #1026
- @dengemann made their first contribution in #1072
Full Changelog: v0.10...v0.11