aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2016-04-16Support anonymous rule blocksKyle Meyer
2016-03-12mode: Add ".snakefile" as a file suffixKyle Meyer
https://groups.google.com/d/msg/snakemake/segLE-RlV_s/nQCTxH_TJwAJ
2016-02-28Add popup interface for compilationKyle Meyer
2016-02-07Bump versionv0.3.0Kyle Meyer
2016-02-07Add 'script' keywordKyle Meyer
This keyword was added in Snakemake 3.5.
2016-02-07NEWS: Mention 'shadow' keywordKyle Meyer
2016-02-07NEWS: Add headerKyle Meyer
2016-02-07NEWS: Use ~ code tagsKyle Meyer
2016-01-17Highlight Snakefile errors in compilation buffersKyle Meyer
2015-06-10Recognize touch functionKyle Meyer
The touch flag was just recently documented: https://groups.google.com/d/msg/Snakemake/ZxUo20DV2KE/0S1rBj0XzwQJ
2015-06-03Coexist with Python mode Imenu itemsKyle Meyer
2015-06-03Expose --touch flag in snakemake-compile-ruleKyle Meyer
2015-03-07Rework indentationKyle Meyer
- Change continued field values to support Python indentation. This is useful when the value is using something like format (but only applies to naked field keys). - Don't move back to the start of the line when in a continued field value. - When on the first line of block, only indent to main offset. - Move to current indentation if point is before it. Unless there is one possible value for indentation, don't adjust indentation any further.
2015-03-06Add 'log' and 'benchmark' keywordsKyle Meyer
2015-03-05Indent field values that start on their own lineKyle Meyer
Previously, indentation was handled only for the first line following a run value. Extend this to support any field value that starts on the line below a field key, since that is valid syntax.
2015-03-05Add onsuccess and onerror keywordsKyle Meyer
2015-03-05Add configfile as top-level commandKyle Meyer
This was added in version 3.1.
2014-12-14Bump versionv0.2.0Kyle Meyer
2014-11-16Add snakemake-compile-rule commandKyle Meyer
2014-11-16Add NEWS fileKyle Meyer