File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ PySurfer Changes
4
4
Version 0.7
5
5
-----------
6
6
7
+ - Support for Python 3.3 and up.
7
8
- A new ``alpha`` keyword to the ``Brain`` constructor now controls
8
9
opacity of the rendered brain surface.
9
10
- The ``curv`` keyword to the ``Brain`` constructor has been
@@ -19,6 +20,10 @@ Version 0.7
19
20
rendering binary curvature values. Additionally it now also accepts
20
21
a dictionary with keyword arguments that are passed on to the call
21
22
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]``.
22
27
23
28
Version 0.6
24
29
-----------
You can’t perform that action at this time.
0 commit comments