BEEP, BEEP - I am your friendly #Snakemake release announcement bot.
There is a new release of Snakemake. Its version now is 9.14.6!
Give us some time, and you will automatically find it on #Bioconda and #Pypi.
If you want to discuss the release, you will find the maintainer here on Mastodon!
@johanneskoester
If you discover any issues, please report them on https://github.com/snakemake/snakemake/issues.
See https://github.com/snakemake/snakemake/releases/tag/v9.14.6 for details. Here is the header of the changelog:
𝑅𝑒𝑙𝑒𝑎𝑠𝑒 𝑁𝑜𝑡𝑒𝑠 (𝑝𝑜𝑠𝑠𝑖𝑏𝑙𝑦 𝑎𝑏𝑏𝑟𝑖𝑔𝑒𝑑):
𝐁𝐮𝐠 𝐅𝐢𝐱𝐞𝐬
* create local clone of git repos for source files from hosting providers: https://github.com/snakemake/snakemake/issues/3643
* create potentially missing .snakemake folder in case of very long command lines for spawned jobs: https://github.com/snakemake/snakemake/issues/3894
* make ilp solver enumeration lazy: https://github.com/snakemake/snakemake/issues/3900
* Prevent broken report_href links by using deterministic report IDs with fixed prefix length: https://github.com/snakemake/snakemake/issues/3889
* refactor LoggerManager setup and scope: https://github.com/snakemake/snakemake/issues/3851
* yield proper error message in case a local git source file is not retrievable: https://github.com/snakemake/snakemake/issues/3892
𝐃𝐨𝐜𝐮𝐦𝐞𝐧𝐭𝐚𝐭𝐢𝐨𝐧
* explain how to pass nested config via CLI: https://github.com/snakemake/snakemake/issues/3885