Releases: Wytamma/snk
Releases · Wytamma/snk
joss-publication-release
This is a tagged release of the codebase for publication.
v0.31.0
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
Full Changelog: v0.30.0...v0.30.1
v0.30.0
- Bump snk-cli version
- Add install progress bar (spinner)
- Minor fixes
Full Changelog: v0.29.0...v0.30.0
v0.29.0
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
Full Changelog: v0.27.1...v0.27.2
Version 0.27.1
✨ non-standard snakemake files with snk install --snakefile ...
Full Changelog: v0.27.0...v0.27.1
Version 0.27.0
Version 0.26.0
Version 0.25.1
🐛 check if the version of Snakemake installed is greater than or equal to the minimum version
Full Changelog: v0.25.0...v0.25.1