===========================
Enhancements
------------
20 Dec, 2009 (GV):
- ENH: Merge in Scott Wart's patch to add an 'ImageChangeInformation
filter to ArraySource, with additional work to get the tests to pass
[25036], [25043]
14 Dec, 2009 (GV)
- ENH: Add helper functions to interact with object via callbacks by
clicking on them. The core function is the scene.on_mouse_pick, that is
demoed in the new example 'on_mouse_pick' [25016], [25019]
13 Dec, 2009 (GV):
- ENH: Make array_handler more robust to buffer protocole [25013]
- ENH: Add support for assigning numbers to MGlyphSource x, y, z, and u, v,
w [25015]
27 Nov 2009 (GV):
- ENH: Add an auto mode for mlab.view, for distance and focal point
[24971]
26 Nov, 2009 (GV):
- ENH: Add a probe_data to retrieve data from Mayavi or VTK objects [24966]
25 Nov, 2009 (GV):
- ENH: Usability: change the label of the '*.*' extension in th
decorated scene save snapshot dialog [24963]
12 Oct, 2009 (GV):
- ENH: Add script recording to the widget position for the DataSetClipper
filter [24826]
17 Sep, 2009 (PR):
- ENH: Making the widgets recordable [24738]
02 Sept 2009 (GV):
- ENH: Add a new glyph source: a cross, that can be used as a cursor, or a
axes [24678]
02 Sep, 2009 (GV):
- ENH: Add a figure argument to mlab.view and try to lift the figure on
screenshot [24676]
- DOC: Add a detailed example of using 'UserDefined' contributed b
Emmanuelle Gouillart [24677]
20 Aug, 2009 (PR):
- ENH: Don't persist mlab_source [24567]
14 Aug, 2009 (GV):
- ENH: Stop gap solution to limit the cost of auto-scaling the glyph
size with large arrays in barchart, when the positionning is
implicite, and thus distance calculation is pointless [24526]
- ENH: Do not update the rendering of the scene when using mlab
helper functions that build one object after another [24529]
- ENH: Add an argument to barchart to avoid expensive scaling computation
[24531]
- ENH: Make the scalars argument of mlab.pipeline.vector_field work with
lists too [24532]
13 Aug, 2009 (GV):
- ENH: Force an update of the data when using the set_active_attribute
filter, so that the names of all defined arrays are displayed [24464]
[24466], [24520], [24521], [24520]
04 Aug, 2009 (GV)
- ENH: Add a screenshot function to mlab for easy capture of the pixmap to
[24445]
- ENH: Add a patch contributed by Chris Colbert for control of the array
type in mlab.screenshot (rgb vs rgba) [24453]
03 Aug, 2009 (GV):
- MISC: Fix long-standing usability complain: OK button on adder nodes
not creating object [24443]
03 Aug, 2009 (PR):
- ENH: Adding to/from_array to the Matrix4x4 class for convenience
[24437]
- ENH: Thanks to a suggestion from Gary Ruben, mlab.plot3d now uses
tvtk.Stripper in the pipeline to produce smooth tubes [24438] [24442]
[24439]
01 Aug, 2009 (GV):
- DOC: Merge in Ondrej's more precise instructions on installing SVN on an
already-installed system [24428]
15 Jul, 2009 (GV):
- ENH: Open the possibility to have image plane widget working with
RGBA data [24169]
10 Jul, 2009 (GV):
- ENH: Allows for use of lists as a scalar argument in mlab function
[24094]
09 Jul 2009 (PR):
- ENH/API: Checking in patch from Erik Tollerud which adds a `move`, `yaw
and `pitch` to the mlab camera. Many thanks to Erik for this patch
[24083], [24084]
08 Jul, 2009 (GV):
- ENH: Capture any errors while building docs and fail gracefully
during the build [24067]
08 Jul, 2009 (GV):
- ENH: Try to force the use of wx2.8, or else do not display the logger
[24064], [24060]
07 Jul, 2009 (GV):
- ENH: Add a button and a menu entry to display the VTK documentation
browser [25058]
22 Jul, 2009 (Dave Peterson):
- Updated all __init__.py files with modulefinder code so that
py2app/py2exe can correctly determine what to include when packaging a
distribution. This is necessary due to the use of namespace packages
[24339]
Fixes
-----
21 Feb, 2010 (GV)
- BUG: Make the threshold filter better behaved when there are nans in
the data [25280]
- BUG: Remove callbacks on OrientationAxis that where triggering
useless redraws [25279]
15 Feb, 2010 (PR):
- BUG: Fix issue when an automatically generated trait name was actually
Python keyword. In these cases the trait name is simply appended with a
underscore (_). This should hopefully fix problems with building TVTK
with VTK from CVS [25236]
12 Feb, 2010 (Scott Warts):
- Reset the current scene if it is removed [ 25219]
08 Jan, 2010 (GV):
- BUG: Radius and length of a cylinder had upper bounds to 100, where
they should really be confined only to positive numbers. Fix with
kludge. Thanks to Michele Mattioni for pointing out the bug, and
providing the patch [25097]
20 Dec, 2009 (GV):
- BUG: Correct bug with visibility of OrientationAxes reported by Uche
Mennel [25037]
- BUG: Patch by Varun Hiremath to make build docs more robust [25039]
- BUG: Fix scalarbar positionning for VTK >= 5. [25040]
- BUG: Avoid a segfault when enabling the OrientationAxes without an
interactor [25044]
- MISC: Disable the use of IPython by default, there are right now too many
bugs with it [25041]
14 Dec, 2009 (GV):
- BUG: Fix test on pick dispatcher [25020]
- BUG: Fix a bug in tvtk.py, in the loading of tvtk classes generated code
when the path is not in the sys.path
Thank you to Ram Rachum for finding this problem, and the fix [25021]
26 Nov, 2009 (GV):
- BUG: Add forgotten file. Thanks to Darren Dale for reporting [24967]
- BUG: Fix mlab.pipeline.get_vtk_src for VTK dataset [24968]
25 Nov, 2009 (GV):
- BUG: Fix a bug in barchart [24962]
18 Nov, 2009 (Scott Warts):
- Don't reset the zoom level if there are volumes or actors. Before we
were just checking for actors [24932]
04 Nov, 2009 (GV):
- BUG: mlab.clf() was renabling rendering on figures, had it been
disabled [24874]
22 Oct, 2009 (Scott Warts):
- BUG: Fixed memory leak. Switched to using tvtk.messenger when adding
observers to keep from creating uncollectable cycles [24856], [24857]
14 Sep, 2009 (GV):
- BUG: Fix trivial bug when size in savefig was not specified, and
magnification was set to auto [24733]
19 Aug, 2009 (GV):
- BUG: Fix 'feature' of mlab.colorbar which would show up on objects with
scalar representation not enabled [24559]
19 Aug, 2009 (PR):
- BUG: Fixing some of the issues with colorbar and VTK versions greater
than 5.2 [24558]
18 Aug, 2009 (GV):
- BUG: The figure magnification was not working correctly. Fix [24569]
- BUG: Fix a traceback in mlab.show_pipeline if no scene was open [24553]
17 Aug, 2009 (PR):
- BUG: TVTK was not correctly wrapping newer versions of VTK
Specifically the vtkArray class was causing a traceback. This patch
appears to fix the problem. Thanks to Kyle Mandli for helping with
debugging this issue and testing the fix
14 Aug, 2009 (GV):
- BUG: Fix a bug when reseting the MlabTriangularMeshSource: when growing
the number of points, triangles were created before the corresponding
points. Thanks to Ondrej Certik for reporting this one
08 Aug, 2009 (GV):
- BUG: Fix a bug for with the notebook in wx example for which objects were
not added to the right scene [24492]
07 Aug, 2009 (Scott Warts):
- Added two more exceptions to state methods from ImageReslice:
SetOutputOriginToDefault and SetOutputExtentToDefault [24480]
06 Aug, 2009 (PR):
- BUG: vtkImageReslice's SetOutputSpacingToDefault does not make
OutputSpacing a state method. Thanks to Scott Swarts for pointing this
out [24476]
01 Aug, 2009 (Robert Kern):
- BUG: With a vtkWin32OpenGLRenderWindow, set the parent widget info
before resizing in order to avoid an offset bug [24427]
23 Jul, 2009 (Evan Patterson):
- BUG: Replacing deprecated calls to wx.Yield() [24379]