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
First release after a deep revision of the tests and the continuous integration setup.
5
4
Also includes minor reliability improvements over the previous release and some bugfixes.
6
5
@@ -14,110 +13,86 @@ Also includes minor reliability improvements over the previous release and some
14
13
15
14
Version 0.4.0 (July 9, 2019)
16
15
============================
17
-
18
16
* MAINT: Use PyBIDS 0.9.x (#15) @effigies
19
17
20
-
21
18
Version 0.3.0 (June 4, 2019)
22
19
============================
23
-
24
-
* ENH: Add ``MNIInfant`` template
25
-
20
+
* ENH: Add ``MNIInfant`` template.
26
21
27
22
Version 0.2.0 (June 4, 2019)
28
23
============================
29
-
30
24
* ENH: Added ``MNIPediatricAsym`` template.
31
-
* ENH: Updated spec to allow ``cohort``s.
32
-
25
+
* ENH: Updated spec to allow several *cohorts* (``cohort-``).
33
26
34
27
Version 0.1.9 (May 28, 2019)
35
28
============================
36
-
37
-
* ENH: Added the `Schaefer 2018 atlas <https://github.com/ThomasYeoLab/CBIG/tree/master/stable_projects/brain_parcellation/Schaefer2018_LocalGlobal/Parcellations/MNI>`__) to ``MNI152NLin6Asym``
38
-
* ENH: Mapped the Schaefer atlas and the Harvard-Oxford atlas into ``MNI152NLin2009cAsym``
39
-
29
+
* ENH: Added the `Schaefer 2018 atlas <https://github.com/ThomasYeoLab/CBIG/tree/master/stable_projects/brain_parcellation/Schaefer2018_LocalGlobal/Parcellations/MNI>`__) to ``MNI152NLin6Asym``.
30
+
* ENH: Mapped the Schaefer atlas and the Harvard-Oxford atlas into ``MNI152NLin2009cAsym``.
40
31
41
32
Version 0.1.8 (May 9, 2019)
42
33
===========================
43
-
44
-
* ENH: Added FSL's Harvard-Oxford template to ``MNI152NLin6Asym``
45
-
34
+
* ENH: Added FSL's Harvard-Oxford template to ``MNI152NLin6Asym``.
46
35
47
36
Version 0.1.7 (April 3, 2019)
48
37
=============================
49
-
50
-
* ENH: New release including bugfixes for `MNI152NLin2009cAsym` (particularly https://github.com/templateflow/tpl-MNI152NLin2009cAsym/commit/6e6d5915c7d8055d4af5efbf5e5457a0ab3246b9)
51
-
38
+
* ENH: New release including bugfixes for ``MNI152NLin2009cAsym`` (particularly https://github.com/templateflow/tpl-MNI152NLin2009cAsym/commit/6e6d5915c7d8055d4af5efbf5e5457a0ab3246b9)
52
39
53
40
Version 0.1.6 (March 29, 2019)
54
41
==============================
55
-
56
-
Finish adding ``MNI152NLin6Sym`` after curation of NIfTI volumes and exporting to S3.
42
+
* ENH: Finish adding ``MNI152NLin6Sym`` after curation of NIfTI volumes and exporting to S3.
57
43
58
44
Version 0.1.5 (March 29, 2019)
59
45
==============================
60
-
61
-
Add volumetric data to the ``fsLR`` template, and rename the segmentation of subcortical structures to be consistent with the new files.
46
+
* ENH: Add volumetric data to the ``fsLR`` template.
47
+
* ENH: Rename the segmentation of subcortical structures to be consistent with the new files.
62
48
63
49
Version 0.1.4 (March 28, 2019)
64
50
==============================
65
-
66
-
New release to include the new ``MNI152NLin6Asym`` template (the default MNI template of FSL).
51
+
* ENH: New release to include the new ``MNI152NLin6Asym`` template (the default MNI template of FSL).
67
52
68
53
Version 0.1.3 (March 14, 2019)
69
54
==============================
70
-
71
-
Update TemplateFlow skeleton to include ``tpl-fsaverage/tpl-fsaverage_dseg.tsv``, after TemplateFlow update.
55
+
* FIX: Update TemplateFlow skeleton to include ``tpl-fsaverage/tpl-fsaverage_dseg.tsv``, after TemplateFlow update.
72
56
73
57
Version 0.1.2 (March 12, 2019)
74
58
==============================
75
-
76
59
* FIX: ``api.get`` - robuster fetcher algorithm (allows S3 download on DL repos) and better error messages (#10)
77
60
78
61
Version 0.1.1 (March 12, 2019)
79
62
==============================
80
-
81
63
* FIX: Require environment variable to use DataLad (#8)
82
64
83
65
Version 0.1.0.post1 (March 05, 2019)
84
66
====================================
85
-
86
-
Testing a better ``.zenodo.json`` settings.
67
+
* ENH: Testing a better ``.zenodo.json`` settings.
87
68
88
69
Version 0.1.0 (March 05, 2019)
89
70
==============================
90
-
91
-
First minimally functional TemplateFlow client release.
71
+
* ENH: First minimally functional TemplateFlow client release.
92
72
93
73
Version 0.0.5.post1 (March 04, 2019)
94
74
====================================
75
+
Hotfix release to retrieve correct version when pip installed.
95
76
96
-
Hotfix release to retrieve correct version when pip installed. Adds .zenodo.json file.
77
+
* MAINT: Add a ``.zenodo.json`` file.
97
78
98
79
Version 0.0.5 (March 04, 2019)
99
80
==============================
100
-
101
-
* [ENH] Datalad-free alternative for TemplateFlow (#7)
102
-
* [ENH] Use a BIDSLayout to index TemplateFlow (#6)
81
+
* ENH: Datalad-free alternative for TemplateFlow (#7)
82
+
* ENH: Use a BIDSLayout to index TemplateFlow (#6)
0 commit comments