Skip to content

Commit 913a089

Browse files
committed
DOC: updated changes.txt
1 parent 10dcd36 commit 913a089

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
PySurfer Changes
22
================
33

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+
423
Version 0.6
524
-----------
625

0 commit comments

Comments
 (0)