1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
PySurfer Changes
================
Version 0.3.1
-------------
Fixes
~~~~~
- Reverted change in io.py that broke Python 2.6 compatibility
- Updated traitsui import while keeping backgrounds compatibility
Version 0.3
-----------
Enhancements
~~~~~~~~~~~~
- TimeViewer GUI to control data exploration in the time dimension
- Support for reading and visualizing MEG data from MNE
- Function to project volume-based data using mri_vol2surf
- Label routines can read scalar data and threshold visualization
- Utility function to smooth overlay data along the cortical manifold
- Example for displaying parcellation-based ROI analysis results
- Example for displaying ROI labels
- Example for plotting probabilistic labels
- Improved color flexibility using matplotlib for many visualization modes
- Exposed alpha channel for many visualization modes
Fixes
~~~~~
- Big-endian overlay data should now display properly on 64-bit systems.
- Colorbar text displays properly on light backgrounds
- Lights are oriented depending on hemisphere so surfaces are equally lit
|