David Koop
David Koop
A number of issues are fixed here (patches from the use-uuid branch but should be applied to v2.2 and master): - Fix iIssue with vistrail variable id (uuid is now...
When @rexissimus added support for unions, he created a new schema version (1.0.5). Since this schema only added a single attribute to the PortSpec, it should be ok to just...
Currently, the signature of a module with a function added differs from the signature of a subpipeline where a constant module of the same type and value as the function...
The above screencap shows the icons on the inputs port panel when selecting a module. This in on a Mac with a retina display with Mac OS 10.11.5, Qt 4.8.7,...
Tags are now stored as action annotations so I'm not sure why this field still exists. Note that `vistrails.core.reportusage` uses this--I think that should be changed and the logic moved...
The Parameter Changes widget had tabs for both parameter differences and annotation differences. I removed the annotation tab because the code in vis_diff.py did not populate this tab nor does...
Colin Talbert asks if VisTrails allows the user to control the maximum number of jobs running at any time. The multithreaded branch has an interface to support this, and I...
Implement two options for "search all": 1. Allow user to search all loaded vistrails for qbe, and 2. If user wishes to search all vistrails, use metadata
Currently, the module registry imports `PortSpec` since the registry creates the port specs. However, there are a couple of calls in `PortSpec` and `PortSpecItem` that use the registry (`get_items_from_entries`, `update_identifier`...
The weather example (the simulation example) has an interesting example of the interoperation of the in-memory and persistent caches. Specifically, when there is a non-cacheable module upstream of a persistent...