Skip to content

Releases: snakemake/snakefmt

snakefmt v0.10.2

08 May 04:34
78b1651
Compare
Choose a tag to compare

Bug Fixes

snakefmt v0.10.1

15 Apr 00:12
fe13de6
Compare
Choose a tag to compare

Bug Fixes

  • correctly find config file after updating min. black to v24.3 (0f20494)
  • don't add spacing between consencutive braces in string [closes #222] (2d28922)

snakefmt v0.10.0

31 Jan 23:32
5482660
Compare
Choose a tag to compare

Features

Bug Fixes

  • preserve double curly braces in python code [#215] (1cbcfb1)

snakefmt v0.9.0

09 Jan 11:45
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • update black, which bumps min. req. python

Bug Fixes

  • don't add space between string and comma [python3.12 f-string tokenize] (18e9874)
  • don't remove double braces in f-strings in rule directives [closes #207] (8b47454)
  • handle python3.12 f-string tokenization [closes #210] (b7e0e47)
  • improve handling of indenting in shell directive [#186] (105e856)

Build System

  • update black, which bumps min. req. python (022d6ab)

Continuous Integration

  • correct version for next release (f28c08d)

snakefmt v0.8.5

05 Oct 02:15
Compare
Choose a tag to compare

Bug Fixes

  • make default exclude regex more specific [#202] (82ef2c4)

snakefmt v0.8.4

05 Apr 02:15
05ae61d
Compare
Choose a tag to compare

Bug Fixes

snakefmt v0.8.3

15 Mar 22:17
d868519
Compare
Choose a tag to compare

Bug Fixes

snakefmt v0.8.2

08 Mar 01:40
fd5680a
Compare
Choose a tag to compare

Bug Fixes

  • add .template to default excludes (610762f)
  • dont raise NotAnIdentifier function (#179) (932df73)
  • only show diff for changed files (7b35c16)

snakefmt v0.8.1

02 Feb 23:59
Compare
Choose a tag to compare

Bug Fixes

Build

  • updated black to version ^23.1.0 (5462512)

snakefmt v0.8.0

19 Dec 22:28
22e78c3
Compare
Choose a tag to compare

Features

  • add support for resource_scopes directive (67fb11b)
  • add support for resource_scopes directive (514192a)

Bug Fixes