Skip to content

Releases: Wytamma/snk

joss-publication-release

25 Nov 08:42
6125f33
Compare
Choose a tag to compare

This is a tagged release of the codebase for publication.

v0.31.0

17 Nov 10:06
Compare
Choose a tag to compare

What's Changed

  • ➖ remove write-the by @Wytamma in #86
  • JOSS review: Fix contributing typos by @huddlej in #84
  • JOSS review: Fix minor paper typos by @huddlej in #87
  • Add snk edit command by @Wytamma in #93
  • Add snk create command by @Wytamma in #94
  • Add min_snk_cli_version to version the cli.

New Contributors

Full Changelog: v0.30.1...v0.31.0

v0.30.1

01 Oct 00:19
Compare
Choose a tag to compare

Full Changelog: v0.30.0...v0.30.1

v0.30.0

30 Sep 23:58
Compare
Choose a tag to compare
  • Bump snk-cli version
  • Add install progress bar (spinner)
  • Minor fixes
    Full Changelog: v0.29.0...v0.30.0

v0.29.0

26 Sep 00:51
Compare
Choose a tag to compare

Adds Choices (Enum) support.

cli:
  choice:
    choices: [a, b, c]
    default: a
❯ example run --choice d
Error 
│ Invalid value for '--choice': 'd' is not one of 'a', 'b', 'c'.  │

Full Changelog: v0.27.2...v0.29.0

Version 0.27.2

10 May 02:56
Compare
Choose a tag to compare

Version 0.27.1

09 May 10:15
Compare
Choose a tag to compare

✨ non-standard snakemake files with snk install --snakefile ...

Full Changelog: v0.27.0...v0.27.1

Version 0.27.0

09 May 02:40
Compare
Choose a tag to compare

Version 0.26.0

24 Apr 07:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.1...v0.26.0

Version 0.25.1

22 Apr 09:54
Compare
Choose a tag to compare

🐛 check if the version of Snakemake installed is greater than or equal to the minimum version

Full Changelog: v0.25.0...v0.25.1