Difference between revisions of "Development"

From VistrailsWiki
Jump to navigation Jump to search
 
(365 intermediate revisions by 3 users not shown)
Line 3: Line 3:
</div>
</div>


== 2015 ==
See also the [https://github.com/VisTrails/VisTrails/wiki/Development Github wiki]


=== January 7, 2015 ===
== 2017 ==
Github: [https://github.com/VisTrails/VisTrails/labels/_critical critical], [https://github.com/VisTrails/VisTrails/labels/%40question question] and [https://github.com/VisTrails/VisTrails/labels/%40pending-review pending-review] labels
 
=== October 30, 2017 ===


'''Updates'''
'''Updates'''
* [DK] PyQt5
* [RR] Running Python3 code


'''Items to Discuss'''
'''Items to Discuss'''
* make sure that we address critical issues, questions, and pending review branches in a timely manner
* scripting support
** [RR] no issues if we want to just keep annotations in the generated code to allow the link back to a workflow
** [RR] can translate from workflow to script, working on script to workflow
** will work for parameter value changes, structural changes require changes to the annotations
** need to publish best practices here
** would be cool to do looping in scripts (easier interface than with workflows)
* notebook support (convert form notebook to workflow)
** RR will sync with FC on this
* Issue with console in built-from-scratch
** [TC] iPython rearranged some of the completion stuff in 2.2 and 2.3
** binary has old version of iPython -> 1.0.0, should we update?
* [TC] automated wrapping of numpy and scipy
** discovered a bunch of malformed documentation in numpy and scipy
** has github repo for vistrails tools
** example modules wrap a bunch of R stuff (not baked in, just how things are)
** will be pushing wrapping logic up
** port names forbidden (window and domain)
** have an import hook to get from yaml directly to VisTrails Modules
** should work for any python modules with well-formed numpy docstrings.
* [Action] should make it clear in documentation that Constant now means serializable not that the value doesn't change (e.g. List)
* [TC] might be interesting to try to build components of matplotlib and accumulate in figure (long-term project, but thinking about how this might work)
* [TE] build and build scripts
** completely automatic, buildbot
** need to set the build machines for the environment we want for the binary
** would virtualenv work here?
** [TC] anaconda can pin versions, potential path to test different configurations
** Q: upload nightly binary builds? A: makes sense, make sure they are well-labeled
* sourceforge stats: e.g. http://sourceforge.net/projects/vistrails/files/vistrails/nightly/vistrails-src-nightly.tar.gz/stats/timeline?dates=2014-01-01+to+2015-01-07
* package issues (see Remi's message)
* [TE] Scope of tej
** Support single ssh commands?
** Queue can be used as a remote machine (crawler is using queue.call*)
* SourceForge stats: http://sourceforge.net/projects/vistrails/files/vistrails/nightly/vistrails-src-nightly.tar.gz/stats/timeline?dates=2014-01-01+to+2015-01-07


== 2014 ==
* Installation:
** Use conda? (macOS hack to have .app bundle load conda-installed vistrails)
** Update conda recipe (pyqt4 restriction for now)
* Interpreter
* Release
* Integration
** hard to build same type of GUI in other apps that integrate core VisTrails (tend to use just the API)
** independent pieces of the GUI could be reused if they were more independent.
 
=== September 6, 2017 ===


=== December 17, 2014 ===
'''Updates'''
'''Updates'''
* Lots of progress on sklearn package on Monday ([https://github.com/VisTrails/VisTrails/pull/955 #955])
 
** AM ran into issues with port orders
* [RR] Fixes for scikit-learn, tables, usagestats
*** any manually specified port order should always be left-to-right. perhaps don't change the default port order yet
** sklearn modules uses different port shapes for its different types: Estimators (diamond), data (circle), parameters (default, square)
*** [RR] Looks good; generalize this?
*** do this for types of ports rather than try to infer for any port
** Issue with <tt>Pipeline</tt> module: how to specify a variable number of inputs that need a specified order
*** DK wrote something with <tt>ConcatenateString</tt> for this
*** problem is you need a UI for ordering the connections (order-connections branch assumed order they were added)


'''Items to Discuss'''
'''Items to Discuss'''
* scripting support
** how to go from one to another
* crawler progress [TE]
** building a package to interact with the crawler
* Two week break, Next Meeting is January 7


=== December 10, 2014 ===
* Stripped-down version of VisTrails to showcase new features?
** include meta-vistrail, bundles
** hide mashups, extra widgets, latex mode, etc.
* Interpreter
 
=== August 16, 2017 ===
 
'''Updates'''
'''Updates'''
* [TE] bundles
* [DK] meta-vistrail
** Finished command-line and core API for handling bundle data
** Working actions: normal action in vistrail, pruning version tree, tagging operations, and change
** controller has methods for adding data to bundle
** Interface
** [DK] why command lines? [TE] allow other tools like reprozip to build bundles
** [DK] seems like could grow into a lot of command-line options
** [TE] can also add the files as a directory
** want to have call that allows user to specify what is saved in the bundle
** [TE] should the user have access to add other parts of the bundle besides data? Probably not.
** [TE] working on storing packages in bundle and loading them from bundle?
* [TE] web crawler
** Using tej
*** Problems with closed sockets
*** No way to reconnect to queue
*** copy fails? TE to provide example to RR
** crawler works by submitting a job as a start and stop
** create a new completed job if it runs
** [RR] want to be able to get result even if not completed
* [RR] web package for d3.js etc
** [DK] looks good, works for me, github comment on supporting more specific use cases
** RR working on code editor


'''Items to Discuss'''
'''Items to Discuss'''
* Should source modules' code ports be control parameters? [https://github.com/VisTrails/VisTrails/issues/973 #973]
* Notebook
** think about how to support the raw cases where the source is computed upstream
* Interpreter
** static typing
* Web visualization packages (e.g. bokeh)
* unicode/string issue from BNL?
** [https://github.com/VisTrails/VisTrails/pull/969 PR 969] has more details
* Remove Serializable: [https://github.com/VisTrails/VisTrails/pull/966 #966]
* Pipeline templates
** shuold we also remove the serialize calls in basic_modules.py
 
* [TC] auto-wrapping all of numpy into VisTrails
=== August 2, 2017 ===
** looks like matplotlib scraping
** ndarrays are labeled as lists, reason? no
** parameterized types? (have depth, could have Float with depth 2)
** do we convert the types? don't think so
** TC will add depth 0 ndarray
** override Module calls? potential issue with the depth computations?
** numpy has broadcasting to do internal parallel


=== December 3, 2014 ===
'''Updates'''
'''Updates'''
* [TE] bundles
* [DK] meta-vistrail work
** Extend Vistrail to MetaVistrail to support meta-actions
** Vistrail becomes less tied to workflows so it can also supporting versioning vistrails
 
'''Items to Discuss'''
'''Items to Discuss'''
* [TE] bundle extensions
** jobs stored in 'jobs' file
** Data stored as file references in data/ directory
*** Add with gui/api or a method like 'add File data to bundle'
*** Have some way to browse by directory
** Packages stored in bundle
*** Add/delete package method
*** When loading, ask 'Do you want to import package in bundle' if not already existing.
*** [RR] need to fix reloading issues and conflicts with packages that already exist
*** [RR] Full name of a package can change (userpackages vs. vistrails.packages)
**** [DK] does this ever get saved anywhere? thought we only use "codename" which has no depth (dots)
** Package data (Like a Web Service wsdl stored in packagedata/my.package.identifier/
*** Packages can add/remove data as bundleobj file references
*** [JF] Do we need a package-specific directory?
*** decision to use the data directory for everything, no package-specific directory
* Scripting support
** [RR] pipeline->python translation needs some tweaking/testing, [https://github.com/VisTrails/VisTrails/pull/950 PR #950]
*** python->pipeline translation not done, we have some old code but might not be salvageable
** [RR] IPython notebooks integration still waiting for inputs/outputs definition in notebook format
*** we can probably use whatever metadata format in the meantime and reads theirs once it exists
*** send email to IPython folks
*** (the goal here is to wrap whole notebooks as VisTrails module, to string them together, still using IPython kernels to execute each notebook)
* integrating web things in VisTrails
** [RR] wants to take a look at this but working through reprozip backlog


=== November 26, 2014 ===
* Interpreter
** Using dask?
** Streaming an issue
* Notebooks
** What is an output of a module? (need to expose a specific output port or the entire module)
** Unifies some of the work from the script-workflow code
 
=== June 28, 2017 ===
 
'''Updates'''
'''Updates'''
* [TE] improve-vt-bundle
* [DK] Testing UUID/SQLAlchemy branch
** .vt load/save is working
* [DK] Working on meta-versions
** incrementally writing to vistrail file?
** would be nice to have pipeline and vistrail separate
* [DK] add web inspector (merged)
** [RR] Then do we only have meta-actions, any change to the pipeline is a meta-action that adds a version that does the change?
** [DK] Yes?
* [RR] Notebook interface (Vizier) making good progress, figuring out cell outputs
 
'''Items to Discuss'''
'''Items to Discuss'''
* [JF] scope of filenames
** [DK] what about copy-paste between vistrails? (hidden dependencies?)
*** [JF] shouldn't expect things to run here
*** need way for user to copy or extract from bundle
** other option: have toggle to say that name is local to bundle?
** determine API first
* [TE] job-fixes
** RR working on improvements to job handling
** [TE] what still needs to be done here?
** [RR] bug where need to dedup jobs, two workflows with same job (same subworkflow signature) will store job twice in job monitor and will check for both separately, and when finished, assumes one is still running
** make job a first-class entity, work independently of workflow/vistrail
* [DK] Move to a new version of Qt for improved well cell support?
* [DK] Working with web frameworks/apps in VisTrails
** [RR] start a local web server for this to avoid some issues
** way to move files computed upstream to a resource that the web server can access


=== November 19, 2014 ===
=== June 7, 2017 ===
 
'''Updates'''
'''Updates'''
* [DK] Merged UUID/SQLAlchemy branch with new bundle format branch, getting rid of the bugs


'''Items to Discuss'''
'''Items to Discuss'''
* [JF] Upgrade tree ([https://github.com/VisTrails/VisTrails/issues/949 #949])
* [RR] How to specify an "intermediate output" that should be presented to the user, from any module? (useful for notebook interface)
** list view
** Can designate in module description an output port
** every node is a new one
** Value has to be serializable
** [JF] most natural way is to have same tag
** Should use the OutputModes work to handle multiple modes, configuration, selection, ...
** [JF] cannot reselect the old version
* [RR] Is VisTrails with SQL usable concurrently?
** Upgrade a node and have that change propagate
** [DK] Probably not, demo from [TE] exists
** Meta-actions?
** Save and save as tag actions (save moves the tag, maintain the history of a tag)
** [RR] Suggest collapsing the upgraded node into the current node (hide the un-upgraded node)
* [JF] Ability to refer to file names relative to the vt directory (related to packaging) -- this issue has arisen in the context of ReproZip
** flag in the File module to make things relative to the vt bundle?
** [TE] import data into vistrails?, truncate based on a map from file locations to bundle/local directory locations
* [TE] job-fixes ([https://github.com/VisTrails/VisTrails/pull/27 #27]) & tej
** we'll keep the job_id for now; tej exposes it
** changes to be merged in
** tej works, needs testing on actual clusters (NYU?), change name?
* [TE] figured out how most of improve-vt-bundle is supposed to work
** bundle has method to get_db_object, get_db_objs


=== November 12, 2014 ===
=== May 10, 2017 ===
'''Updates'''
* [RR] We moved to Github
* [RR] UV-CDAT moving to Github; UV-CDAT/VisTrails currently marked as fork
** This means that opening a PR for a branch in that fork will target VisTrails/VisTrails by default
** People have to select UV-CDAT/VisTrails as base every time
** Unmark it as fork if accidents happen? (like [https://github.com/VisTrails/VisTrails/pull/956 #956])


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] We are on Github!
** Please check [https://github.com/VisTrails/VisTrails/wiki/Development github-wiki/Development] for some guidelines on development
** Most importantly, be sure to check out tickets marked [https://github.com/VisTrails/VisTrails/labels/@question question] or [https://github.com/VisTrails/VisTrails/labels/@pending-review pending-review]
* Email notifications from Github
** Right now vistrails-dev is watching the repository
** This means the list gets an email whenever anything happens (except from pushes)
** You can unsubscribe from issues, but you'll still get an email through the list
** You will receive everything twice, and receive notifications from your own actions, because of the list
** Is asking developers to [https://github.com/VisTrails/VisTrails/subscription watch the repo] enough?
* [RR] BuildBot/Github interaction status?
** [TE] buildbot is configured to use github with "git:" protocol.
** [TE] Web hook is not working, hook is using "https:", but repository is using "git:"?
** [TE] Binary nightly build working for 2.1, will soon be merged into master
* [TE] Atomicity in Job Submission state graph ([https://github.com/VisTrails/VisTrails/pull/27 #27])
* github shorthand? "fix" keywords close issues
* feature branches move via pull requests
* Different releases: windows (4x), github and sourceforge
* Nightly releases? (should we push these to sourceforge?)


=== November 5, 2014 ===
* Identifiers
* Bundles & DB Code
* Interpreter
* Merge / Versioning Version Trees
* Python3
* Workings of List
* Packages: Wrappers + new Versions (VTK7)
* Script Conversion
* Intermediate Outputs: reuse output module work?
** would be useful for both workflows (run to a particular checkpoint)
** and useful for notebook interfaces
* SQL backend: does it allow for concurrent access?
** Yes, real-time collaboration work for concurrent single vistrail access
** Should be able to access different vistrails at once without issues
 
=== April 19, 2017 ===
 
'''Updates'''
'''Updates'''
* [TE] setting up buildbots to build the binaries
 
** solved most of the issues
** working on Windows buildbot
'''Items to Discuss'''
'''Items to Discuss'''
* [RR] Job submission
** [https://docs.google.com/drawings/d/1NRHNwm48pgcAjMeat_zXNOLH-M4phPEkJ79TdyYaRKs/edit Flowchart]
** JobMixin doesn't work for Rémi's use cases
** Need to check on job more than once (based on signature, if server removed job, etc.)
** [TE] what if job failed or job has been submitted but isn't running?
** Pull Request: [https://github.com/VisTrails/VisTrails/pull/27 #27]
* [RR] Github migration
** Notification on the Github web page to let users know not to open new tickets for a couple of days
* scikit-learn package:
** Jorge wrote a package about this in 2012 at ORNL, need to talk with him
* [DK] Interaction provenance
** Current able to persist the state of a cell (e.g. Save Camera) if they align with parameters
** How would we capture interactions with the cells as they happen?
*** May not correspond to a compute-time parameter (e.g. mouse drags)
*** Capturing low-level user interactions may be problematic if we don't know how an interaction sequence translates to a meaningful action
** [JF] try to link back to parameters (otherwise, how do we have anything meaningful)
** [JF] Granularity issues
** Maya: hierarchy of actions, use geometry to try and infer this (analyze object and look for things that are separable)


=== October 29, 2014 ===
=== April 5, 2017 ===
 
'''Updates'''
'''Updates'''
* [RR] Build scripts
** Tommy working on release scripts (updating version numbers in build scripts and splash screen)
*** [TE] prepare_release.py updates version numbers, branch, hash, and splash (requires inkscape)
** sdist and wheel ("PyPI" packages) fully automated, have [http://vistrails.poly.edu:9050/waterfall?show=pack-v2.1-sdist builder]
** conda too, [http://vistrails.poly.edu:9050/waterfall?show=pack-v2.1-conda builder]
** Windows build script needs lots of binaries in fixed locations, e.g. C:\Python27, C:\Users\vistrails\src\vtk, ... build difficult to reproduce
*** could use conda here, but problems with the script
** Mac OS ???
*** [TE] Built with "make_app"
**** Needs installation of qt, vtk, etc., to build.
**** Building usersguide should be more contained
*** would py2app work on a condo-installed VisTrails?


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] Weird error in UV-CDAT has me baffled ([https://github.com/UV-CDAT/uvcdat/issues/843#issuecomment-60843062 #843])
** [DK] check on packages.uvcdat (generic name, could be overloaded) and/or the Variable name (also generic, could be overloaded)
* [RR] JobSubmission and RemoteQ:
** some minor issues with the way things are stored, mostly because uuids and other items should be removed
** [RR] caching output values in the vistrails was not a good idea
** big issue is still that RemoteQ is not best solution
** keep mapping on server to map something in module (pipeline_signature) to job and output
** VT keeps track of which workflow submitted job
** start_job method just calls arbitrary line of code to start job
* github migration
** [RR] to send github an email to ask what the best method might be
* problems with terminator.vt example?
** potential interaction handler issue?
* vt using temporary directory to store files
** disk cleaners can wipe these directories (USGS reported)
** question is whether disk cleaners *should* be doing that...


=== October 24, 2014 ===
=== March 8, 2017 ===
RR and TE meeting about job submission & RemoteQ status in VisTrails
 
'''Updates'''
* [RR] Added a looping indicator on modules [https://github.com/VisTrails/VisTrails/pull/1217 #1217]
** This makes it easier to understand what's looping, no need to follow edges and count
* [RR] Refactoring CLTools for integration in Docker package
* [RR] Will try to refactor autogenerated package logic next (need to update TensorFlow package for TF 1.0, should really be using this)


http://www.vistrails.org/index.php/JobSubmission
'''Items to Discuss'''
* [RR] Problem with vtkRendererToSpreadsheet output mode: does it's own ModuleConnector handling, interfering with looping/streaming logic, to add the module ID on the renderers [https://github.com/VisTrails/VisTrails/issues/1216 #1216]
** Can we move this up to the renderer modules?
** Thankfully RR couldn't find much of this madness in the rest of code (outside of controlflow and parallelflow)


Summary:
=== February 24, 2017 ===
* some details to be fixed in RemoteQ package
* job result cache shouldn't be in vistrail
* the RemoteQ library is a problem since Troels doesn't maintain it


=== October 22, 2014 ===
'''Updates'''
'''Updates'''
* [RR] Rich-text module documentation ([https://github.com/VisTrails/VisTrails/pull/1210 #1210])
** Went over packages and fixed format; maybe we should have a test to validate RST?
* [RR] Single-instance shutdown with <tt>--remote-shutdown</tt> ([https://github.com/VisTrails/VisTrails/pull/1204 #1204])
* [RR] Bundle installation not super reliable; probably need to go in and add checks for every usual environment


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] improve-vt-bundle
* [RR] There are issues with list-depth
** lack of documentation
** Some VTK ports marked with depth=1 don't actually accept multiple inputs (vtkDataSetMapper)
** two layers of serializers
** Issue with looping groups
** serialize in more on-demand manner
 
** does auto-save save everything
=== January 25, 2017 ===
** database bundles: try to tie into sqlalchemy
* Github migration
** decide on how to move the open tickets
** 26 first issues are already used, can just add original ones
** Rémi needs access to the trac database (vistrails.org)
** if possible, move everything
* [TE] New 2.1 release to fix examples?
** upgrades had a bug so could affect existing (older) vistrails
** changes to script commands
** remove tilde files in release
** [RR] is release process automated?
*** [TE] run scripts in the git repository
*** putting release note inside vistrails
** TE to look into which steps are more difficult to change
* [TE] job-cache feedback?
** shareable jobs, but jobs are not persistent
* [TE] update Web Services examples
** look into RESTful services?
** should we deprecate the old examples?
** check the user's guide and edit if necessary
* [RR] VisTrails meant to written by developers and used by users
** writing packages is a bit hard
** developers want to use their own editors, specify which versions should be used
** still have to write your own wrappers
** if developers just want to integrate their tools, can be difficult
** get python program drag 'n drop into python source


=== October 15, 2014 ===
'''Updates'''
'''Updates'''
* [TE] job-cache (merged)
 
** Store jobs in vistrail
** Fixed jobs in automatic loops
** [RR] Probably shouldn't be in VisTrails
*** RemoteQ/BatchQ are nowhere to be found (except VisTrails's binaries), install procedure doesn't work, and unsupported
*** Not really used by anyone else ("proper" job submission, e.g. clusters, use PBS/...)
*** Sharing job status in vistrail is unsafe and WILL break if people make changes
*** Having that in the vistrail XML for the next release would force us to support it/provide upgrade paths
*** Suggest removing for now, while we think about this more


'''Items to Discuss'''
'''Items to Discuss'''
* (from last week)
** Use Github and pull requests?
*** Have to find a way to import tickets from Trac
** Use a separate fork for UV-CDAT's vistrails?
** Check with Claudio
*** Claudio says yes
* VisTrails and ViDA?
* [http://i.imgur.com/nqjTolG.jpg Notes] from meeting with F. Perez
** Use whole notebook as modules in VisTrails (don't necessarily need to deconstruct cells)
*** IPython providing "kernels" (execution engine, behind notebooks) for 21 languages
*** connect notebooks that are of different languages
*** reduce serialization issues
*** implicit if two notebooks need to move outputs into inputs
*** They are discussing concepts of "notebook inputs" and "notebook outputs" right now
**** Kind of like our mashups
**** [http://mail.scipy.org/pipermail/ipython-dev/2014-October/thread.html#15145 nbparameterise thread]
*** Inter-notebook interactions probably not envisioned (but they'd like to be able to point to VisTrails for that)
*** [DK] interface workflow: how do users edit two different notebooks and connect in VisTrails (seems like a lot of windows)
*** restrictions on what can be serialized? notebooks need to be serialized properly
*** can you get a notebook without the stored outputs used by nbviewer?
** Using VisTrails workflows and capabilities from IPython
*** Generic Python API + some rich text augmentations for the notebook
*** Using VisTrails from notebooks using non-python kernels? IPC between kernels is not a goal for IPython folks
** Will try to follow their  [http://mail.scipy.org/mailman/listinfo/ipython-dev mailing-list] and [https://gitter.im/ipython/ipython gitter]


=== October 8, 2014 ===
* Scaling VisTrails
* sql-alchemy, uuid, bundle branches/merges
 
=== January 11, 2017 ===
 
'''Updates'''
'''Updates'''
* [TE] Store one job monitor per vistrail (almost done)
* [RR] New VisTrails version in Debian [https://packages.qa.debian.org/v/vistrails.html]
** Easier to share running jobs
** Jobs are shared between all workflows in a vistrail
** use new bundle structure
** what happens with local jobs?
*** doesn't really make sense to open a job started locally on another machine


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] Use Github and pull requests?
* [RR] Collaboration with school of medicine to port HiC-bench to VisTrails
** BNL uses them, UV-CDAT switched to that to
** Have homemade workflow system based on R scripts and symlinks
** [[Development Branches]] is hard to keep updated and offers no categorization/sorting
*** Each steps has multiple sets of parameters
*** create pull request when new feature is started, do not have to wait until branch is completed
*** Submits PBS jobs for each step with each set of parameters, using PBS job metadata to wait on previous step
** Also, use separate fork for UV-CDAT's vistrails? [https://github.com/UV-CDAT/VisTrails UV-CDAT/VisTrails] is marked as fork but can have a different set of branches
*** Gets all results in directory structure <code>step3-parameters/step2-parameters/step1-parameters/files</code>
*** vistrails.org might be the only UV-CDAT submodule that can't be served over https (see [https://gist.github.com/remram44/978b23f2eac006d5a5bb emails])
** VisTrails improves provenance capture and makes editing pipelines easier
** user permissions?
*** Need better support for aggregation (groupby operation might be good enough; pandas?)
** Juliana, thoughts on moving vistrails repository to github?
 
* need to keep testing 2.2 features (e.g. automatic looping, new widget interface) so we can prepare that release
== 2016 ==
* deprecation flag/error for old constant creation methods
=== December 14, 2016 ===


=== October 1, 2014 ===
'''Updates'''
'''Updates'''
* [TE] Graphicsview font issues solved
* [RR] Single-instance code: over-engineered, but will work
** Preventing DPI changes on windows and using fixed values for module size calculations
** (Have to avoid race conditions on startup, and OSes offer very different locking primitives)
** Windows fonts always look bad


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] To review&merge: <tt>constant-classes</tt>, <tt>invalid-pipeline-hides-package-errors_/loops</tt> ([https://www.vistrails.org/ticket/901 #901]), <tt>version-flag</tt>
* Email from Matt Dirks: combobox should work, ask for more code?
** constant-classes: get rid of dynamic generation, use metaclass for constant class
* Email from marin.nl:
** version-flag: add --version flag back on argparse parser
** looks like they would benefit from new interpreter
** invalid-pipeline-hides-package-errors: switch to invalid pipeline and will try to fix it, handle upgrades
** how to store their consolidated provenance when they exchange .vt files around?
*** actual error is not showed
 
*** get into a deep recursion? upgrade to package and back
=== November 30, 2016 ===
* [RR] JobSubmission package status (does it work? is it useful?)
** should be able to remove it
** [TE] different things to control batch job
* [TE] buidbot web interface got hung up
* [TE] New features in 2.2 release (please extend/update)
** [RR] [[New features]]? Maybe we should maintain a CHANGELOG file in the repository
** Inline widgets ready? Need to test
** output modules
*** incremental change where we keep both cells and new output modules, then phase out output modules?
*** expose configuration keys as ports
* Changes to interpreter
** Simplify/Have different interpreter
** Support different environments
** Move update method from Module to interpreter
** Merge multithreaded interpreter
*** Automatic loops/streaming should work during incremental transition
** Different modules will support different modes of execution
*** have documentation for the best practices
* [TE] Error setting current_pipeline_view=None ([https://www.vistrails.org/changeset/968dede3c6bbe39aae9f37242af9cd2f0e61166e fix])
* [TC] have different namespaces with same modules
** using numpy docs to do most of the code generation


=== September 24, 2014 ===
'''Updates'''
'''Updates'''
* [TE] rewrite-startup integration finished
* [TE] UV-CDAT bugfixes finished
** need to make sure that the Aashish and/or Charles are aware the changes have been made
** [TE] notification on github


'''Items to Discuss'''
'''Items to Discuss'''
* [DK] parameterExploration flag: just run the latest of the selected version
* [RR] Working on single instance code for MARIN ([https://github.com/VisTrails/VisTrails/pull/1205 #1205])
** may be nice to have a way to set parameters directly from the command-line like we do with output variables
** Remote shutdown ready ([https://github.com/VisTrails/VisTrails/pull/1204 #1204])
* [RR] code issues found using pycharm
** Still improving it
** there are a lot more issues than that, cf [http://build.remram.fr/builders/pylint/builds/1/steps/shell/logs/stdio/text pylint]
** Want to return something more structured to the client (success/fail code, stdout, stderr)
** use pycharm IDE or install pylint, pychecker to avoid committing basic mistakes
** Should be usable without Qt
* [TE] QGraphicsView size issues between Linux/Mac
* [DK] Shutting down VisTrails has issues: cleans up interpreter (to remove files) but also resets persistent pipeline for no reason
** the text size is different even for the same fonts
* [DK] Working on batch execution using console_mode
** matplotlib ships with three fonts
* [DK] Settings aliased parameters when using core.api?
** has logic with rules to determine what the closest fonts
 
** Qt has global configuration that can be hard to override
=== November 16, 2016 ===
** terminator example has 15 parameters that are editable (adds 20+ pixels and messes up layout)
* [RR] all tests pass on unicode branch
** will try to keep in sync
** [TC] lots of people with strange paths need to use
* [JF] back and forth with scripts
** cloud execution
** have more rules for certain environment
** simplify the interpreter, have a different interpreter
** create a new direction for a restrictive environment
** have documentation for the best practices


=== September 17, 2014 ===
'''Updates'''
'''Updates'''
* [TE] Fixed database from command-line, server mode, command line flags
 
* [TE] Fixed slow view switching
* [RR] Issue [https://github.com/VisTrails/VisTrails/issues/1200 #1200] from @samtux: need to set PyQt to API version 2 before ever importing it; using require_pyqt_api2() does that (also can install bundle)


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] unicode and python3 compatibility
** [TC] <strike>Pull request doesn't change any behavior (text_type, or str)</strike>
** [TC] Many changes from py3 were backported to py2, no 2to3 conversion
*** difference between text strings (always unicode) and byte strings (which are the default in py2)
*** six.text_type which on py2 aliases to str and on py3 aliases to str (runs through unicode object initializer)
** make sure to import unicode_literals from __future__
** [RR] more complicated than that. Let's convert everything to unicode in one go, and fix issues
*** [RR] issues with XML (de)serialization, locators, enum, configuration
** look at a 2.2 release before adding unicode support (unicode may need a while to work bugs out)
** [RR] don't move on Python 3 before unicode is supported. Probably no need to bring in six right now
* [TE] Parameter Widgets (function-tooltip) ready to merge
** LOD error
* [DK] improve-vt-bundle branch
** db/services/bundle.py exists on its own, need to link rest of code to use bundles
** sql-alchemy waiting, work on bundle first
* [TE] adding command-line options to the documentation, update in one place now (used to have pdf and HTML)
* [RR] Version flag missing in new startup, branch to add back, but argparse messes up the formatting
* [RR] Trying to load the same package twice or different versions of the same package breaks VisTrails
* [CS] Hire a couple of people for UV-CDAT, need someone to bring them up to date
** think about projects for them
** [DK] we are not sure the direction UV-CDAT will take after 2.0 release


=== September 10, 2014 ===
* Email from Pieter: executing pipelines with parameters from command-line using single-instance
** Seems to work, main instance gets full command-line and alters configuration temporarily
** Not sure what his error is (VisTrails returns little information in a lot of cases); though execution error should return something more meaningful
** Actions:
*** Can add switch to kill main instance
*** Can improve single-instance code to return more meaningful errors + machine-readable output from "client" VisTrails
*** Add client/server code to <tt>core</tt> that doesn't use Qt? Also need a run.py-line entrypoint that doesn't use gui (calls console mode like <tt>gui.application.VistrailsApplicationSingleton#noninteractiveMode()</tt>)?
 
=== November 2, 2016 ===
 
'''Updates'''
'''Updates'''
* [RR] Backported tabledata package: https://github.com/remram44/tabledata-backport
 
* [TE] GUI Improvements
* New version 2.2-2 of Debian package, still [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796994 wrong copyright], and [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748692 broken bundle installation]
** Added type checking in parameter view
** Finally replied, says copyright issue will be fixed soon, working on including VisTrails 2.2.4 for Debian Stretch
** Switch to workflow info when no module selected
* Working on Docker package, low hanging fruit because we have CLTools, and useful for some workflow (also step towards CWL support)
** Improved fitToView (used a square setting?)
* [TE] Edit widgets
** Hide when zooming out
** Improved proxied widgets
** Improved selection border
** Profiling
*** Nothing major for edit widgets
*** Fixed mark_list_depth calls when switching versions


'''Items to Discuss'''
'''Items to Discuss'''
* Workflow longevity: mta example no longer works
** Fernando suggested offering an option that saves the package (or a description of the package) together with the workflow
** [DK] I agree, this had been talked about with the generic bundle support
** [TE] Everything stored in a zipped vt file, could also store to a directory
*** [DK] some support for this
** [DK] to look over old code and point out what needs to be done for bundle support
* [RR] maybe work to distribute packages independent of VisTrails (or at least make moving between versions of packages easier)
* [RR] VisTrails integration with ReproUnzip: https://github.com/ViDA-NYU/reprozip/issues/69
** [DK] possible to do python install using smarter package installers?


=== September 3, 2014 ===
=== October 5, 2016 ===
'''Updates'''
* [TE] Fixed 1.0.3 schema and log upgrades
** [TE] Make sure that 1.0.3 has the right items across versions
** Keep startup only in master since it is only needed for upgrades


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] Edit widgets demo
** don't show name of port for constants
** boolean widget doesn't look great (still native widget)
** different layout on Linux than Mac/Windows due to font?
* [DK] UV-CDAT build:
** Linux build and check for scipy issue (#590)
* python3?
* [TC] Good way to wrap up userpackages?
** using conda package manager (environment has directory and hard-linked into, need to be able to hard link into environment)
** [RR] is working to do a standard python package to recognize these automatically
** For userpackages, can configure userPackageDirectory to point to a hard-linked environment
** Preferences -> Paths & URLs -> Local Packages Directory
** everything to be in a "bubble" at BNL
* [ED] Parameter exploration:
** one variable that I care about but plot as 5x3 not 15x1 or 1x15, enhancement request
* [ED] Series of Qt widgets wrapped into VisTrails modules
** subclass SpreadsheetCell, Qt widgets use matplotlib
** [ED] to provide a demo on what is going on trac


=== August 27, 2014 ===
* working toward a 3.0 release; [https://github.com/VisTrails/VisTrails/projects/1 project board]
** unique ids
** bundles
** GUI fixes
** wrapping updates
** python3
** interpreter?
 
* command-line input parameters to provenance
** [DK] we don't create a persisted workflow from those input params, i think
** [DK] these are already defined as aliases so we treat them differently form a normal input param
** [DK] still have the potential problem of allowing a user to view the workflow as it was run with a given set of aliases
** Do the vistrails variables values get stored in provenance? (what if values change?)
 
=== September 14, 2016 ===
 
'''Updates'''
'''Updates'''
* [TE] VisTrails 2.1.4 released
** [RR] Will update [https://pypi.python.org/pypi/vistrails PyPI] and [https://binstar.org/remram/vistrails Conda]. Note that this currently uses its own branch for 2.1.x (<tt>deployment/v2.1</tt>), will be easier in 2.2


'''Items to Discuss'''
'''Items to Discuss'''
* [https://github.com/UV-CDAT/uvcdat/issues/520 UV-CDAT Bug #520] and [https://github.com/UV-CDAT/uvcdat/issues/557 #557]: make sure we don't show errors for packages that don't load (put these at info level)
* [RR] [http://aosabook.org/en/vistrails.html VisTrails] in [http://aosabook.org/ The Architecture of Open Source Applications] Vol I (2012)
** [RR] already created a branch with this name
** Did we know/contribute to this?
* matplotlib and UV-CDAT: should be able to include freetype in binaries
*** [DK] Yes. We wrote the text for the VisTrails chapter
* [https://www.vistrails.org/ticket/886 Bug 886]:
** Drafted response
** merge in this branch, perhaps not 100% ideal but still better than what we had
*** [DK] Looks good, will forward.
** problem is that you sort of want to be able to do a bunch of actions and then raise InvalidPipeline so you don't have to do multiple try-catch
 
* [https://www.vistrails.org/ticket/892#comment:2 Bug 892]:
=== August 31, 2016 ===
** not pythonic to forceably squelch propagation
** should be a configuration option to do this
** add a filter to the root logger so that VisTrails messages can be controlled
** will think about this more
* [TC] blocker on python3 compatibility?
** [RR] unicode support should probably be done first: unicode from all the files, weird casts everywhere in the code because we used Qt before api v2
** from future unicode literals and str type makes the right thing happen on 2 and 3?
** BNL really wants 3 support, willing to work on
** Issues are [https://www.vistrails.org/ticket/673 #673 (unicode)] and [https://www.vistrails.org/ticket/674 #674 (python3)]
* Relayout programmatically?
** [http://git.io/MR0hZw layout_modules()] in controller


=== August 20, 2014 ===
'''Updates'''
'''Updates'''
* [TE] Parameter Exploration bugfixes
* [RR] Went over vgc.poly.edu/vistrails.org config:
** "Create Version" spreadsheet button fixed
** Added TLS certificate (vistrails.org, www.vistrails.org, lists.vistrails.org, vgc.poly.edu and a few others)
** Missing date attribute in xml caused errors
** Fixed usersguide scripts (won't disappear again)
** Issue opening vtl links
** Moved some websites over to HTTPS
** [https://docs.google.com/document/d/18YZewjR2YY9cQ9pzdA-nU9jbu2L7jYcPlDi3iaPadwA/edit Websites]
* [RR] users' guide on readthedocs: doesn't seem like we can have both the internal docs ([http://vistrails.readthedocs.io/ currently there]) and users' guide under the same RTD "project"
* [DK] UUID support almost complete (use-uuid branch), bundle translation then fits more easily on top of that


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] Pending branches:
* [RR] Move www.vistrails.org (wiki) to HTTPS? There is a trac at https://www.vistrails.org/
** pipeline-validation ([https://www.vistrails.org/ticket/886 #886])
** Get rid of more services? (svn, trac, ...)
*** (dep for fix-open-workflow (loading a workflow keeps the locator, so saving will overwrite))
* [RR] Notebook execution works. How do we support more languages (than Python)?
*** Ok, will merge
** Need: detection, metadata reader, code to input values
** logger-propagation ([https://www.vistrails.org/ticket/892 #892])
* [RR] ALPS and VisTrails 2.1 issue: should be using 2.2?
*** Might be a better way? Discuss this more?
** hide-missing-dependencies ([https://www.vistrails.org/ticket/895 #895])
*** Ok, will merge
* [TE] New bugfix release? - Parameter Explorations and wrong usersguide in Mac binary
* [TE] Module edit widgets demo
** start with tooltips for type names rather than showing them right now
** give warnings on input validation -- add to trac ([https://www.vistrails.org/ticket/898 #898])
* [Thomas] matplotlib is meant to be used the other way
** [RR] problem: this is not the way our other plotting packages work (including VTK: data -> data -> renderer -> cell)
** [RR] we've already released a matplotlib package (data -> plots -> figure -> cell) and can't really turn it around
** [RR] we all agree that current code is hacky (but works), see [https://www.vistrails.org/ticket/685 #685] then [https://www.vistrails.org/ticket/396 #396]


=== August 13, 2014 ===
=== August 17, 2016 ===
'''Items to Discuss'''
* [TE] FileOpen event on Mac ([https://www.vistrails.org/ticket/889 #889])
** We can pass argv to QApplication
* [TE] 1.0.3 schema differences ([https://www.vistrails.org/ticket/894 #894])
** We can restore schema 1.0.3 on master from branch v1.2


=== August 6, 2014 ===
'''Updates'''
'''Updates'''
* [DK] bug fixes, improve-vt-bundle, uvcdat
* [TE] Fixed [https://github.com/VisTrails/VisTrails/commit/2cd42d156243067a7663bb0bf0156e5d87188c2f parameter order upgrade bug] that breaks VTK examples.
* [TE] Matplotlib and sklearn are exportable using module-to-script api
* [TE] Need to add to_python_script to pythonfunction.py to get bokeh and numpy export working.


'''Items to Discuss'''
'''Items to Discuss'''
* [LB] LSU, instrument building, tomography, interferometry system
* Version checks: Please use a method instead of hard-coded `try: int(v) except ValueError: ...` logic!
* [TC] image registration/processing, infrastructure at BNL
* Mashups: why do they share the same id scope?? (see MashupsManager.createMashupController)
* [ED] working on data analysis at BNL, hoping to leverage VT for data provenance, user activity
* [TE] Wrap-up notes
* [LB] tomopy and VT integration
 
* [TC] how to integrate tomography software
=== August 10, 2016 ===
* [LB] goal to communicate with others, data security for crowdLabs?
* [LB] improve parameter exploration
** [JF] different ways: whole workflows, loops inside workflows, multiple threads, implict looping
** [TE] add new examples of saved parameter explorations, different versions
* [RR] Bug [https://www.vistrails.org/ticket/886 #886] ("from_root" parameter for <tt>change_selected_version()</tt>)
* [RR] [[API Design|API redesign]], example: [http://nbviewer.ipython.org/gist/remram44/2a67e6269ba2f052a19d notebook], target: [http://nbviewer.ipython.org/gist/remram44/a59a6dbf2026a0433ede notebook]
** [DK] looks good, nicer string rep, improve access to and use of results is important
* Jeffrey Guenther - list handling


=== July 30, 2014 ===
'''Updates'''
'''Updates'''
* [DK] UV-CDAT animation, sql-alchemy branch update
 
'''Items to Discuss'''
'''Items to Discuss'''
* [TE] parameters in workflow - demo
* [TE] Python Wrapper and scripting
** show functions on mouse_over
** All changes merged into python-wrapper branch
** move set functions to the top
*** Tests pass
** inline parameter widgets
*** Still need to update sub-branches
*** show/hide all
** Minor fixes
*** toggle in ports list to show/hide these widgets
*** vtkPlot3DReader upgrade bug
* API design [[API_Design|wiki page]]
*** Added tuple exporting
** vistrails.api versus vistrails.core.api
** Most of vtk examples can be exported [https://gist.github.com/rexissimus/5ac7374cde8525d84f9443f019d234e2 example]
** API is currently stateful, would like to change
*** Sometimes connections are wrong, executing workflow sometimes works, otherwise copy/pasting is necessary
** API calls using module names, parameter names instead of ids
**** Could be a bug in the old vistrail, but not sure
** tighter integration with iPython (what were ideas from meeting last year with iPython devs)?
* [DK] Subworkflows and uuids
* argparse mutually_exclusive_group bug
 
* provenance viewer: make panel wider
=== August 3, 2016 ===
* parameter views: combo box with different parameter viewing types
* change parameter not updating GUI
* installing python packages into binary
* modules that dynamically configure their ports


=== July 23, 2014 ===
'''Updates'''
'''Updates'''
* [DK] output-modules merge, uvcdat, improve-vt-bundle
 


'''Items to Discuss'''
'''Items to Discuss'''
* API design [[API_Design|wiki page]]
* [TE] output-modules feedback
** Can we have 'Output' module that uses input value to determine output?
*** [DK] Unsure what this means, we could have more than one input port, seems like the mode of output is independent of what the value is
*** [RR] Infer from python types would take a lot of work, explicit easier to understand
*** Usability vs. issues for developers
** Hide all but value port for outputmodules
*** Unsure here
** Make output mode be an enumeration rather than text entry (actually need to allow own entry)
**  Should vtkRendererOutput replace VTKCell?
*** [DK] Need to see if display views are involved, interaction handler, etc.
** Use module name as base name?
*** Also naming for parameters on command-line here
*** if you name module "flower", default base name is "flower"
** Also consider possibly only generating one output based on this type of naming
** Global imageFile format setting not working?
*** Put on trac
** Created WebGL output for vtkRenderer (As empty package)
** Matplotlib WebAgg and MBAgg backends better for web
** Clash between mode identifiers
*** Register this on trac
** [RR] how to load a specific mode if it isn't loaded?  How do we find it?
* [TE] other ideas
** See other workflow systems: http://imgur.com/a/xY37B
** Add icons to modules (graphical representation)
** Add module by double-clicking in the pipeline view and writing module name
** Edit parameters directly on the module
*** First step: move set parameters to top of list (or make more visible)
*** Second step: mine to find commonly used parameters
** Better use of hovering to provide module information
*** Show parameters on right
** [JF] Inspect workflows in the same window
* [DK] matplotlib feedback from Thomas Caswell
** figure top-down?
** see Tom's github fork of matplotlib of pyplot changes
** declarative syntax (MEP 25), goal for 1.5
** create artists in modules
* [RR] export-as-script
** It's mainly about renaming variables, to connect module and avoid collisions
** Currently gets code for script using package-provided to_python_script methods
** Using the [https://github.com/Psycojoker/redbaron redbaron] library for this (under early development)
** Need to handle the different types of input corresponding to different calls (get_input, get_input_list, force_get_input, ...)
* [BNL] Adding new palette tool
** search box with many fields to format query, send back dictionaries
* [BNL] Use numpy docstring format? yes
* [BNL] PEP whitespace? yes
* [BNL] python3 compatibility? no a big priority right now
* [BNL] PyQt new style connections: yes
* [BNL] Access to vistrails.org repository? yes


=== July 16, 2014 ===
* [TE] Wrapper patches now stored as [https://github.com/VisTrails/VisTrails/blob/python-wrapper-script-patches/vistrails/packages/vtk/vtk_wrapper/vtk_patch.py python code]
** Connection variables now lowercase
** Can we use code as output variables?
*** E.g. "vtk_dataset_mapper.GetOutput(0)"
*** Could mutate output when output method is only supposed to be called once
*** Need to be able to rename output port as python code(e.g. when there are 2 "vtk_dataset_mapper"s)
 
=== July 27, 2016 ===
 
'''Updates'''
'''Updates'''
* [TE] VisTrails 2.1.3 released
 
* [DK] UV-CDAT
* [DK] DB bundle serialization implemented


'''Items to Discuss'''
'''Items to Discuss'''
* Integrate patches from github
* [TE] Finished using patch in script [https://github.com/VisTrails/VisTrails/tree/python-wrapper-script-patches python-wrapper-script-patches]
** we push from vistrails.org to github
** locale?
# git fetch git@github.com:VisTrails/VisTrails.git +refs/pull/17/head:refs/heads/pull17
** [https://gist.github.com/rexissimus/f0d6b026aa5a2a770847f3321744645d new patching example] vs [https://gist.github.com/rexissimus/b28d83ae516a519167f5751bb8ab3739 old patching example]
# git checkout master
** [https://github.com/VisTrails/VisTrails/blob/python-wrapper-script-patches/vistrails/packages/vtk/vtk_wrapper/parse.py#L135-L273 Example of new patches]
# git merge pull17
** Legacy '.vtkInstance' is now added as a patch "self.vtkInstance=self" (see new patching example)
# git push origin master
** [https://github.com/VisTrails/VisTrails/blob/python-wrapper-script-patches/vistrails/core/scripting/api.py New api for executing standalone modules]
** Synchrotron needs tools for computational pipelines
*** Accessing module was disabled for core/api, but a different api for this is probably better anyway.
* Discussion on scripting support
*** api.Package now gives [https://gist.github.com/rexissimus/f0d6b026aa5a2a770847f3321744645d#file-new_patching-py-L26 directly callable module compute functions]
** we are going to have to support a set of restricted operations
*** Only works on modules not using interpreter functionality ('.interpreter', etc.)
** readability versus parsing
**** for zip file modules and others that need temp files and use the interpreter for this, need to modify the module, but could work around with python libraries for managing temp files
** blocks vs. functions
** Fixed more renaming issues - [https://github.com/VisTrails/VisTrails/blob/python-wrapper-script-patches/vistrails/core/scripting/scripts.py#L63-L64 function argument names should not be replaced]
* layered API:
** Still need to do something nicer for the patch formatting
** scripting api is base, interactive api has convenience methods that use state
*** patch keys currently contain non-python-variable characters but this can be fixed
** design document on API, [[API_Design|wiki page]]?
*** Need to replace string template with python variables that is replacable using RedBaron
* Other requirements for scripting
**** Patches could then look like:
** higher-level operations to find results linked to certain provenance
 
* vt bundles
    def vtkInstance():
** should we look into improve-vt-bundle and sql-alchemy branches?
        self.vtkInstance = self
** design this (configurable bundles)
 
** have some hooks to add files to the vt bundle already
=== July 20, 2016 ===
* move-dist-directory branch
** conflicts with python build directories
** does this affect build machines?


=== July 11, 2014 ===
'''Updates'''
'''Updates'''


'''Items to Discuss'''
'''Items to Discuss'''
* Claudio wants to make it easy to edit PythonSource without VisTrails
* [TE] New patch method for python-wrapper [https://gist.github.com/rexissimus/009b303e4cadcd4b8f2fec6cf848cb2b example]
** [RR] Dropping url-encoding would allow you to edit them from XML? But they are also quoted because used in <parameter val="..."/>
** A patch is a string template with self/input/output variables for patching a class method
* Scripting support
** Patches are stored in xml specification
** Export workflow as standalone script:
** Patches are assigned to methods in ClassSpec's
*** Modules could provide their own logic, or we can make something up from compute() ast in some cases
** Used both for execution in vistrails and when exporting as script
*** Also, add annotations to script to make it easy to reconstruct (and module IDs, so we can update)
*** Executed with "exec" when run in vistrails
** Read back script as workflow
*** Turns patches into natural calls in script
*** General case is hard
** Wrapping VTK library no longer needed
*** Building PythonSources from blocks might be doable
*** Removes ".vtkInstance" (Automatically removed from PythonSources and vtkInteractionHandlers)
*** First step: simply reading some parameters from some modules in annotated script (i.e. has module ids)
** Removed fix_classes.py (Subclassing of VTK classes to patch methods directly)
* IPython notebook integration
** Also used for port translations (With patch names like "basic:Color#input") (No more ugly input_t method definitions)
** Wait on output-modules branch; then we can show visualizations in notebook
** TODO's
* API needs work
*** Add to export_as_script
** API calls need to return things (to put them in notebook)
*** Patch Modules that represent Python functions as well
** Make initialization easier (shouldn't need to create application, etc)
** Currently stateful! (<code>app.new_vistrail(), ..., api.save_vistrails(f)</code> instead of <code>vt=Vistrail(), ..., vt.save(f)</code>)
** Should probably be in vistrails package directly


=== July 9, 2014 ===
* [vistrails-users] Read data from SQL example?
'''Updates'''
* [TE] Added logging of parameter explorations


'''Items to Discuss'''
=== July 13, 2016 ===
* [TE] Crash when adding String module on Mac [https://www.vistrails.org/ticket/760 #760]
** Updated binary to Qt 4.8.6
** Release 2.1 with Qt 4.8.6 to fix String module crash
* [TE] Table cell - Use HTML cell and D3?
** Interactivity for free
** Can it work over multiple cells?
** Will work directly on web and crowdlabs
* [Claudio] Scripting support
** VisTrails is general but does not interact well with other systems
** What is not working, how can we make it easier?
** Need ability to work without the GUI
*** Construct workflows using utility functions that does not use the VisTrails GUI
** Convert python script to/from vistrails workflow
*** Show PythonSource contents in script
*** Start with workflow that do not show stuff at spreadsheet
** TODO:
*** Design a better mechanism to integrate VisTrails with other tools, starting with Python
**** Provide the ability to save a workflow in a format that can be edited using a text editor -- for example, save a workflow and use an editor to change the contents of the Python Source boxes in the workflow
*** Provide functionality similar to what was implemented in UV-CDAT, where workflows can be used as black-boxes from Python. See slide 41 in http://uvcdat.llnl.gov/media/pdf/VisTrails_UV-CDAT_course.pdf
*** For which applications would scripting support be useful?
*** Look at [http://cycling74.com/products/max max] and [http://grasshopper3d.com grasshopper3d]
*** Claudio wants to test how parallellization works in VisTrails
*** How would scripting support work?
*** Meet on Friday


=== July 2, 2014 ===
'''Updates'''
'''Updates'''
* [TE] List handling improvements done
 
** Now List ports can connect to anything
* [DK] bundles on sql-alchemy branch
** Only exception is List<->Variant
** Bundle, BundleMapping, and BundleSerializer
** New BaseSerializers to deal with versions of directory, zip, db serializers
** Can register the BundleSerializers with the base serializers
** Translation between bundle versions
** Bundle.add_object "just works" if an appropriate mapping was registered


'''Items to Discuss'''
'''Items to Discuss'''
* [DK] List/Variant bug: [https://www.vistrails.org/ticket/871 #871]
* [TE] Simplified running module using API for scripting [https://gist.github.com/rexissimus/b28d83ae516a519167f5751bb8ab3739 example]
** [TE] Fixed
** API Module can be executed using '''compute''' method
** [TE] Why is Map output a Variant?
*** Takes list of outputs to compute + inputs as keyword arguments
** looks like this was done because Fold produces a Variant (makes sense since fold can be a sum), but Map should always be a list)
* Status of general cell synchronization (vistrails-users)
** this will allow depth 1 input ports to connect
 
* [RR] added List.head as depth 1 port
=== July 6, 2016 ===
** add documentation for this new functionality
* [DK] QPipelineScene.current_pipeline, controller refs [https://www.vistrails.org/ticket/869 #869]
* [DK] PythonSource crash? [https://www.vistrails.org/ticket/760 #760]
** update Qt for newer binaries?
** pyside support?
** Also, see [https://www.vistrails.org/ticket/737 #737]
* [TE] Log Parameter Exploration? [https://www.vistrails.org/ticket/870 #870]
** Very simple to enable, but we should annotate cell info
* [DK] tabledata pandas support?
** investigate on best way to make this available (data types, scripts, modules)?
* [JF] SIGMOD: python is becoming lingua franca for data analysis, munging


=== June 25, 2014 ===
'''Updates'''
'''Updates'''
* [DK] master merged into output-modules
 
* [DK] Working on bundles


'''Items to Discuss'''
'''Items to Discuss'''
* [DK] Global configuration settings for output-modules when using inheritance:
* [TE] Using vistrails API in scripting [https://gist.github.com/rexissimus/034d9c4dedc3299a079e84981dedd8c7 example 1 (API with VTK)] [https://gist.github.com/rexissimus/a4a9ca6c08d4058c64967d2b35415fd5 example 2 (DownloadFile only)]
** Example: Allow different file.suffix='.dat', imageFile.suffix='.png'?
** Call module in script using vistrails API
** For an individual output module, we only have one setting since imageFile derives from file, but how should this work if we a global setting for moduleA=vtkRendererOutput and moduleB=FileOutput?
** Can be used when no export method is defined.
** decided that overriding for specific subclases makes sense
* [TE] [https://github.com/VisTrails/VisTrails/commit/c76c109349769fee1280f85c22678380a2f9cd39 Server news bug] Critical?
* [TE] automatic-looping
**[RR] No, unreleased
** get_input now merges all connections when depth>0
* [DK] New bundle organization
** Typechecking now respects configuration flags - fix for float/int reverted
** BundleMapping contains individual mappings from raw objects to BundleObj
** Issues with allowing List<->"Type of depth 1" conversions
** Must be separate in order to have in-memory, separate from serializer settings
*** Treat list as Variant of depth 1
*** List->Variant need to be treated differently otherwise it would loop over the variant
** wouldn't be able to do implicit looping over List/Variant because we don't know what the list depth of incoming list objects?
* [RR] matplotlib issue: log doesn't reflect the actual execution
** can we update logging provenance here?
** other packages (VTK) have similar issues since the renderer actually causes some of the upstream internal modules to do computations.


=== June 18, 2014 ===
=== June 29, 2016 ===


'''Updates'''
'''Updates'''
* [TE] Chris is using BatchQ


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] automatic-loops-changes
* [TE] Export VTK as python script
** Mixing 0 and 1 depth types now works
** Works on Terminator (Isosurface, Volume Rendering, clipping plane, combined rendering) [https://gist.github.com/rexissimus/16caf5200802e150296f62a0c7844c5a example]
** Removed use of moduleInfo
** Preludes (imports) still need improvements
** transfer_attrs copies specs and control parameters
** Works with vtkInteractionHandler (clipping plane)
** Use get_input_list to support multiple connections
** Resulting clipping plane is incorrect? (supposed to hide one side of the plane)
* [RR] matplotlib issues
** vtkRendererOutput Uses VTKRenderWindow as output
** pushed branch to create a function that does this
*** Should support different output modes?
** [http://mpld3.github.io mpld3] -- do they use same matplotlib model where figure must exist?
*** Does not work with multiple outputs (Next cell is displayed when current is closed)
* [DK] list of depth 1, can we pass a list here
*** Uses wrapped vtkInstance (as vvtk)
** exception of List input port type?
**** Create new patch system with code that can be used both in vistrails and in a python script?
** will this work? allows only
* [TE] numpy types in matplotlib?
** e.g. different float types
** workaround for numpy for List types already
** what about adding other types later?  how would a package developer do this?
** Converter modules could work here but add more modules?  hide the extra modules?
** Unify type checking that occurs over connections (controlled by settings) and Loop/depth type checking method (now in vistrails.core.modules.vistrails_module)
* [RR] depth 1 port going to List head port
* [TE]  variant for (float, integer) tuple
* [RR] multiple connections into a depth-1 port only use one of the values
** should we have a self.get_input_list(flatten=True) option?
* [DK] output-modules: should work on so we can merge


=== June 11, 2014 ===
=== June 22, 2016 ===


'''Updates'''
'''Updates'''
* [TE] RemoteQ jobs can now skip upstream
* [TE] Fixed zipfile bug corrupting vt files
* [TE] Fixed ungrouping caused by
* [TE] Google maps binary available
** Updated for zipfile bug but not for ungrouping bug yet


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] Fix for upgraded analogies (PR [https://github.com/VisTrails/VisTrails/pull/1177 #1177])
** Uses module location to find module remap (The best we can do right now?)
** Also fixes remapped port names for connections to existing modules
** May still fail on complex upgrades like adding a function on an upgraded module that has a different port name


* [TE] File as parameter is confusing
* [TE] Working on exporting wrapped libraries (VTK)
** signature changes with mtime
** Make File non-constant and use Path instead
* [TE] Talked with Chris at LSU
** PBS Jobs 20 min to a few hours
** VisTrails does most of what they need
*** Suggest we focus on bug-fixing and documentation
** Want interactivity
*** Fetch and visualize files while PBS Job is running
** May use Hadoop in the future


=== June 4, 2014 ===
=== June 15, 2016 ===


'''Updates'''
'''Updates'''
* [TE] Added skip upstream for RemoteQ jobs
* [TE] Added depth logic to python script exporter ([https://github.com/VisTrails/VisTrails/commit/50f220e4f6abe5a7bb8689f73f456f43df2dbc12 full commit])
* [DK] tabledata/gmaps updates
** Fully implements connection merging and list looping


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] Test run.py [https://www.vistrails.org/ticket/863 #863]
** Changes in run.py are currently not detected by test suite
** Other changes in configuration also don't get tested
** What about importing unittest2 in 2.6?
* [DK] userpackages/packages shadowing [https://www.vistrails.org/ticket/864 #864]
** add the directory
** being able to see both the package that exists in userpackages and packages
** checking loading/unloading
* [DK] need to improve upgrade utility methods
* [RR] Removing zip/unzip executables [https://www.vistrails.org/ticket/862 #862]
** check in the old commit logs and/or trac to figure out what the old problem was
* [RR] Rolling out conda packages: anyone has experience with Anaconda?


=== May 28, 2014 ===
* [TE] Making analogy work on upgraded workflows ([https://github.com/VisTrails/VisTrails/issues/1175 #1175])
** Analogy only works We need to use the non-upgraded action chain
** But pipelines need to be valid (matcher uses module portspecs)
** Tried to get upgrade remap from upgrade action, but this seems impossible
** Use module location instead?
*** Location should be identical for one-to-one module upgrades
 
=== June 1, 2016 ===


'''Updates'''
'''Updates'''
* [DK] rewrite-startup close to stable, fixed issue with going back and forth from v2.1 (trying to resolve package config settings issue), means output-modules is close, too
* VisTrails 2.2.4 announced (finally)
** 5 survey replies
** 47 downloads last week


'''Items to Discuss'''
'''Items to Discuss'''
* [DK] extra_info on modules: is it really module-specific info?
* [TE] Export VTK as script (python-wrapper)
* [DK] programmatic package configuration settings without direct imports?
** to_python_script
* [TE] job-cache
*** needs the pipeline (or at least the connections)
** New control parameter for caching module outputs to disk
**** Should not  generate code for any possible VTK method (exporter detects which ports is used in the source)
** checks for Constant modules, so any Constant module can be cached
**** VTK needs to know connection order
** used for any module to save state of, not necessarily jobs
**** Adding functions directly to the script results in nicer code
** is_serializable flag?
** Add support for multiple input connections
** will this be package-specific?
** Add support for list looping
** have an is_pickeable decorator and allow more complex is_serializable interface code
* [TE] LSU feedback (Jinghua and Chris)
** Have used PBS with VisTrails (by running commands over SSH)
** Want to use distributed workflows with vistrails (more than one machine) Could use IPython?
** Using MOAB (Meta scheduler) Module would be useful
** Interested in moving files back and forth
** Have experience with SAGA (Could likely make use of it)


=== May 21, 2014 ===
=== May 25, 2016 ===


'''Updates'''
'''Updates'''
* [DK] output-modules, MplFigureToFile
* Mailing-list fixed
* [TE] VisTrails 2.1.2 Released (100 downloads so far)
* Getting stats from the "server news" mechanism (via [https://github.com/remram44/apache-log-info parser])
 
'''Items to Discuss'''
'''Items to Discuss'''
* [DK] persistence across machines (USGS use case)
* [RR] Alexis doing writeup on VisTrails, curious about interesting streaming use-cases (and potential future users)
* [TE] Merge automatic-loops-streaming into master?
* [TE] Union ports
** Implicit looping
** Show union ports in pipeline (DEMO)
** Streaming
** ControlParameters
** New schema version 1.0.4
** Possible conflict with multithreaded-interpreter?
* control parameters can also be used for other things like caching?
* [TE] job-cache
** Make module jobs independent of workflow
** Ability to cache jobs for all modules with constant outputs. Set in module/PythonSource/ControlParameter
** Needs branches:  controlflow-fake-signatures, jobs-use-signature_/connect-folded-module
* [TE] [vistrails-users] Michele: VisTrails on remote machine
* [TE] [http://saga-project.github.io/saga-python/ SAGA-Python]: A Light-Weight Access Layer for Distributed Computing Infrastructure
** Alternative to support distributed computing in VisTrails?
** Support for most job schedulers
** Could replace BatchQ/SSH/PBS/LSF/HTTP modules
** No Hadoop support
** Open Grid standard
** Compatibility with VisTrails/ModuleSuspended?
* [RR] Debian vistrails package


=== May 14, 2014 ===
=== May 18, 2016 ===


'''Updates'''
* CrowdLabs mashups done
* v2.1.2 release ready
* [DK] work on rewrite-startup, make sure preferences work in new style; output-modules
'''Items to Discuss'''
'''Items to Discuss'''
* vagrant for reproducibility
* [TE] mailing list still down - Julio working on it
** simpler interface for exploring the experiments
* [TE] Improved union port
** [RR] generating a VisTrails workflow from reprozip was planned, but not integration of the tracer in VisTrails, to trace VisTrails workflows -- it probably makes sense. See https://github.com/remram44/reprozip-ptrace/issues/8
** New schema 1.0.5 adds portitem.union string attribute
** Works with pipeline view, parameter exploration view, and mashup view
** Should work well for matplotlib
** Use with VTK ports?
*** It uses [item_1,item_2] style ports usually with different tuple length.
* [TE] Remove emacs dependency from db generate [https://github.com/VisTrails/VisTrails/issues/1173 #1173]


=== May 7, 2014 ===
=== May 11, 2016 ===


'''Updates'''
* CrowdLabs mashups
** Uploading works
** HTML looping works
** Flash removed (actually hidden)
* [DK] output-modules
** Running in batch mode switches to file mode
** Allows parameters to be specified on command-line
** Work on GUI for parameters
'''Items to Discuss'''
'''Items to Discuss'''
* VTK 6
* [TE] Union type [https://github.com/VisTrails/VisTrails/issues/1172 #1172]
* [DK] output-modules: target single module parameters?
** GUI-based solution [https://github.com/VisTrails/VisTrails/tree/union-port Branch union-port] Demo?
** [RR] use labels to name specific modules, useful in command-line
*** Shows single port for all ports with same sort_key
* scripting support
*** Select specific type when adding/showing
*** Only one type should be visible on the module at any time
*** Making tuple parameters union types is probably too complicated
*** Should work with alternate specs like matplotlib (if sort_key is defined correctly)


=== Apr 30, 2014 ===
* [TE] Feature suggestion: Let connections connect to functions/parameters
** Show functions and parameters as ports and toggle port visibility directly for functions and parameters
** Use separate views for ports and functions (like before)
*** Allow rearranging of functions
** Pros:
*** Supports ordered connections. Create 2 functions, make them visible as ports, make connections to them.
**** We can also have, e.g., a line joining the ports on the module to indicate they are part of a list.
**** Makes List module simpler
*** Connect to parameter in tuple
*** Functions that are visible on the module can connect to an actual function, and not just to the first one it finds.
*** Can replace operation modules (in python-wrapper) in some cases for, e.g., numpy.
** Cons:
*** Interface more complicated and crowded
*** More difficult for users to grasp?
*** No immediate use case
*** Makes no union type for tuple parameters a bigger problem.


* [TE] Publish user survey?
** No response from vistrails release yet
** Not announced on vistrails-users yet.
=== May 4, 2016 ===
'''Updates'''
'''Updates'''
* Does spreadsheet resizing work correctly? Is it too slow? ([https://www.vistrails.org/ticket/833 #833])
* VisTrails 2.2.4 released
** looks like on downsize the image is smaller than it should be and then flickers to flll space (upsize is ok)
* [TE] Mashups on Crowdlabs
** HTML mashups is now rendered in the crowdlabs template
** Added embedding html mashups (using jsonp)
** Fixed uploading mashups with a vistrail
** Investigating issue with saving mashups to DB
* [DK] rewrite-startup, output-modules
** working on command-line and global parameters


'''Items to Discuss'''
'''Items to Discuss'''
* 2.1.2 release
* [TE] Union type [https://github.com/VisTrails/VisTrails/issues/1172 #1172]
** some major bugs a
* VTK 6
* iPython integration
** how to migrate from scripts to workflows
* Introducing vistrails as a normal python package
** check on anaconda support for Qt, VTK support?
* output-modules
** make sure that filenames can be set
** output directory
** interpreter should return a dictionary with python objects produced (what is input to the output modules?)
** unify OutputPort and OutputModule? Right now, act differently, but function in similar ways
* directions: scripting support, large-scale data analysis, reproducibility
 
=== Apr 23, 2014 ===


=== April 27, 2016 ===
'''Updates'''
'''Updates'''
* debugger
** have to enable the configuration option, starts python debugger in console
** have similar flag for test suite
* Branches to be merged in: new-url-package
** API calls don't go through upgrades currently, can we support this so we don't break scripts?
** added HTTPS certificate verification
** new dependencies for binaries?
* dont-use-modules-as-data?
** branch is ready?
** changes a lot of packages,


'''Items to Discuss'''
'''Items to Discuss'''
* output-specific modules (e.g. vtkInteractionHandler)
* [TE] Wrapping Bokeh
** only need to be enabled when spreadsheet is active, but if we create a workflow with such a module, it would be nice to still be able to run that workflow in batch mode
** New method type "operation"
** not verify entire workflow?
*** Transforms Figure->Glyph->Output into Glyph->Figure->Output
** load module logic on-demand so we don't need dependencies?
**** Glyph sets function name and arguments as output
* reload packages
***** Not serializable, but should always be computed together with the subject of the operation.
** interactions with spreadsheet, stale controller objects
**** Figure applies Glyph operation on itself
** spreadsheet may need to get information about pipeline when copying cells (get from controller?)
*** Useful for matplotlib?
* [TE] server mode
**** matplotlib currently find actors by searching upstream?
** Changed to non-interactive
**** But this is more difficult since matplotlib is not function-based.
** Pass debug messages back?
** New "union" port type
** Auto-load packages security?
*** Turns "x(float), x(list)" into "x (float, list)" and uses first set value
*** startup.xml file gets corrupted?
**** Uses only first value in tuple
*** using same xml file for multiple instances
**** Bokeh have many properties that support (list, string, Float)
** Locale errors
*** Does not work with depth=1 types (e.g. Float of depth 1)
*** crowdlabs defaults to english, but vistrails server does not.
**** Turn Depth 1 types with known type into lists?
*** set LANGUAGE will fix it
*** should we set this environment variable in VisTrails
*** decided to chose English for now, can reevaluate when unicode branch is ready
** Default to HTML5 interface?
*** Flash interface as backup
*** look at animations for mashups in HTML5
* module descriptor weakrefs
* VTK6
* continue-dialog branch
** changes SpreadsheetCell modules
** merge into 2.1 for the LSU folks
* output modules: where should the output module live? only one package?


=== Apr 16, 2014 ===
* [TE] New bugfix release
** Finalize survey


=== April 20, 2016 ===
'''Updates'''
'''Updates'''
* Branches to be merged in: readfile-module, save-module-moves ([https://www.vistrails.org/ticket/853 #853])
* Merged upgrade fixes
* CrowdLabs needs update to VisTrails 2.1 with schema 1.0.3
** Now has infinite loop test
* [DK] OutputModules (FileOutput)
** loop test now correctly loops 5 times
*** remap_module used wrong (current) package version when creating ModuleDescriptor
* Fixed multi-step group upgrades (PR: [https://github.com/VisTrails/VisTrails/issues/1168 #1168])


'''Items to Discuss'''
'''Items to Discuss'''
* LSU meetings
* New bugfix release
** Pausing workflow/confirmation module ([https://www.vistrails.org/ticket/854 #854])
** Merge usagestats
*** Checking an intermediate result before carrying on with the workflow
** Need to finalize survey
*** Their problems: Qt event loop, sinks ordering
** CLTools problem
** crowdLabs usage? (they have 100+GB files)
*** Parameter exploration
** Running mathematica on a cluster (JobSubmission, RemoteQ?)
** Exporting VTK visualization (vti/vtp?) for Kitware's [http://www.kiwiviewer.org/ KiwiViewer]
** Wrapping SNARK09 (C++ code) as VisTrails modules
* eo4vistrails (Derek, Terence)
** Add FTP module?
 
=== Apr 9, 2014 ===


=== April 13, 2016 ===
'''Updates'''
'''Updates'''
* Branches to be merged in: export-cells, reset-cell-sizes-button (-> v2.1; icon?), export-versiontree-dot & custom-colors, input-module-no-subclass
* [DK] UV-CDAT release, OutputModules (see below)


'''Items to Discuss'''
'''Items to Discuss'''
* In-place spreadsheet updates: [https://www.vistrails.org/ticket/847 #847]
* [TE] Chaining upgrades done ([https://github.com/VisTrails/VisTrails/pull/1164 #1164])
** need to be able to replacement mode toggle on and off
** Replace "Upgrade" description annotation with "upgraded_from" annotation to identify which tags to hide?
** Colin has a working solution, is there a need to do this globally?
* Autosave for existing vistrails not working <strike>[https://www.vistrails.org/ticket/849 #849]</strike>
* Other tickets from USGS
** Reason for pipeline scroll area being 100 times greater than pipeline?
** File Selection Dialog <strike>[https://www.vistrails.org/ticket/846 #846]</strike>
** Copy/paste with retained connections [https://www.vistrails.org/ticket/851 #851]
** Auto-connect ports when moving modules [https://www.vistrails.org/ticket/852 #852]
*** Also think about fixing some of the port-snapping for selecting a port on the same module when there are multiples of the same type
* Unicode support
** question on mailing list
** [RR} dates is something else, should be able to put on v2.1
** fix for LC on master, port to v2.1?
** should try to persist dates in numeric formats, but GUI level can be language-specific.
* VTK 6 support [https://www.vistrails.org/ticket/739 #739]
* [TE] Analogies does not delete annotations [https://www.vistrails.org/ticket/848 #848]
** Code never worked as intended
* [TE] Add eo4vistrails features to vistrails? https://github.com/ict4eo/eo4vistrails
** Look at these and try to determine what may be appropriate
** data types are probably most important, doesn't look like anything there
* [DK] [[OutputModules]]


=== Apr 2, 2014 ===
* [TE] Iterating handle_invalid_pipeline ([https://github.com/VisTrails/VisTrails/pull/1165 #1165])
** Not based on [https://github.com/VisTrails/VisTrails/tree/chain-upgrades-loop chain-upgrades-loop]
** Cherry-pick test to preserve source?
** Need maxPipelineFixAttempts option?
*** The code is now smarter about recursion, so max attempts will "probably" never be reached.
** Need [https://github.com/VisTrails/VisTrails/commit/0ef0667426937eddb1d1c1e397f0657ffec039a9 debug messages]?
*** Would need to be moved into handle_invalid_pipeline


=== April 6, 2016 ===
'''Updates'''
'''Updates'''
* [TE] Added annotations and control parameters to visual diff
* [TE] Query View improvements
** three tabs
** Done except for displaying "Version Info" and #1164
** TODO: analogies
* [RR] Working on finishing new interpreter (finally!)
*** just work on making sure the actions execute, don't worry about the matching
* [TE] Build documentation using [http://128.238.102.101:9050/builders/usersguide-master buildbot]
** makefile is run directly so no need to patch (no merges)
** the nightly build still generates the pages, and the cron job now pulls the built pages
** cron job is set to pull built pages after nightly build
* [TE] Updated [http://128.238.102.101:9050/builders/coverage code coverage tester] (currently 33%)
** coverage is done manually, it is not done nightly
** takes 15-minutes to run, on vis-7.
* [DK] Output modules


'''Items to Discuss'''
'''Items to Discuss'''
* Unicode support
* [TE] Chaining upgrades ([https://github.com/VisTrails/VisTrails/pull/1164 #1164])
** question on mailing list
** Try latest upgrade first, then previous.
** fix for LC on master, port to v2.1?
** If all fail, select latest upgrade?
* Output modules
** outputs, modes, mode configurations
** spreadsheet as a package
** output mode configuration dependencies
* VTK 6 support [https://www.vistrails.org/ticket/739 #739]
** trying to complete output modules before new VTK package
 
=== Mar 26, 2014 ===


=== March 30, 2016 ===
'''Updates'''
'''Updates'''
* Branches to be merged in: application-no-default-argv, export-cells, testsuite-module-imports, reset-cell-sizes-button (icon?), export-versiontree-dot, custom-colors
* [TE] Added branch control-parameters (used by list handling)
** For setting hashed control options on modules (How to combine lists, while looping, caching)
** Missing: Include in diff/merges/analogies?


'''Items to Discuss'''
'''Items to Discuss'''
* iPython
** script to workflow bridge
** access to VisTrails commands in iPython
** changes to the API
* Multi-faceted output
* [RR] Documentation buildbot
** [TE] currently [https://www.vistrails.org/#Testing here]
** problem is that we don't get a message when the documentation failed to build
** what about copying the output from a build machine to vistrails.org?
* [RR] Last(?) migration issue: [https://www.vistrails.org/ticket/837 #837]
** [DK] to look at
* VTK 6 support [https://www.vistrails.org/ticket/739 #739]
* spreadsheet export button in UV-CDAT
* Develop menu?


=== Mar 19, 2014 ===
* [TE] Query View improvements
** Unified do_version_switch and get_upgrades as validate_version()
** Problems with query view using its own controller
*** Fixed module info not being displayed for query results
*** Still no version info for query results
*** Still an issue with version query view not being updated


=== March 23, 2016 ===
'''Updates'''
'''Updates'''
* [DK] UV-CDAT #407 fix, version tree rewrites


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] Cleaning up test suite log
* [RR] Usage reporting almost ready to go
** Deprecated core.modules.constant_configuration imports
** Need to record whether specific features are used: paramexpore, mashup, query
*** check whether the deprecations for vistrails.core.vistrails_module.VistrailsModule camel-case are similar
*** [DK] Record if LaTeX extension is used? But hard to distinguish from direct batch invocation
** KeyError (Ticket [https://www.vistrails.org/ticket/837 #837]), one of [DK]'s commits
** How to record size of vistrail?
*** [DK] to look at
*** [DK] IdScope already walks over vistrail, use that
** Skip modules not to be imported (or fix/remove)
*** but total number of modules and versions doesn't give an idea of average size of individual pipelines
** Python invalid drawable (Probably from mashups)
** Missing version 0.8 of package org.vistrails.vistrails.tests.upgrade (bug?)
* [TE] Add annotations to signature? (hash-annotations)
** for the streaming/automatic looping for new values on the modules
** could be any module
** label doesn't affect caching
** prefix, flag involved, add fields to module about looping
** schema change? problem is that don't want to have to recreate module each time
** backward compatibility
** new type of "control parameter"
* VTK 6?
** See Ticket [https://www.vistrails.org/ticket/739 #739]
* UV-CDAT #408: [RR] has worked on this
** support adding more formats to export
** decided to have single menu item, and put all available formats in the dialog
* Spreadsheet resizing bug
** if you resized the sheet, would reset to equal-size cells
** spreadsheet-resizing branch changed this to allow non-equal-size cells on resize
** has some math issues because doing this dynamically difficult
** button to resize to equal-size on branch
** updating the documentation
** [TE] can we store the locations more precisely? (problem might be if a header column is also resized)
 
=== Mar 13, 2014 ===


=== March 16, 2016 ===
'''Updates'''
'''Updates'''
* [RR] Package dependency ordering issue ([https://www.vistrails.org/ticket/829 #829]); fixed(?), merge?
** [DK] Yes, merge
* [RR] Will merge in tabledata additions
* [RR] New SQL package, using tabledata and sqlalchemy. Should be fully backward compatible(?)
** Check if Fernando has anything here from the Oracle workflow and database provenance
* [RR] Searching in vistrail and regex ([https://www.vistrails.org/ticket/373#comment:7 #373], [https://www.vistrails.org/ticket/779 779]); fixed?
** Error was hidden (entering '?' searched for '.*?.*' which was a valid regex but still didn't do what was expected)
* [TE] IPython console now shows <STANDARD OUTPUT> before printing from stdout/stderr
* [TE] Vistrail variables fixed
** Deleting a module with a variable did not remove the variable from the workflow
** Copying modules with variables now works


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] Do not run modules upstream of submitted job
* [TE] Upgrades in Query Mode
** jobs-use-signatures: Uses the subpipeline signature to identify jobs
** Now using code similar to do_version_switch
** works: if job is submitted, check it without running upstream (we don't need the parameters this time(?))
*** Uses handle_invalid_pipeline
** doesn't work in Map
*** Differences: Not using current_pipeline, flushes changes
** jobs-use-signatures_/connect-folded-module
*** New controller method get_pipeline optimized using cached pipelines (but not current_pipeline)
*** create a connection from folded module to InputList upstream
*** Integrate to avoid repeated code?
*** looped module can run upstream if it needs, else we don't
*** Use this for query mode?
*** problem: the Map still needs the list, for length and type-checking
* [TE] VisTrails 2.2.4 ready for release?
** Could we rearchitect the looping behavior? Basically, just copy the pipelines and run them with each entry from the loop
** tej package updated. Others?
*** Provenance could expand
* [JF] upgrades and the version tree
* [RR] module-upgrade-recursion status? (not yet merged)
* [JF] provenance in Jupyter
** [DK] to look at and merge (should be done)
* [DK] bundles: [https://github.com/VisTrails/VisTrails/pull/1092 #1092]
* [DK] UV-CDAT Issues: [https://github.com/UV-CDAT/uvcdat/issues/407 #407] and [https://github.com/UV-CDAT/uvcdat/issues/408 #408]
* [RR] Thumbnail comparison bug: different references are selected on master and dont-use-modules-as-data! (pipeline results are identical) Problem with upgrade code?
** using different reference images
** [TE] to look at
** look at the console_mode, how it gets back the upgraded version id
** filed as [https://www.vistrails.org/ticket/831 #831]
* [TE] Vistrail variables
** Normally only one hidden module exist for each vistrail variable, but pasting a module with a vistrail variable will create a new hidden module. This does not break anything, but should be taken into account when modifying the code.
** When a vistrail variable module is created, an input named "value" is created. A bug with default values gave it the value "None". This is fixed. To make validation of existing vistrail variables work we need to check if the value is "None", but this would not allow "None" as a string.
** [DK] to look into this, we cannot have "None" there.
* [JF] NSF Big Data proposals (due in June)
* uuid status
** need to check tests and features outside of normal execution
 
=== Mar 5, 2014 ===


=== March 9, 2016 ===
'''Updates'''
'''Updates'''


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] New SQL package, using tabledata and sqlalchemy
* [TE] Fixing search mode
** No upgrade possible? (output changed from List (of rows) to Table)
** String query now matches all by default
*** Should we make it a new package?
*** This caused pipeline queries to never match
*** Will try to make backwards compatible
** String query can search: User/Notes/Tagname/Time/Module name
* [TE] Change pinning to always show pinned panels? ([https://www.vistrails.org/ticket/828 #828])
*** Should we search module names by default? (Disabled by default because it is expensive)
** Yes, it is a better behavior
*** Fixed notes search
* [RR] Package dependency ordering issue ([https://www.vistrails.org/ticket/829 #829])
** '>' parameter queries in documentation but has been removed
** Will try to fix
** Fixed module matches for upgraded pipelines (By not upgrading pipeline)
* [RR] Merging multithreaded-interpreter and JobManager
*** Upgrades still a problem
** Need examples of JobSubmission
*** Add "Upgrade all menu option?" (Or upgrade all on open when `hideUpgrades`)
* [TE] Merging automatic-loops-streaming
*** [JF] Allow search on past tags
** Try to merge with multithreaded-interpreter
 
* Wiki menu looks strange in Chrome
* [TE] Create new bugfix release
** [TE] Will try to fix
** Finish querying
** Path issue on windows


=== Feb 26, 2014 ===
* [DK] Look into sqlalchemy and new bundle branches


=== March 2, 2016 ===
'''Updates'''
'''Updates'''
* Branch to be merged in: hidden-port-icon (v2.1)
* [TE] Fixed cache bug with port specs
* [RR] tabledata-merge-tabdata: added tests, fixed issues (todo: json)
* [TE] VisTrails Next
* [TE] Added package RemoteQ (BatchQ/PBS/Hadoop)
** Most packages now work
** new Mac binary that includes everything here
** No qgis for Python 3
* [DK] gmaps, climate proposal


'''Items to Discuss'''
'''Items to Discuss'''
* Climate proposal
** Always dereference symlinks? [https://github.com/VisTrails/VisTrails/issues/1146 #1146]
** recommendation and best practices
** automatically segmenting the version tree, better modes of interaction
* [RR] tabledata
** selections, projections, joins
** writing out table as csv?
** much improved bugs
** [DK] should merge aggregate module int
** [RR] working on different json representations
* [TE] Hadoop configuration
** has package configuration now
** still have machine module to hardcode a configuration for a workflow
** http://www.vistrails.org/index.php/Hadoop_Package
* Data cleaning/repo:
** always need the vistrails engine to run things
** scripting interface
 
=== Feb 19, 2014 ===


=== February 23, 2016 ===
'''Updates'''
'''Updates'''
* [TE] automatic-loops-streaming works
* [TE] Fixed PythonSource 100% CPU bug
* [TE] Hadoop package:
* [TE] VisTrails Next
** Merged BatchQ-PBS and hadoop into RemoteQ
** Updated [http://opendap.co-ops.nos.noaa.gov/axis/webservices/wind/ NOAA Web Service] examples
* [DK] improvements to tabledata, gmaps
*** Now uses REST service, tabledata, and Google Maps
* [RR] java-pkg is done
*** Web Service replaced with DownloadFile


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] automatic-loops-streaming
* [RR] Couple of fixes are in for API, and tej&reprounzip on the Mac binary. Also new release of tej, and working on anonymous usage reports.
** Add documentation
** New 2.2 release soon?
** Perhaps a matplotlib example where the plot updates as more data streams
* [RR] Anonymous usage reports
** Do we want to add additional controlflow features?  
** Sends out info like number of modules & versions, packages used, Python & libs versions, execution time, specific features [https://github.com/VisTrails/VisTrails/pull/1154 #1154]
*** Implemented while module, but this needs to be improved because of annotations
* [JF] Bring in noWorkflow to track variable dependencies, for the considered Jupyter integration?
*** annotations don't invalidate cache
* noWorkflow - provenance for python scripts
*** could include annotations in hasher for cache updates
** Recent work on tracking dependencies
*** how does if module work?
* Also integrates ReproZip with Jupyter
** [RR] pairwise for three ports?
** [http://mybinder.org mybinder]
*** the list modules do this, but we may need an interface for this
*** Use with ReproZip to automatically build Jupyter notebook interfaces
** http://dev.mygrid.org.uk/wiki/display/taverna/List+handlings
* Daves comments on Jupyter integration
* [TE] Hadoop package:
** It is possible to identify cell order on the server side
** Best way to separate task and configuration parameters?
** Not trivial to track order of cells on client side
** URI is different for different clusters
* How does Galaxy workflows relate to VisTrails?
** use package configuration variables
** Packaging in Galaxy is hard
** move from checkbox to allow more general configuration?
** Galaxy for biomedical workflows, difficulty making it general
** use configuration file for this?
* Action items
* [RR] working to merge multithreading code with job-monitor, look at streaming
** How difficult to track cell dependencies in Jupyter notebooks?
* [RR] java-pkg
** Use noWorkflow to track cell dependencies?
** works for some classes (call constructors, setters, getters)
** How difficult to modify mybinder to use ReproZip packages?
** cannot call any methods from VisTrails, don't want to mutate
** can call these methods from your own modules, also insert code in Python into these packages
** may add in an interface for loading jar files and wrapping them
 
=== Feb 11, 2014 ===


=== February 17, 2016 ===
'''Updates'''
'''Updates'''
* [TE] automatic-loops-streaming - partially works
** Using a python generator for each streaming module
** TODO: Streaming Sinks
*** last module collecting values
** Logging/Feedback performance
** Demo?
* [DK] vtk-new-package
* [RR] java package: conflicts with dlls and jpype, going to work


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] Hadoop package:
* [TE] Fixed Group memory usage
** a few installation issues, vistrails-hadoop pkg on git but was not accessible to public
** Modules in groups are supposed to be freed when done executing
** same package for local cluster and aws? Yes, but need to change two lines, path to configuration files on server
*** Prevented by logger that stored references to the modules (fixed, now using id(module))
** could config files be set in a module instead or in the preferences?
*** Prevented by list iterator bug that stored list of modules on the 'self' port bug (fixed)
** directories are hardcoded in hadoop package, need to be parameters
* [TE] VisTrails Next
** anything that can change in different installations should be parameters
** Removed deprecated code
** can be hard to figure out what does change
*** Core imports that should be gui imports
* [DK] merge tabledata-merge-tabdata, matplotlib-add-helpers?
*** GetInputFromPort etc.
** examples are not very useful, no example with multiple plotline modules?
**** PythonSources will be upgraded
** Update matplotlib examples to better show off capabilities
*** Fixes for Python < 3
* [DK] package loading speed, kwargs
*** fixes for VTK < 6
** kwargs can be significantly slower
** TODOs
* java issues:
*** Remove RemoteQ
** [RR] should work, just a few installation issues
**** Port Hadoop to tej (Already have pbs)
** machine learning in python: scikit-learn (http://scikit-learn.org/stable/)
*** Merge package wrapper
 
*** Finish SQLAlchemy branch
=== Feb 5, 2014 ===
*** Finish new bundle branch
** [JF] Will contact Jeff and Matthias about moving to Python 3
* [JF] Query by Example is broken
* [JF] VisTrails Data Cleaning Project
** Use VisTrails to process and explore task-specific data while keeping provenance.
** Remi's Idea
*** Use VisTrails as the backend in a Jupyter notebook
*** Overcome problems with executing cells in random order
**** Interesting research topic, but little interest has yet been noted
*** Interesting to study how such a notebook would be used (Is there notebook usage data available?)
*** Impose restrictions to notebook cell boundaries
*** It will only work for functional operations
*** Can we fix, or detect, non-functional (mutating) operations?
*** Analyse code and data flow and see if it mutates data in unexpected ways?
*** Mutable operations can be created in many ways in Python
* Next meeting Tuesday 11:30


=== February 10, 2016 ===
'''Updates'''
'''Updates'''
* [TE] automatic-loops
** PortSpec-based version now works
*** Connections show how modules will be iterated
** Streaming is tricky
* [DK] Examples, merging tabledata


'''Items to Discuss'''
'''Items to Discuss'''
* mailing list question
* VisTrails Next
** no resopnse yet
** Test suite passes
* UV-CDAT: warnings when downsizing spreadsheet
*** Python 3 less deterministic, module upgrade order random.
** problem: warnings will pop up a lot
** [RR] updating packages: Reprounzip (pushed), tej, persistent_archive, ...
** keep offscreen cache of (x,y) locations in spreadsheet?
** All of our packages should run fine :)
** cache pipeline instead of full rendered pipeline
** VTK thumbnail comparison works
* [TE] streaming with branches becomes interesting
*** Rendering bug on some systems
** only want to update upstream branches once
**** QVTKCell now inherits QGLWidget
** Taverna has streaming-style (pipelining)
*** Old thumbnails had wrong height due to spreadsheetwindow being too small
* PythonSource deleting port?
**** Fixed by regenerating thumbnails
* [RR] Java: possibly considering the matplotlib-style port creation versus java-style ports
*** Silenced deprecation messages when generating modules
 
*** Many new classes in VTK 7
=== Jan 29, 2014 ===
** Remove deprecated code
*** Core imports that should be gui imports
*** GetInputFromPort etc.
**** Will break existing PythonSources
**** Try to upgrade?
*** Old-style packages
**** Or only allow a new style, like __init__.py renamed to info.py? (merge with identifiers.py?)
***** Read info.py without importing package?
*** Fixes for Python < 3
*** Fixes for Qt < 5
*** fixes for VTK < 7
*** Remove self port?


=== February 3, 2016 ===
'''Updates'''
'''Updates'''
* [TE] automatic-loops - Groups and Multi-level looping now works
* [DK] matplotlib-add-helpers: Rework the semi-automatic generators
* [RR] java-pkg: bringing in old code, spreadsheet still works, probably going for dynamic generation of packages
** looking at jpype versus pyjnius


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] str-format-module: in master. Merge in v2.1? Having to open the configuration window and click on a button is awkward
* [vistrails-users] [http://lists.vistrails.org/pipermail/vistrails-users/2016-January/000402.html Rendering a .pvd (ParaView) file?]
** [DK] watch out for dynamically created format strings, could cause inconsistency at compute time if the format string doesn't match the ports
** Go ahead to merge since similar problem with PythonSource
** What about using number of connections to enforce this? (set to 0 for config-style ports?)
* Streaming in VisTrails
** Q: how is parallelism working in VisTrails? A: both theading and multiprocessing, but separate branch
** for streaming, order of input and outut must be preserved
** module can generate a number of pieces, a module that collects needs to know when the stream ends
** need to preserve order of map operations and
** goal is to reduce the storage costs, want to make sure that we don't keep entire data in memory, don't generate the entire list at beginning
** hyperflow needs to know when a stream starts and when it ends: start and end token, hyperflow wraps data in a token
** Huy advises getting rid of the list and using tokens instead?
** interpreter can call compute-upstream and just tell interpreter to go upstream
** VTK streaming interpreter: might be in svn
** Remi: just be able to pass an object on the conection that knows the shape of the data and how to get next element (basically an iterator)
*** where do we call get-next? module in the collector calls
** main advantage of streaming is being able to do aggregation during the compute (otherwise, we're doing map-reduce)
** the iterator encapsulates the calls to the module's compute
** issue with logging? already rewritten for parallel, should work here
** Examples: triangle_area, image histograms
** Slowdown caused by lists? colors? logging?
** Schema changes: need to record depth, what type of semantics for combining port values
** Also probably means that we don't pass just raw values, need to wrap with depth and iterator
** Issues Huy raised:
*** issue with multithreading and streaming both enabled
*** triangle with modules: need to be careful about order with items coming from two different modules (e.g. BuildTable in Rémi's example)
* UV-CDAT


=== Jan 22, 2014 ===
* VisTrails Next
** All tests but thumbnail comparison passes
** Still issues with gui and more packages needs to be tested
** PythonSource and MplSource upgraded with lib2to3
** Keep contrib packages? Update?
** [https://blog.kitware.com/vtk-7-0-0/ VTK 7 is released]
*** Supports Python 3
*** Will hopefully get into conda and others soon
*** Deprecates a bunch of modules


* [https://travis-ci.org/VisTrails/VisTrails/builds/106743348 Travis builder] for VisTrails Next
** Runs!
** Uses conda
*** Many levels of requirements
**** apt packages
**** conda packages
**** python packages in requirements.txt
**** python packages in setup.py
*** Can probably drop conda. Default builder does not have Qt5, but beta builder do!
*** But useful if we want to use conda in our own build process.
** Lots of errors I do not get locally?
* [http://goo.gl/forms/Z4HBrwaBWL User Survey]
** Have you used any alternatives to vistrails?
*** Relevant? More options?
** How often do you use any of these particular features in VisTrails?
*** Add/Remove alternatives?
** How important would you rank the following potential improvements to VisTrails?
*** Add alternatives?
=== January 27, 2016 ===
'''Updates'''
'''Updates'''
* [RR] Branches to be merged in: reload-disabled-package ([https://www.vistrails.org/ticket/714 #714]), ungroup-keep-disconnected-ports_/hybrid
* New interpreter
* [TE] VisTrails 2.1.1 released
** Working prototype soon
* [DK] matplotlib, uuid work
** Looping not completely done (and port combination mode: pairwise/cartesian...)
** Need to integrate with VisTrails
*** Compatibility with existing modules
*** Use log controller
*** Want to cache at multiple levels (whole stream/single element of stream)
*** Non-runtime attributes of modules (cache check, automatic conversion check, constant from/to string)


'''Items to Discuss'''
'''Items to Discuss'''
* [TE] Automatic Looping
* User Survey
** Using ListOf module as input will trigger the looping
*** Runtime type checking because we don't have a ListOfT class for each type.
*** [DK] USGS interested in working with this
*** Add a merge module to make it clear where the iteration stops and ends
*** Have different type of ports
*** Remi to talk to Huy about streaming ideas
*** can we detect the iteration and draw those modules differently
*** decided that some fold/merge module would be useful, even if we don't always need to use it explicitly
* [RR] Ticking in matplotlib
** formatters, locators, tick scale
* [RR] Sort tickets? There are [https://www.vistrails.org/report/18 issues for the 2.0 milestone] and [https://www.vistrails.org/report/17 issues that affect released versions]. Tickets assigned to 2.1 are [https://www.vistrails.org/report/19 here].
* [DK] To contact USGS about the new persistence package and get feedback
* [DK] Merge weather and subway examples to use new tabledata package
* Look into pandas http://pandas.pydata.org/
** could be helpful to support some of the table operations
** in the future, we may want to support it for data analysis and stats (but for this, additional dependencies are required)


=== Jan 15, 2014 ===
* ZMQ failing on windows (vistrails-users)


* [TE] [https://github.com/VisTrails/VisTrails/pull/1143 Python 3 branch]
** Testsuite almost passes
*** Failing are unicode filenames, some users guide examples, and thumbnail comparisons.
** Fixed issues
*** Signatures are now bytes (convert to string to show in widget)
*** Cannot compare different types, e.g.,  (None < 1)
**** PortSpec.depth and min/maxConn could be None. (Backport!)
**** cell.row could be None
*** Lots of unicode/bytes fixes to serializations
**** We have encryption implementations in the code! (keychain)
*** Lots of small fixes to package method differences
** Current issues
*** logging widget empty?
*** version tree signals messed up
*** provenance view legend icons black
*** Text do not fit in some widgets
*** VTK thumbnail comparison fails
**** VTK Cells have some faces in wrong direction?
****  Because running in VM?
** Installing on Ubuntu LTS/Latest Mint
*** Install latest matplotlib from pip
*** Install VTK 7.0.0rc2 from source
*** No QtWebEngine binary (controversial) (Must install sip/PyQt5/Qt5 from source)
=== January 20, 2016 ===
'''Updates'''
'''Updates'''
* [RR] improves-logging:
** Pass exceptions to it directly for single line, or traceback.format_exc() for traceback
** WARNING level now printed in the console by default, -V 1: INFO (log() calls), -V 2: DEBUG (debug() calls)
** Messages view now shows whatever is selected, no matter the console log level
** Python warnings get captured
** Use warnings.warn(..., category=VistrailsWarning|VistrailsDeprecation) to warn once
** Backport to v2.1? (so deprecation warnings actually show up)
*** -> Yes, include in v2.1.1
* [TE] Hadoop package documented here: http://www.vistrails.org/index.php/Hadoop_Package
* [DK] UV-CDAT, LSU


'''Items to Discuss'''
'''Items to Discuss'''
* [RR] input-module-no-subclass: input ports of type 'Module' shouldn't accept any output? These are used for 'self'->controlflow module connections...
* [TE] Backporting features from Python 3 + PyQt5 + Qt5
** controlflow modules have a function port that accepts a module
** Merged unicode with master ([https://github.com/VisTrails/VisTrails/tree/unicode unicode])
** check for modules that might use Module for something else
*** One unicode test failing
** suggestion is to use Variant for any type being supported (StandardOutput, List, others)
*** Problem saving to xml
** warns for now (doesn't actually disallow the connection until next version)
** Used [http://python-future.org/ python-future] to run futurize stage 1 to update legacy (pre 2.6) code ([https://github.com/VisTrails/VisTrails/tree/unicode-futurized unicode-futurized])
** -> David wants to look at this more
*** Updates print to functions 'from __future__ import print_function'
* [RR] ungroup-keep-disconnected-ports: alternative ungrouping, keeps pipeline disconnected and preserves InputPort/OutputPort modules
*** Updates exception calls to use 'as'
** ideally, want to edit in place, could try to emulate the edit subworkflow code here, just have to save things back to the original vistrail
*** removes most usages of 'long' (mostly used unnecessarily)
** -> hybrid approach, materialize the unconnected ports
**** Only needed for 32-bit support
* Bugfix release? Would solve issues with server and parameter exploration. (also, logging improvement?)
*** Fixes relative imports (from __future__ import absolute_import)
** [TE] Also fixes to workspace
** Fixing code that is deprecated in Qt 4.8 and removed in Qt 5 ([https://github.com/VisTrails/VisTrails/tree/unicode-futurized-qt5 unicode-futurized-qt5])
* [DK] font issue for OS X 10.9
*** Updated all signals to new-style
* Look at Java support in Java?
* If we go 2 to 3, this could break packages
** can we leverage Rémi's past work here? on Weka
** means we should schedule any package format changes for the same time
** pyjnius: cannot subclass a Java class in Python, should be able to create and call out to java classes
** e.g., imports should be unrelated to code path (function to load module from package identifier?) (take them out of vistrails.* [https://github.com/VisTrails/VisTrails/pull/1002 #1002])
** issue with Jython is the interface
** any structural changes (e.g. the __init__ versus init thing) (RR thinks it makes sense, though having both named "init" is unfortunate)
** also had java-based spreadsheet
** putting package identifier as xml?
* also look at moving VTK to a matplotlib style generation
*** Python not so bad, plus some stuff in there is Python code (checking dependencies)
 
** version the APIs?
=== Jan 8, 2014 ===
*** RR planning on versioning vistrails_module.Module, no point versioning the whole package?
* file formats on 2 to 3:
** no real translation/upgrade, but non-ascii values that work on 3 won't load in 2


=== January 13, 2016 ===
'''Updates'''
'''Updates'''
* [TE] Hadoop package: Added -combine option for [http://www.vistrails.org/index.php/Cs9223_Mapreduce_Assignment Cs9223_Mapreduce_Assignment]
** tricky to set up the package still, need documentation to understand how to assemble workflows from scratch
* [RR] Logging improvements underway (branch 'improves-logging')
** Fixes some logging gotchas
** Better exception printing (pass them directly to critical|warning|log)
** WARNING is now the default level for the console (only CRITICAL displays a popup)
* [RR] Alternative Mac .app ([https://docs.google.com/uc?id=0B3ucPz7GSthBZG5TS2pXUVdUWEk&export=download example dmg])
** Standard build of Python (currently as a Mac .framework)
** Have to relink libraries with install_name_tool
** Seems to work
** Advantages: standard, full build of Python; pip will work
** Last problem: if Qt is installed, it gets loaded and conflicts with bundled Qt (I missed a dylib link)
* [DK] Work with USGS, refactoring version trees


'''Items to Discuss'''
'''Items to Discuss'''
* Colin's feedback on loops is that it has taken some time to wrap his head around what is going on
* [TE] [https://gist.github.com/rexissimus/dfd27e466427529c385c Porting to Python 3 / PyQt5]
** what does Taverna do? automatically determines when a collection is being input and does iteration over the input and determines what output looks like
** Basic GUI and execution works
** look at what this would take, figure out what the best way to attack this ([[Automatic loops]])
** Minimal work to support 2to3
* Colin also asked about use of persistence in another module
** Hard to support both PyQt4 and PyQt5
 
=== Jan 3, 2014 ===


=== January 6, 2016 ===
'''Updates'''
'''Updates'''
* [TE] VisTrails 2.1 released
* [DK] UUID branch, USGS work, upgrade recursion
** van Wijk on tree vis, and Buneman on XML Updates
'''Items to Discuss'''
'''Items to Discuss'''
* Updating VisTrails dependencies
** Successfully built [https://gist.github.com/rexissimus/f1a1aada7de1c00a57c7 Win7-64/Python3/PyQt5/Qt5/WebEngine/VTK7]
*** VTK 7 is the first supporting Python 3 but is only in release candidate phase.
**** Next version of VTK 6 is rumored to support Python 3
**** There is a development branch of VTK 6 supporting Python 3
*** Can travis build this?
**** We can skip tests for WebEngine and VTK if needed
** Python 3 [https://python3wos.appspot.com/ showstoppers]
*** No MySQL-python (sqlalchemy supports mysql through other drivers)
*** No suds (there are active forks but we could also drop support?)
* Options for python2/3 support:
** Interpreter could be python2/python3 based on packages
** six layer works but not the easiest to maintain (e.g. in reprozip)
* Drop support for win-64
* Update copyright headers to 2016


== Older meetings ==
== Older meetings ==
* [[Development/2015]]
* [[Development/2014]]
* [[Development/2013]]
* [[Development/2013]]
* [[Development/2012]]
* [[Development/2012]]
* [[Development/2011]]
* [[Development/2011]]
* [[Development/2010]]
* [[Development/2010]]

Latest revision as of 15:34, 30 October 2017

See also the Github wiki

2017

October 30, 2017

Updates

  • [DK] PyQt5
  • [RR] Running Python3 code

Items to Discuss

  • Installation:
    • Use conda? (macOS hack to have .app bundle load conda-installed vistrails)
    • Update conda recipe (pyqt4 restriction for now)
  • Interpreter
  • Release
  • Integration
    • hard to build same type of GUI in other apps that integrate core VisTrails (tend to use just the API)
    • independent pieces of the GUI could be reused if they were more independent.

September 6, 2017

Updates

  • [RR] Fixes for scikit-learn, tables, usagestats

Items to Discuss

  • Stripped-down version of VisTrails to showcase new features?
    • include meta-vistrail, bundles
    • hide mashups, extra widgets, latex mode, etc.
  • Interpreter

August 16, 2017

Updates

  • [DK] meta-vistrail
    • Working actions: normal action in vistrail, pruning version tree, tagging operations, and change
    • Interface

Items to Discuss

  • Notebook
  • Interpreter
  • Web visualization packages (e.g. bokeh)
  • Pipeline templates

August 2, 2017

Updates

  • [DK] meta-vistrail work
    • Extend Vistrail to MetaVistrail to support meta-actions
    • Vistrail becomes less tied to workflows so it can also supporting versioning vistrails

Items to Discuss

  • Interpreter
    • Using dask?
    • Streaming an issue
  • Notebooks
    • What is an output of a module? (need to expose a specific output port or the entire module)
    • Unifies some of the work from the script-workflow code

June 28, 2017

Updates

  • [DK] Testing UUID/SQLAlchemy branch
  • [DK] Working on meta-versions
    • would be nice to have pipeline and vistrail separate
    • [RR] Then do we only have meta-actions, any change to the pipeline is a meta-action that adds a version that does the change?
    • [DK] Yes?
  • [RR] Notebook interface (Vizier) making good progress, figuring out cell outputs

Items to Discuss

June 7, 2017

Updates

  • [DK] Merged UUID/SQLAlchemy branch with new bundle format branch, getting rid of the bugs

Items to Discuss

  • [RR] How to specify an "intermediate output" that should be presented to the user, from any module? (useful for notebook interface)
    • Can designate in module description an output port
    • Value has to be serializable
    • Should use the OutputModes work to handle multiple modes, configuration, selection, ...
  • [RR] Is VisTrails with SQL usable concurrently?
    • [DK] Probably not, demo from [TE] exists

May 10, 2017

Items to Discuss

  • Identifiers
  • Bundles & DB Code
  • Interpreter
  • Merge / Versioning Version Trees
  • Python3
  • Workings of List
  • Packages: Wrappers + new Versions (VTK7)
  • Script Conversion
  • Intermediate Outputs: reuse output module work?
    • would be useful for both workflows (run to a particular checkpoint)
    • and useful for notebook interfaces
  • SQL backend: does it allow for concurrent access?
    • Yes, real-time collaboration work for concurrent single vistrail access
    • Should be able to access different vistrails at once without issues

April 19, 2017

Updates

Items to Discuss

April 5, 2017

Updates

Items to Discuss

March 8, 2017

Updates

  • [RR] Added a looping indicator on modules #1217
    • This makes it easier to understand what's looping, no need to follow edges and count
  • [RR] Refactoring CLTools for integration in Docker package
  • [RR] Will try to refactor autogenerated package logic next (need to update TensorFlow package for TF 1.0, should really be using this)

Items to Discuss

  • [RR] Problem with vtkRendererToSpreadsheet output mode: does it's own ModuleConnector handling, interfering with looping/streaming logic, to add the module ID on the renderers #1216
    • Can we move this up to the renderer modules?
    • Thankfully RR couldn't find much of this madness in the rest of code (outside of controlflow and parallelflow)

February 24, 2017

Updates

  • [RR] Rich-text module documentation (#1210)
    • Went over packages and fixed format; maybe we should have a test to validate RST?
  • [RR] Single-instance shutdown with --remote-shutdown (#1204)
  • [RR] Bundle installation not super reliable; probably need to go in and add checks for every usual environment

Items to Discuss

  • [RR] There are issues with list-depth
    • Some VTK ports marked with depth=1 don't actually accept multiple inputs (vtkDataSetMapper)
    • Issue with looping groups

January 25, 2017

Updates


Items to Discuss

  • Scaling VisTrails
  • sql-alchemy, uuid, bundle branches/merges

January 11, 2017

Updates

  • [RR] New VisTrails version in Debian [1]

Items to Discuss

  • [RR] Collaboration with school of medicine to port HiC-bench to VisTrails
    • Have homemade workflow system based on R scripts and symlinks
      • Each steps has multiple sets of parameters
      • Submits PBS jobs for each step with each set of parameters, using PBS job metadata to wait on previous step
      • Gets all results in directory structure step3-parameters/step2-parameters/step1-parameters/files
    • VisTrails improves provenance capture and makes editing pipelines easier
      • Need better support for aggregation (groupby operation might be good enough; pandas?)

2016

December 14, 2016

Updates

  • [RR] Single-instance code: over-engineered, but will work
    • (Have to avoid race conditions on startup, and OSes offer very different locking primitives)

Items to Discuss

  • Email from Matt Dirks: combobox should work, ask for more code?
  • Email from marin.nl:
    • looks like they would benefit from new interpreter
    • how to store their consolidated provenance when they exchange .vt files around?

November 30, 2016

Updates

Items to Discuss

  • [RR] Working on single instance code for MARIN (#1205)
    • Remote shutdown ready (#1204)
    • Still improving it
    • Want to return something more structured to the client (success/fail code, stdout, stderr)
    • Should be usable without Qt
  • [DK] Shutting down VisTrails has issues: cleans up interpreter (to remove files) but also resets persistent pipeline for no reason
  • [DK] Working on batch execution using console_mode
  • [DK] Settings aliased parameters when using core.api?

November 16, 2016

Updates

  • [RR] Issue #1200 from @samtux: need to set PyQt to API version 2 before ever importing it; using require_pyqt_api2() does that (also can install bundle)

Items to Discuss

  • Email from Pieter: executing pipelines with parameters from command-line using single-instance
    • Seems to work, main instance gets full command-line and alters configuration temporarily
    • Not sure what his error is (VisTrails returns little information in a lot of cases); though execution error should return something more meaningful
    • Actions:
      • Can add switch to kill main instance
      • Can improve single-instance code to return more meaningful errors + machine-readable output from "client" VisTrails
      • Add client/server code to core that doesn't use Qt? Also need a run.py-line entrypoint that doesn't use gui (calls console mode like gui.application.VistrailsApplicationSingleton#noninteractiveMode())?

November 2, 2016

Updates

  • New version 2.2-2 of Debian package, still wrong copyright, and broken bundle installation
    • Finally replied, says copyright issue will be fixed soon, working on including VisTrails 2.2.4 for Debian Stretch
  • Working on Docker package, low hanging fruit because we have CLTools, and useful for some workflow (also step towards CWL support)

Items to Discuss

October 5, 2016

Items to Discuss

  • working toward a 3.0 release; project board
    • unique ids
    • bundles
    • GUI fixes
    • wrapping updates
    • python3
    • interpreter?
  • command-line input parameters to provenance
    • [DK] we don't create a persisted workflow from those input params, i think
    • [DK] these are already defined as aliases so we treat them differently form a normal input param
    • [DK] still have the potential problem of allowing a user to view the workflow as it was run with a given set of aliases
    • Do the vistrails variables values get stored in provenance? (what if values change?)

September 14, 2016

Updates

Items to Discuss

August 31, 2016

Updates

  • [RR] Went over vgc.poly.edu/vistrails.org config:
    • Added TLS certificate (vistrails.org, www.vistrails.org, lists.vistrails.org, vgc.poly.edu and a few others)
    • Fixed usersguide scripts (won't disappear again)
    • Moved some websites over to HTTPS
    • Websites
  • [RR] users' guide on readthedocs: doesn't seem like we can have both the internal docs (currently there) and users' guide under the same RTD "project"
  • [DK] UUID support almost complete (use-uuid branch), bundle translation then fits more easily on top of that

Items to Discuss

  • [RR] Move www.vistrails.org (wiki) to HTTPS? There is a trac at https://www.vistrails.org/
    • Get rid of more services? (svn, trac, ...)
  • [RR] Notebook execution works. How do we support more languages (than Python)?
    • Need: detection, metadata reader, code to input values
  • [RR] ALPS and VisTrails 2.1 issue: should be using 2.2?

August 17, 2016

Updates

  • [TE] Fixed parameter order upgrade bug that breaks VTK examples.
  • [TE] Matplotlib and sklearn are exportable using module-to-script api
  • [TE] Need to add to_python_script to pythonfunction.py to get bokeh and numpy export working.

Items to Discuss

  • Version checks: Please use a method instead of hard-coded `try: int(v) except ValueError: ...` logic!
  • Mashups: why do they share the same id scope?? (see MashupsManager.createMashupController)
  • [TE] Wrap-up notes

August 10, 2016

Updates

Items to Discuss

  • [TE] Python Wrapper and scripting
    • All changes merged into python-wrapper branch
      • Tests pass
      • Still need to update sub-branches
    • Minor fixes
      • vtkPlot3DReader upgrade bug
      • Added tuple exporting
    • Most of vtk examples can be exported example
      • Sometimes connections are wrong, executing workflow sometimes works, otherwise copy/pasting is necessary
        • Could be a bug in the old vistrail, but not sure
  • [DK] Subworkflows and uuids

August 3, 2016

Updates


Items to Discuss

  • [TE] Wrapper patches now stored as python code
    • Connection variables now lowercase
    • Can we use code as output variables?
      • E.g. "vtk_dataset_mapper.GetOutput(0)"
      • Could mutate output when output method is only supposed to be called once
      • Need to be able to rename output port as python code(e.g. when there are 2 "vtk_dataset_mapper"s)

July 27, 2016

Updates

  • [DK] DB bundle serialization implemented

Items to Discuss

   def vtkInstance():
       self.vtkInstance = self

July 20, 2016

Updates

Items to Discuss

  • [TE] New patch method for python-wrapper example
    • A patch is a string template with self/input/output variables for patching a class method
    • Patches are stored in xml specification
    • Patches are assigned to methods in ClassSpec's
    • Used both for execution in vistrails and when exporting as script
      • Executed with "exec" when run in vistrails
      • Turns patches into natural calls in script
    • Wrapping VTK library no longer needed
      • Removes ".vtkInstance" (Automatically removed from PythonSources and vtkInteractionHandlers)
    • Removed fix_classes.py (Subclassing of VTK classes to patch methods directly)
    • Also used for port translations (With patch names like "basic:Color#input") (No more ugly input_t method definitions)
    • TODO's
      • Add to export_as_script
      • Patch Modules that represent Python functions as well
  • [vistrails-users] Read data from SQL example?

July 13, 2016

Updates

  • [DK] bundles on sql-alchemy branch
    • Bundle, BundleMapping, and BundleSerializer
    • New BaseSerializers to deal with versions of directory, zip, db serializers
    • Can register the BundleSerializers with the base serializers
    • Translation between bundle versions
    • Bundle.add_object "just works" if an appropriate mapping was registered

Items to Discuss

  • [TE] Simplified running module using API for scripting example
    • API Module can be executed using compute method
      • Takes list of outputs to compute + inputs as keyword arguments
  • Status of general cell synchronization (vistrails-users)

July 6, 2016

Updates

  • [DK] Working on bundles

Items to Discuss

  • [TE] Using vistrails API in scripting example 1 (API with VTK) example 2 (DownloadFile only)
    • Call module in script using vistrails API
    • Can be used when no export method is defined.
  • [TE] Server news bug Critical?
    • [RR] No, unreleased
  • [DK] New bundle organization
    • BundleMapping contains individual mappings from raw objects to BundleObj
    • Must be separate in order to have in-memory, separate from serializer settings

June 29, 2016

Updates

Items to Discuss

  • [TE] Export VTK as python script
    • Works on Terminator (Isosurface, Volume Rendering, clipping plane, combined rendering) example
    • Preludes (imports) still need improvements
    • Works with vtkInteractionHandler (clipping plane)
    • Resulting clipping plane is incorrect? (supposed to hide one side of the plane)
    • vtkRendererOutput Uses VTKRenderWindow as output
      • Should support different output modes?
      • Does not work with multiple outputs (Next cell is displayed when current is closed)
      • Uses wrapped vtkInstance (as vvtk)
        • Create new patch system with code that can be used both in vistrails and in a python script?

June 22, 2016

Updates

Items to Discuss

  • [TE] Fix for upgraded analogies (PR #1177)
    • Uses module location to find module remap (The best we can do right now?)
    • Also fixes remapped port names for connections to existing modules
    • May still fail on complex upgrades like adding a function on an upgraded module that has a different port name
  • [TE] Working on exporting wrapped libraries (VTK)

June 15, 2016

Updates

  • [TE] Added depth logic to python script exporter (full commit)
    • Fully implements connection merging and list looping

Items to Discuss

  • [TE] Making analogy work on upgraded workflows (#1175)
    • Analogy only works We need to use the non-upgraded action chain
    • But pipelines need to be valid (matcher uses module portspecs)
    • Tried to get upgrade remap from upgrade action, but this seems impossible
    • Use module location instead?
      • Location should be identical for one-to-one module upgrades

June 1, 2016

Updates

  • VisTrails 2.2.4 announced (finally)
    • 5 survey replies
    • 47 downloads last week

Items to Discuss

  • [TE] Export VTK as script (python-wrapper)
    • to_python_script
      • needs the pipeline (or at least the connections)
        • Should not generate code for any possible VTK method (exporter detects which ports is used in the source)
        • VTK needs to know connection order
        • Adding functions directly to the script results in nicer code
    • Add support for multiple input connections
    • Add support for list looping

May 25, 2016

Updates

  • Mailing-list fixed
  • Getting stats from the "server news" mechanism (via parser)

Items to Discuss

  • [RR] Alexis doing writeup on VisTrails, curious about interesting streaming use-cases (and potential future users)
  • [TE] Union ports
    • Show union ports in pipeline (DEMO)

May 18, 2016

Items to Discuss

  • [TE] mailing list still down - Julio working on it
  • [TE] Improved union port
    • New schema 1.0.5 adds portitem.union string attribute
    • Works with pipeline view, parameter exploration view, and mashup view
    • Should work well for matplotlib
    • Use with VTK ports?
      • It uses [item_1,item_2] style ports usually with different tuple length.
  • [TE] Remove emacs dependency from db generate #1173

May 11, 2016

Items to Discuss

  • [TE] Union type #1172
    • GUI-based solution Branch union-port Demo?
      • Shows single port for all ports with same sort_key
      • Select specific type when adding/showing
      • Only one type should be visible on the module at any time
      • Making tuple parameters union types is probably too complicated
      • Should work with alternate specs like matplotlib (if sort_key is defined correctly)
  • [TE] Feature suggestion: Let connections connect to functions/parameters
    • Show functions and parameters as ports and toggle port visibility directly for functions and parameters
    • Use separate views for ports and functions (like before)
      • Allow rearranging of functions
    • Pros:
      • Supports ordered connections. Create 2 functions, make them visible as ports, make connections to them.
        • We can also have, e.g., a line joining the ports on the module to indicate they are part of a list.
        • Makes List module simpler
      • Connect to parameter in tuple
      • Functions that are visible on the module can connect to an actual function, and not just to the first one it finds.
      • Can replace operation modules (in python-wrapper) in some cases for, e.g., numpy.
    • Cons:
      • Interface more complicated and crowded
      • More difficult for users to grasp?
      • No immediate use case
      • Makes no union type for tuple parameters a bigger problem.
  • [TE] Publish user survey?
    • No response from vistrails release yet
    • Not announced on vistrails-users yet.

May 4, 2016

Updates

  • VisTrails 2.2.4 released

Items to Discuss

April 27, 2016

Updates

Items to Discuss

  • [TE] Wrapping Bokeh
    • New method type "operation"
      • Transforms Figure->Glyph->Output into Glyph->Figure->Output
        • Glyph sets function name and arguments as output
          • Not serializable, but should always be computed together with the subject of the operation.
        • Figure applies Glyph operation on itself
      • Useful for matplotlib?
        • matplotlib currently find actors by searching upstream?
        • But this is more difficult since matplotlib is not function-based.
    • New "union" port type
      • Turns "x(float), x(list)" into "x (float, list)" and uses first set value
        • Uses only first value in tuple
        • Bokeh have many properties that support (list, string, Float)
      • Does not work with depth=1 types (e.g. Float of depth 1)
        • Turn Depth 1 types with known type into lists?
  • [TE] New bugfix release
    • Finalize survey

April 20, 2016

Updates

  • Merged upgrade fixes
    • Now has infinite loop test
    • loop test now correctly loops 5 times
      • remap_module used wrong (current) package version when creating ModuleDescriptor
  • Fixed multi-step group upgrades (PR: #1168)

Items to Discuss

  • New bugfix release
    • Merge usagestats
    • Need to finalize survey

April 13, 2016

Updates

Items to Discuss

  • [TE] Chaining upgrades done (#1164)
    • Replace "Upgrade" description annotation with "upgraded_from" annotation to identify which tags to hide?
  • [TE] Iterating handle_invalid_pipeline (#1165)
    • Not based on chain-upgrades-loop
    • Cherry-pick test to preserve source?
    • Need maxPipelineFixAttempts option?
      • The code is now smarter about recursion, so max attempts will "probably" never be reached.
    • Need debug messages?
      • Would need to be moved into handle_invalid_pipeline

April 6, 2016

Updates

  • [TE] Query View improvements
    • Done except for displaying "Version Info" and #1164
  • [RR] Working on finishing new interpreter (finally!)

Items to Discuss

  • [TE] Chaining upgrades (#1164)
    • Try latest upgrade first, then previous.
    • If all fail, select latest upgrade?

March 30, 2016

Updates

Items to Discuss

  • [TE] Query View improvements
    • Unified do_version_switch and get_upgrades as validate_version()
    • Problems with query view using its own controller
      • Fixed module info not being displayed for query results
      • Still no version info for query results
      • Still an issue with version query view not being updated

March 23, 2016

Updates

Items to Discuss

  • [RR] Usage reporting almost ready to go
    • Need to record whether specific features are used: paramexpore, mashup, query
      • [DK] Record if LaTeX extension is used? But hard to distinguish from direct batch invocation
    • How to record size of vistrail?
      • [DK] IdScope already walks over vistrail, use that
      • but total number of modules and versions doesn't give an idea of average size of individual pipelines

March 16, 2016

Updates

Items to Discuss

  • [TE] Upgrades in Query Mode
    • Now using code similar to do_version_switch
      • Uses handle_invalid_pipeline
      • Differences: Not using current_pipeline, flushes changes
      • New controller method get_pipeline optimized using cached pipelines (but not current_pipeline)
      • Integrate to avoid repeated code?
      • Use this for query mode?
  • [TE] VisTrails 2.2.4 ready for release?
    • tej package updated. Others?
  • [JF] upgrades and the version tree
  • [JF] provenance in Jupyter
  • [DK] bundles: #1092

March 9, 2016

Updates

Items to Discuss

  • [TE] Fixing search mode
    • String query now matches all by default
      • This caused pipeline queries to never match
    • String query can search: User/Notes/Tagname/Time/Module name
      • Should we search module names by default? (Disabled by default because it is expensive)
      • Fixed notes search
    • '>' parameter queries in documentation but has been removed
    • Fixed module matches for upgraded pipelines (By not upgrading pipeline)
      • Upgrades still a problem
      • Add "Upgrade all menu option?" (Or upgrade all on open when `hideUpgrades`)
      • [JF] Allow search on past tags
  • [TE] Create new bugfix release
    • Finish querying
    • Path issue on windows
  • [DK] Look into sqlalchemy and new bundle branches

March 2, 2016

Updates

  • [TE] Fixed cache bug with port specs
  • [TE] VisTrails Next
    • Most packages now work
    • No qgis for Python 3

Items to Discuss

    • Always dereference symlinks? #1146

February 23, 2016

Updates

  • [TE] Fixed PythonSource 100% CPU bug
  • [TE] VisTrails Next
    • Updated NOAA Web Service examples
      • Now uses REST service, tabledata, and Google Maps
      • Web Service replaced with DownloadFile

Items to Discuss

  • [RR] Couple of fixes are in for API, and tej&reprounzip on the Mac binary. Also new release of tej, and working on anonymous usage reports.
    • New 2.2 release soon?
  • [RR] Anonymous usage reports
    • Sends out info like number of modules & versions, packages used, Python & libs versions, execution time, specific features #1154
  • [JF] Bring in noWorkflow to track variable dependencies, for the considered Jupyter integration?
  • noWorkflow - provenance for python scripts
    • Recent work on tracking dependencies
  • Also integrates ReproZip with Jupyter
    • mybinder
      • Use with ReproZip to automatically build Jupyter notebook interfaces
  • Daves comments on Jupyter integration
    • It is possible to identify cell order on the server side
    • Not trivial to track order of cells on client side
  • How does Galaxy workflows relate to VisTrails?
    • Packaging in Galaxy is hard
    • Galaxy for biomedical workflows, difficulty making it general
  • Action items
    • How difficult to track cell dependencies in Jupyter notebooks?
    • Use noWorkflow to track cell dependencies?
    • How difficult to modify mybinder to use ReproZip packages?

February 17, 2016

Updates

Items to Discuss

  • [TE] Fixed Group memory usage
    • Modules in groups are supposed to be freed when done executing
      • Prevented by logger that stored references to the modules (fixed, now using id(module))
      • Prevented by list iterator bug that stored list of modules on the 'self' port bug (fixed)
  • [TE] VisTrails Next
    • Removed deprecated code
      • Core imports that should be gui imports
      • GetInputFromPort etc.
        • PythonSources will be upgraded
      • Fixes for Python < 3
      • fixes for VTK < 6
    • TODOs
      • Remove RemoteQ
        • Port Hadoop to tej (Already have pbs)
      • Merge package wrapper
      • Finish SQLAlchemy branch
      • Finish new bundle branch
    • [JF] Will contact Jeff and Matthias about moving to Python 3
  • [JF] Query by Example is broken
  • [JF] VisTrails Data Cleaning Project
    • Use VisTrails to process and explore task-specific data while keeping provenance.
    • Remi's Idea
      • Use VisTrails as the backend in a Jupyter notebook
      • Overcome problems with executing cells in random order
        • Interesting research topic, but little interest has yet been noted
      • Interesting to study how such a notebook would be used (Is there notebook usage data available?)
      • Impose restrictions to notebook cell boundaries
      • It will only work for functional operations
      • Can we fix, or detect, non-functional (mutating) operations?
      • Analyse code and data flow and see if it mutates data in unexpected ways?
      • Mutable operations can be created in many ways in Python
  • Next meeting Tuesday 11:30

February 10, 2016

Updates

Items to Discuss

  • VisTrails Next
    • Test suite passes
      • Python 3 less deterministic, module upgrade order random.
    • [RR] updating packages: Reprounzip (pushed), tej, persistent_archive, ...
    • All of our packages should run fine :)
    • VTK thumbnail comparison works
      • Rendering bug on some systems
        • QVTKCell now inherits QGLWidget
      • Old thumbnails had wrong height due to spreadsheetwindow being too small
        • Fixed by regenerating thumbnails
      • Silenced deprecation messages when generating modules
      • Many new classes in VTK 7
    • Remove deprecated code
      • Core imports that should be gui imports
      • GetInputFromPort etc.
        • Will break existing PythonSources
        • Try to upgrade?
      • Old-style packages
        • Or only allow a new style, like __init__.py renamed to info.py? (merge with identifiers.py?)
          • Read info.py without importing package?
      • Fixes for Python < 3
      • Fixes for Qt < 5
      • fixes for VTK < 7
      • Remove self port?

February 3, 2016

Updates

Items to Discuss

  • VisTrails Next
    • All tests but thumbnail comparison passes
    • Still issues with gui and more packages needs to be tested
    • PythonSource and MplSource upgraded with lib2to3
    • Keep contrib packages? Update?
    • VTK 7 is released
      • Supports Python 3
      • Will hopefully get into conda and others soon
      • Deprecates a bunch of modules
  • Travis builder for VisTrails Next
    • Runs!
    • Uses conda
      • Many levels of requirements
        • apt packages
        • conda packages
        • python packages in requirements.txt
        • python packages in setup.py
      • Can probably drop conda. Default builder does not have Qt5, but beta builder do!
      • But useful if we want to use conda in our own build process.
    • Lots of errors I do not get locally?
  • User Survey
    • Have you used any alternatives to vistrails?
      • Relevant? More options?
    • How often do you use any of these particular features in VisTrails?
      • Add/Remove alternatives?
    • How important would you rank the following potential improvements to VisTrails?
      • Add alternatives?

January 27, 2016

Updates

  • New interpreter
    • Working prototype soon
    • Looping not completely done (and port combination mode: pairwise/cartesian...)
    • Need to integrate with VisTrails
      • Compatibility with existing modules
      • Use log controller
      • Want to cache at multiple levels (whole stream/single element of stream)
      • Non-runtime attributes of modules (cache check, automatic conversion check, constant from/to string)

Items to Discuss

  • User Survey
  • ZMQ failing on windows (vistrails-users)
  • [TE] Python 3 branch
    • Testsuite almost passes
      • Failing are unicode filenames, some users guide examples, and thumbnail comparisons.
    • Fixed issues
      • Signatures are now bytes (convert to string to show in widget)
      • Cannot compare different types, e.g., (None < 1)
        • PortSpec.depth and min/maxConn could be None. (Backport!)
        • cell.row could be None
      • Lots of unicode/bytes fixes to serializations
        • We have encryption implementations in the code! (keychain)
      • Lots of small fixes to package method differences
    • Current issues
      • logging widget empty?
      • version tree signals messed up
      • provenance view legend icons black
      • Text do not fit in some widgets
      • VTK thumbnail comparison fails
        • VTK Cells have some faces in wrong direction?
        • Because running in VM?
    • Installing on Ubuntu LTS/Latest Mint
      • Install latest matplotlib from pip
      • Install VTK 7.0.0rc2 from source
      • No QtWebEngine binary (controversial) (Must install sip/PyQt5/Qt5 from source)

January 20, 2016

Updates

Items to Discuss

  • [TE] Backporting features from Python 3 + PyQt5 + Qt5
    • Merged unicode with master (unicode)
      • One unicode test failing
      • Problem saving to xml
    • Used python-future to run futurize stage 1 to update legacy (pre 2.6) code (unicode-futurized)
      • Updates print to functions 'from __future__ import print_function'
      • Updates exception calls to use 'as'
      • removes most usages of 'long' (mostly used unnecessarily)
        • Only needed for 32-bit support
      • Fixes relative imports (from __future__ import absolute_import)
    • Fixing code that is deprecated in Qt 4.8 and removed in Qt 5 (unicode-futurized-qt5)
      • Updated all signals to new-style
  • If we go 2 to 3, this could break packages
    • means we should schedule any package format changes for the same time
    • e.g., imports should be unrelated to code path (function to load module from package identifier?) (take them out of vistrails.* #1002)
    • any structural changes (e.g. the __init__ versus init thing) (RR thinks it makes sense, though having both named "init" is unfortunate)
    • putting package identifier as xml?
      • Python not so bad, plus some stuff in there is Python code (checking dependencies)
    • version the APIs?
      • RR planning on versioning vistrails_module.Module, no point versioning the whole package?
  • file formats on 2 to 3:
    • no real translation/upgrade, but non-ascii values that work on 3 won't load in 2

January 13, 2016

Updates

Items to Discuss

January 6, 2016

Updates Items to Discuss

  • Updating VisTrails dependencies
    • Successfully built Win7-64/Python3/PyQt5/Qt5/WebEngine/VTK7
      • VTK 7 is the first supporting Python 3 but is only in release candidate phase.
        • Next version of VTK 6 is rumored to support Python 3
        • There is a development branch of VTK 6 supporting Python 3
      • Can travis build this?
        • We can skip tests for WebEngine and VTK if needed
    • Python 3 showstoppers
      • No MySQL-python (sqlalchemy supports mysql through other drivers)
      • No suds (there are active forks but we could also drop support?)
  • Options for python2/3 support:
    • Interpreter could be python2/python3 based on packages
    • six layer works but not the easiest to maintain (e.g. in reprozip)
  • Drop support for win-64
  • Update copyright headers to 2016

Older meetings