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
MRG, ENH: Speed up forward computations with Numba (mne-tools#7133)
* ENH: Speed up forwards with Numba
* FIX: Order
* FIX: Missing mult
* FIX: Refactor and add env option not to use numba (at import)
* DOC: whats_new.rst
* ENH: Faster cHPI
* FIX: Missed one
Copy file name to clipboardExpand all lines: doc/changes/latest.inc
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ Changelog
67
67
68
68
- Speed up :func:`mne.beamformer.make_lcmv`and :func:`mne.beamformer.make_dics` calculations by vectorizing linear algebra calls by `Dmitrii Altukhov`_ and`Eric Larson`_
69
69
70
+
- Speed up :func:`mne.make_forward_solution` using Numba, by `Eric Larson`_
71
+
70
72
- For KIT systems without built-in layout, :func:`mne.channels.find_layout` now falls back on an automatically generated layout, by `Christian Brodbeck`_
71
73
72
74
- :meth:`mne.Epochs.plot` now takes a ``epochs_colors`` parameter to color specific epoch segments by `Mainak Jas`_
0 commit comments