Clemens Brunner

Results 84 issues of Clemens Brunner

Today I played around with the browser a bit, so here are a couple of issues that I've discovered and some suggestions: ### Issues 1. ~~Icons are non-retina with PySide2...

Fixes #103. This is a big (breaking) change, I decided to tackle this as follows: - If the passed events is an `np.ndarray`, the previous conversion magic is still happening...

Currently, we only support integer marker descriptions for "Stimulus" and "Response" marker types. String descriptions are only possible with "Comment" types. This is a serious restriction, because it can lead...

enhancement
impact:medium
effort:medium

Fixes #6394. I think these are all packages that are needed (i.e., they provide `Quartz`, `AppKit`, `CoreFoundation`, and `objc`).

BrainVision markers (stored in `.vmrk` files) consist of the following fields (the last field is optional): ``` Mk=,,,,, ``` For example: ``` Mk2=Comment,bad_segment,251,391,0 ``` This is a marker as exported...

As mentioned in #12565 and #12558, I think the current secondary (highlight) color in both light and dark themes do not really go very well with the MNE logo (and...

DOC

As initially discussed in #12558, this PR aims to tweak the structure and content of our website. Here are my suggestions: 1. Remove sidebar from main page, and move the...

DOC
no-changelog-entry-needed

1. Go to https://mne.tools/dev/index.html 2. Click the Search icon in the top bar, enter e.g. "read_raw_edf" in the search box, and hit enter 3. The first three results are (almost...

Currently, our source files show individual authors as well as the license in a comment near the top, for example: ```python # Authors: Jaakko Leppakangas # Robert Luke # #...

Our Azure Pipeline workflows have been dysfunctional for some time now. This means that neither tests nor publishing on PyPI works. We should replace this with suitable GitHub Actions and...