Added
- Support for easy integration of external R and Python scripts via
the new [script
directive](https://bitbucket.org/snakemake/snakemake/wiki/Documentation#markdown-header-external-scripts).
- Chris Tomkins-Tinch has implemented support for remote files:
Snakemake can now handle input and output files from Amazon S3,
Google Storage, FTP, SFTP, HTTP and Dropbox.
- Simon Ye has implemented support for sandboxing jobs with [shadow
rules](https://bitbucket.org/snakemake/snakemake/wiki/Documentation#markdown-header-shadow-rules).
Changed
- Manuel Holtgrewe has fixed dynamic output files in combination with
multiple wildcards.
- It is now possible to add suffixes to all shell commands with
shell.suffix("mysuffix").
- Job execution has been refactored to spawn processes only when
necessary, resolving several problems in combination with huge
workflows consisting of thousands of jobs and reducing the memory
footprint.
- In order to reflect the new collaborative development model,
Snakemake has moved from my personal bitbucket account to
<http://snakemake.bitbucket.org>.