We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a404b commit 92edddcCopy full SHA for 92edddc
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v1.7.0rc3 (2025-04-17)
2
+
3
+### Feat
4
5
+- use srun when launching slurm tasks
6
7
+### Fix
8
9
+- import Launcher
10
+- assert that the returned launcher is a launcher
11
12
## v1.7.0rc2 (2025-04-17)
13
14
### Feat
pyproject.toml
@@ -122,7 +122,7 @@ warn_unused_ignores = true
122
123
[tool.commitizen]
124
name = "cz_conventional_commits"
125
-version = "1.7.0rc2"
+version = "1.7.0rc3"
126
changelog_start_rev = "0.15.0"
127
tag_format = "v$version"
128
update_changelog_on_bump = true
0 commit comments