File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Next release
3
3
4
4
* ENH: SelectFiles: a streamlined version of DataGrabber
5
5
* ENH: New interfaces: spm.ResliceToReference
6
+ * ENH: W3C PROV support with optional RDF export built into Nipype
6
7
7
8
* FIX: Deals properly with 3d files in SPM Realign
8
9
Original file line number Diff line number Diff line change @@ -112,20 +112,20 @@ recommendations.
112
112
Must Have
113
113
~~~~~~~~~
114
114
115
- Python _ 2.6 -2.7
115
+ Python _ 2.6 - 2.7
116
116
117
- Nibabel _ 1.0 - 1.2
117
+ Nibabel _ 1.0 - 1.4
118
118
Neuroimaging file i/o library
119
119
120
- NetworkX _ 1.0 - 1.4
120
+ NetworkX _ 1.0 - 1.8
121
121
Python package for working with complex networks.
122
122
123
- NumPy _ 1.3 - 1.6
123
+ NumPy _ 1.3 - 1.7
124
124
125
- SciPy _ 0.7 - 0.10
125
+ SciPy _ 0.7 - 0.12
126
126
Numpy and Scipy are high-level, optimized scientific computing libraries.
127
127
128
- Enthought _ Traits _ 4.0.0
128
+ Enthought _ Traits _ 4.0.0 - 4.3.0
129
129
130
130
.. note ::
131
131
@@ -135,14 +135,17 @@ Enthought_ Traits_ 4.0.0
135
135
Strong Recommendations
136
136
~~~~~~~~~~~~~~~~~~~~~~
137
137
138
- IPython _ 0.10.2 - 0.13
138
+ IPython _ 0.10.2 - 1.0.0
139
139
Interactive python environment. This is necessary for some parallel
140
140
components of the pipeline engine.
141
141
142
- Matplotlib _ 1.0
142
+ Matplotlib _ 1.0 - 1.2
143
143
Plotting library
144
144
145
- Sphinx _
145
+ `RDFLib <http://rdflib.readthedocs.org/en/latest/ >`_ 4.1
146
+ RDFLibrary required for provenance export as RDF
147
+
148
+ Sphinx _ 1.1
146
149
Required for building the documentation
147
150
148
151
`Graphviz <http://www.graphviz.org/ >`_
You can’t perform that action at this time.
0 commit comments