1
1
0.1.0b2
2
2
=======
3
3
4
+ New
5
+ ---
6
+
7
+ * New example showcasing the use of a GLM to get beta maps for decoding experiments (aka beta-regression).
8
+ * Addition of all-resolution inference, ie statistically grounded of true positive in given clusters, in :func: `nistats.thresholding.map_threshold `
9
+
10
+ Changes
11
+ -------
12
+
13
+ * `run_img ` variable deleted after masking in FirstLevelModel to reduce memory use.
14
+ * :func: `nistats.reporting.make_glm_report ` now uses the computed mask if there is no
15
+ user-specified one.
16
+
17
+ Fixes
18
+ -----
19
+
20
+ * Explicit method for fixed effects to support image-based summary
21
+ statistics approach.
22
+ * FIR delays are now integers.
23
+
24
+
25
+ 0.1.0b1
26
+ =======
27
+
4
28
.. warning ::
5
29
6
30
| period_cut (in seconds) has been replaced by high_pass (in Hz) in FirstLevelModel & design matrices.
14
38
Additionally, there is an example showcasing the use of the attributes.
15
39
* Use :func: `nistats.reporting.make_glm_report ` to easily generate HTML reports from fitted first and second level models and contrasts.
16
40
* New dataset fetcher, :func: `nistats.datasets.fetch_language_localizer_demo_dataset ` , BIDS 1.2 compatible.
17
- * New example showcasing the use of a GLM to get beta maps for decoding experiments (aka beta-regression).
18
- * Addition of all-resolution inference, ie statistically grounded of true positive in given clusters, in :func: `nistats.thresholding.map_threshold `
19
41
20
42
Changes
21
43
-------
22
44
23
45
* Nistats now uses BIDS v1.2 & BIDS Derivatives terminology.
24
- * `run_img ` variable deleted after masking in FirstLevelModel to reduce memory use.
25
46
26
47
Fixes
27
48
-----
@@ -30,14 +51,11 @@ Fixes
30
51
* fixed effect contrasts now average effect sizes across runs rather than
31
52
summing them.
32
53
* :func: `nistats.first_level_model.first_level_models_from_bids ` uses correct BIDS v1.2 conventions.
33
- * Explicit method for fixed effects to support image-based summary
34
- statistics approach.
35
- * FIR delays are now integers.
36
54
37
55
Contributors
38
56
------------
39
57
40
- The following people contributed to this release (in alphabetical order)
58
+ The following people contributed to this release (in alphabetical order)::
41
59
42
60
Ana Luisa Pinho
43
61
Anthony Gifuni
@@ -52,7 +70,7 @@ The following people contributed to this release (in alphabetical order)
52
70
Takis Panagopoulos
53
71
Tuan Binh Nguyen
54
72
55
- 0.0.1b
73
+ 0.0.1b0
56
74
=======
57
75
58
76
Changelog
0 commit comments