Skip to content

Tags: jordandc1/mne-python

Tags

v0.23.0

Toggle v0.23.0's commit message
MAINT: Bump version

v0.22.1

Toggle v0.22.1's commit message
FIX: Version

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MRG: Plot label time course with Brain (mne-tools#8335)

* Follow Brain update

* Upload prototype

* Remove 'tube' borders

* Rename variables

* Update clear_glyphs()

* Use _brain_color

* Fix docstring

* Improve support of traces and update tests

* Introduce _configure_label_time_course

* Add label tool bar

* Add support for max mode

* Refactor _update

* Add support for src

* Remove GFP in label picking mode

* Plot time line

* Fetch src when possible

* Update overview table

* Use only src_vol

* TST: refactor _triage_stc out

* Use _check_stc

* Fix test_brain_init[mayavi]

* Fix test_brain_traces[pyvista-mixed]

* Disable annot traces for volume/mixed

* Uncomment stc ValueError

* Improve testing and fix label_name

* Improve API

* Improve testing

* Improve testing

* Fix add_data parameter

* Improve coverage

* Use dict for label_data

* Prototype with show_traces

* Add _read_annot_cands

* Configure UI for traces mode toggle

* Organize signals, clear memory and update tests

* Switch to simplified interface

* Exclude .ctab files

* Improve coverage

* Update overview table

* Improve coverage

* Remove cruft

* Improve coverage

* Improve coverage

* Improve coverage

* Improve coverage

* Remove cruft

* Improve coverage

* Improve coverage

* TST: Hide app window during testing

* Revert "TST: Hide app window during testing"

This reverts commit f513448.

* Refactor tests

* Fix default annot bug

* Fix renderer bug

* Test GHA skipping [skip ci]

* Synchronize branch

* Fix test_resolution_matrix

* Add _configure_trace_mode

* Improve read_annot_cands

* Simplify annot mode color

* Remove cruft

* Add _check_stc_src

* Cast to int64

* Add support for vec

* Add support for mixed

* Do not show trace mode for volumes

* Update tests

* Fix vec

* Test mixed too

* Update tests

* Cleanup

* Trigger Circle [circle front]

* Cover vol as well

* Update tests

* Add vector to the list

* Fix style

* Restore label name

* Exclude pca_flip

* DRY

* Update _add_vertex_glyph with render parameter

v0.21.2

Toggle v0.21.2's commit message
FIX: Bump version

v0.21.1

Toggle v0.21.1's commit message
MAINT: Bump version

v0.21.0

Toggle v0.21.0's commit message
misc

v0.20.8

Toggle v0.20.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FIX: Fix bug with raw scrolling (mne-tools#8089) (mne-tools#8212)

v0.20.7

Toggle v0.20.7's commit message
MAINT: Version bump

v0.20.6

Toggle v0.20.6's commit message
MAINT: Version bump

v0.20.5

Toggle v0.20.5's commit message
[MRG] split_naming='bids' changes from _part-%d to _split-%d (mne-too…

…ls#7794)

* _part- -> _split- for split_naming='bids'

* add whatsnew

* DOC: minor link fix

* Update doc/changes/latest.inc

Co-authored-by: Alexandre Gramfort <[email protected]>