a b/doc/changes/v0.2.rst
1
.. _changes_0_2:
2
3
Version 0.2 (2011-11-08)
4
------------------------
5
6
Changelog
7
~~~~~~~~~
8
9
- New stats functions for FDR correction and Bonferroni by `Alex Gramfort`_.
10
11
- Faster time-frequency using downsampling trick by `Alex Gramfort`_.
12
13
- Support for volume source spaces by `Alex Gramfort`_ (requires next MNE release or nightly).
14
15
- Improved Epochs handling by `Martin Luessi`_ (slicing, drop_bad_epochs).
16
17
- Bug fix in Epochs + ECG detection by Manfred Kitzbichler.
18
19
- New pick_types_evoked function by `Alex Gramfort`_.
20
21
- SourceEstimate now supports algebra by `Alex Gramfort`_.
22
23
API changes summary
24
~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
26
Here are the code migration instructions when upgrading from mne-python
27
version 0.1:
28
29
- New return values for the function find_ecg_events
30
31
Authors
32
~~~~~~~
33
34
The committer list for this release is the following (preceded by number
35
of commits):
36
37
* 33  Alexandre Gramfort
38
* 12  Martin Luessi
39
*  2  Yaroslav Halchenko
40
*  1  Manfred Kitzbichler