What’s New? Add a call graph image, built with gprof2dot and graphviz. Add server mode documentation. Clean up template implementations. Clean up navigation and breadcrumbs.
What’s New? Ensure that all $() style commands that produce paths are quoted; addresses issue 164. Add wipeenv command for removing all packages installed in the virtualenv. Allow users of virtualenvwrapper_lazy.sh to extend the list of API commands that trigger the lazy-loader by extending _VIRTUALENVWRAPPER_API. Patch contributed by John Purnell, see issue 188. Fix detection of --python option to mkvirtualenv. Resolves issue 190. Add allvirtualenv command to run a command across all virtualenvs.
What’s New? Add record command. Add list command. Add web UI and server command Add mode option to run to allow writing results directly to a database file.
What’s New? Adds propagate_map_exceptions parameter to all of the extension managers which specifies whether exceptions are propagated up through the map call or logged and then ignored. The default is to preserve the current behavior of logging and ignoring exceptions. Christopher Yeoh cyeoh@au1.ibm.com