This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to tag 0.4
in repository python-mne.

commit e311952bcf0203774bd14a0c7979940ce2ecaa4c
Merge: e3ddc42 822a8eb
Author: Martin Luessi <[email protected]>
Date:   Thu Jul 19 04:54:43 2012 -0700

    Merge pull request #70 from agramfort/mxne
    
    L21 MxNE with fixed, free and loose orientation

 doc/source/whats_new.rst                        |   3 +
 examples/inverse/plot_mixed_norm_L21_inverse.py |  71 ++++++
 mne/forward.py                                  |  59 ++++-
 mne/minimum_norm/inverse.py                     |  86 ++++---
 mne/mixed_norm/__init__.py                      |   7 +
 mne/mixed_norm/debiasing.py                     | 126 ++++++++++
 mne/mixed_norm/inverse.py                       | 226 +++++++++++++++++
 mne/mixed_norm/optim.py                         | 315 ++++++++++++++++++++++++
 mne/mixed_norm/tests/__init__.py                |   0
 mne/mixed_norm/tests/test_debiasing.py          |  22 ++
 mne/mixed_norm/tests/test_inverse.py            |  48 ++++
 mne/mixed_norm/tests/test_optim.py              |  36 +++
 mne/viz.py                                      |  33 ++-
 13 files changed, 987 insertions(+), 45 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-mne.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to