Skip to content

Commit 7516de1

Browse files
committed
Update CHANGES file
1 parent fddfb58 commit 7516de1

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGES

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
11
PySurfer Changes
22
================
33

4+
Version 0.6
5+
-----------
6+
7+
- Values that were previously selected using a ``config_opts``
8+
dictionary in the ``Brain`` constructor are now keyword arguments.
9+
This should make it easier to use tab-completion in IPython, and will
10+
generally simplify your scripts. To ease transition, a ``config_opts``
11+
argument will still be caught, and its entries will be used (overriding
12+
the keyword arguments), but it will be removed in a future release.
13+
- The ability to set default values in a config file has been removed.
14+
While convenient, this approach encourages code that is not fully
15+
reproducible. While existing code that was written expecting a config
16+
file will still run, the visualization will fall back to default values.
17+
These should be updated directly in your plotting scripts.
18+
- The ``cortex`` keyword argument can now be a mayavi colormap name or
19+
a ``(colormap, min, max, reverse)`` tuple for full control.
20+
- Morphometry plotting was made more flexible with the ability to pass
21+
a specific colormap and anchor points for that colormap. Additionally,
22+
the default anchor points now use robust statistics to give better
23+
values.
24+
425
Version 0.5
526
-----------
627

728
- Added control over the width of outlines when plotting the borders of
829
annotations or labels.
9-
- The visual display of the surfaces was improved by using surface normals
30+
- The visual display of the surfaces was improved by using surface normals.
1031
- Made colormap specification in Brain.add_data and Brain.add_contour_overlay
11-
more flexible, with better defaults
32+
more flexible, with better defaults.
1233
- Brain.save_montage() can now produce 2d grids of views in addition to
1334
horizontal and vertical arrangements.
1435
- Fixed some installation issues and added explicit checks for dependencies

0 commit comments

Comments
 (0)