Skip to content

Commit cd2c11c

Browse files
christianbrodbeckagramfort
authored andcommitted
DOC changes (#166)
1 parent c19507c commit cd2c11c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PySurfer Changes
44
Version 0.7
55
-----------
66

7+
- Support for Python 3.3 and up.
78
- A new ``alpha`` keyword to the ``Brain`` constructor now controls
89
opacity of the rendered brain surface.
910
- The ``curv`` keyword to the ``Brain`` constructor has been
@@ -19,6 +20,10 @@ Version 0.7
1920
rendering binary curvature values. Additionally it now also accepts
2021
a dictionary with keyword arguments that are passed on to the call
2122
to ``mlab.pipeline.surface``.
23+
- ``Brain.save_movie`` now uses the ``imageio`` library, eliminating the need
24+
to manually install ``ffmpeg``. ``imageio`` has been added as an optional
25+
dependency which can be installed with
26+
``$ pip install pysurfer[save_movie]``.
2227

2328
Version 0.6
2429
-----------

0 commit comments

Comments
 (0)