File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
PySurfer Changes
2
2
================
3
3
4
+ Version 0.7
5
+ -----------
6
+
7
+ - A new ``alpha`` keyword to the ``Brain`` constructor now controls
8
+ opacity of the rendered brain surface.
9
+ - The ``curv`` keyword to the ``Brain`` constructor has been
10
+ deprecated. To replicate previous behavior when ``curv`` was set to
11
+ ``True`` simply omit the ``curv`` keyword. To replicate previous
12
+ behavior when ``curv`` was set to ``False``, simply set the
13
+ ``cortex`` keyword to None. To ease transition the ``curv`` argument
14
+ will still be caught and processed, but it will be removed in a
15
+ future release.
16
+ - The ``cortex`` keyword to the ``Brain`` constructor now also accepts
17
+ a valid color specification (such as a 3-tuple with RGB values or a
18
+ color name) to render the cortical surface in that color without
19
+ rendering binary curvature values. Additionally it now also accepts
20
+ a dictionary with keyword arguments that are passed on to the call
21
+ to ``mlab.pipeline.surface``.
22
+
4
23
Version 0.6
5
24
-----------
6
25
You can’t perform that action at this time.
0 commit comments