16
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BUG: The test was incorrect since it was relying on 'l' being the right typecode for ID arrays. More... over 16 years ago
ENH: Change the title of the itvtk from "Interactive TVTK" to "TVTK Scene". More... over 16 years ago
BUG: Incorrect usage of `FileDialog`. More... over 16 years ago
Some elementary cleanup. More... over 16 years ago
ENH: Slight clean up of the docs. Also added an option to the disconnect method. More... over 16 years ago
BUG: Fixing a problem with a new `vtkView` class that conflicts with the traits UI `View` class. Also fixed a problem with unnecessary overloading of certain traits and methods. If a 'Get/GetSet' method is overridden in a subclass, then the traits can conflict since the parent trait might have been an enum and only the Get method may have been overridden, this will make the subclass appear as if the object is a readonly property when it is not. To avoid the problem, any methods in the subclass that are already in any of the ancestors are ignored. More... over 16 years ago
BUG: Fixed test error by dynamically computing the class hierarchy to test against. More... over 16 years ago
Bumping up TVTK version in the branches. More... over 16 years ago
Making a branch for new changes to tvtk. More... over 16 years ago
Tagging for release of ETS 2.6
Dave Peterson
as dpeterson
More... over 16 years ago
* Updated dependency version numbers so that the minimum is the current version of ETS 2.6.0 projects. * Fixed the envisage project to really exclude the top-level examples directory.
Dave Peterson
as dpeterson
More... over 16 years ago
* Modifications to avoid 'installed but unpackaged files' errors when building rpms on Fedora. We can't have data files that are .py due to the way 'optimize = 1' generates .pyc and .pyo files.
Dave Peterson
as dpeterson
More... over 16 years ago
* Removing dependency links to the unstable repo. This allows us to more easily experiment with releases in the unstable repos since nothing automatically ties the stable and unstable ones together.
Dave Peterson
as dpeterson
More... over 16 years ago
* Adding setup config actions as requested by Stanley Klein. Not sure if the bdist_rpm one is correct as I haven't been able to test rpm building on my Mac.
Dave Peterson
as dpeterson
More... over 16 years ago
BUG: Backing out last change where I set `self.scene = None`. This seems to cause a bad error when the app is shut down. More... over 16 years ago
ENH: Changing the default color to a more pleasing one. More... over 16 years ago
CLEAN: Removing unnecessary `empty_array` function since it is part of numpy. More... over 16 years ago
CLEAN: Removing Numeric and numarray support extension modules. Also cleaning up the tests so there is only one. I've moved the `array_ext_sp.*` files to `array_ext.*` More... over 16 years ago
ENH: Using numpy instead of `enthought.util.numerix` and `scipyx`. There no longer are any `enthought.util` imports in tvtk. setup.py has been changed to remove any dependency on enthought.util. All tests (except for issues with character arrays) pass. The documentation has been updated to reflect these changes. The src/array_ext extension code needs to be cleaned up to remove everything but the numpy support. More... over 16 years ago
* Added version and __version__ attributes to the api module to allow runtime querying of the installed version.
Dave Peterson
as dpeterson
More... over 16 years ago
ENH: Setting the scene trait to None to help with garbage collection. More... over 16 years ago
Moving the doc directory to docs to be consistent with ETS conventions. More... over 16 years ago
Add license information for icons derived from other work, and modify some forgotten IE icons in the examples.
GaelVaroquaux
as gaelvaroquaux
More... over 16 years ago
Changed icons for all pacakages necessary for mayavi. Mayavi is now fully OSI and DFSG compliant and can be packaged for debian !
GaelVaroquaux
as gaelvaroquaux
More... over 16 years ago
Fixed minor but widespread typo in README.txt files. More... over 16 years ago
BUG: vtkInformation* classes were derived from vtkObjectBase which no longer have AddObserver and GetMTime methods (they are now in vtkObject). Working around these problems. More... over 16 years ago
BUG: `ImageData.scalar_type` can also have the extra value of 0. More... over 16 years ago
tvtk.tools is now toolkit agnostic. More... over 16 years ago
ENH/REORG: Moving the code in api.py to tvtk.py. Adding a misc.py for miscellaneous functionality. api.py now imports tvtk.py. api now exposes the VTK colors and also a write_data method from api.py. This is a handy convenience method to easily write out a dataset to an XML file. Similar functionality for other things can be added later. More... over 16 years ago
PKG: Setting the executable property on setup.py. More... over 16 years ago