This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.2 in repository python-mne.
commit 422ee50af691f006f92e0d3b471dfacf7afafba6 Author: Alexandre Gramfort <[email protected]> Date: Tue Nov 8 11:51:53 2011 -0500 ENH : adding what's new page --- doc/source/whats_new.rst | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/doc/source/whats_new.rst b/doc/source/whats_new.rst new file mode 100644 index 0000000..2f55c5c --- /dev/null +++ b/doc/source/whats_new.rst @@ -0,0 +1,46 @@ +.. _changes_0_2: + +0.2 +==== + +Changelog +--------- + + - New stats functions for FDR correction and Bonferroni by `Alex Gramfort`_. + + - Faster time-frequency using downsampling trick by `Alex Gramfort`_. + + - Support for volume source spaces by `Alex Gramfort`_ (requires next MNE release or nightly). + + - Improved Epochs handling by `Martin Luessi`_ (slicing, drop_bad_epochs). + + - Bug fix in Epochs + ECG detection by Manfred Kitzbichler. + + - New pick_types_evoked function by `Alex Gramfort`_. + + - SourceEstimate now supports algebra by `Alex Gramfort`_. + +API changes summary +------------------- + +Here are the code migration instructions when upgrading from mne-python +version 0.1: + + - New return values for the function find_ecg_events + +Authors +------- + +The committer list for this release is the following (preceded by number +of commits): + + * 33 Alexandre Gramfort + * 12 Martin Luessi + * 2 Yaroslav Halchenko + * 1 Manfred Kitzbichler + +.. _Alex Gramfort: http://www-sop.inria.fr/members/Alexandre.Gramfort/ + +.. _Martin Luessi: http://ivpl.eecs.northwestern.edu/people/mluessi + +.. _Yaroslav Halchenko: http://www.onerussian.com/ -- 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
