From 39a398d80b12b80a0e4ab20720374ab168bc0127 Mon Sep 17 00:00:00 2001 From: snakemake-bot Date: Wed, 20 May 2026 17:04:56 +0200 Subject: [PATCH] chore(main): release 2.7.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c7b311..7a9fb7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.7.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.6.1...v2.7.0) (2026-05-20) + + +### Features + +* cpu jobs skip gpu partitions ([#454](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/454)) ([e81cd16](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/e81cd16f75bc58ef99c6bbc400a691b4008124a7)) + + +### Bug Fixes + +* [#446](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/446) ([e81cd16](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/e81cd16f75bc58ef99c6bbc400a691b4008124a7)) +* pipeline hangs when submitting from compute nodes ([#450](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/450)) ([a09a027](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/a09a027ff39ff11a37978c77021d61d5d3590104)) +* relaxed dependencies ([#460](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/460)) ([6812052](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/6812052454511ddee480d04c241936b46b610b1b)) + ## [2.6.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.6.0...v2.6.1) (2026-04-16) diff --git a/pyproject.toml b/pyproject.toml index e6bc12c2..5d07462d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "2.6.1" +version = "2.7.0" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",