|
1 | 1 | PySurfer Changes
|
2 | 2 | ================
|
3 | 3 |
|
| 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 | + |
4 | 25 | Version 0.5
|
5 | 26 | -----------
|
6 | 27 |
|
7 | 28 | - Added control over the width of outlines when plotting the borders of
|
8 | 29 | 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. |
10 | 31 | - Made colormap specification in Brain.add_data and Brain.add_contour_overlay
|
11 |
| - more flexible, with better defaults |
| 32 | + more flexible, with better defaults. |
12 | 33 | - Brain.save_montage() can now produce 2d grids of views in addition to
|
13 | 34 | horizontal and vertical arrangements.
|
14 | 35 | - Fixed some installation issues and added explicit checks for dependencies
|
|
0 commit comments