resubmit 0.0.6__tar.gz → 0.0.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: resubmit
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Small wrapper around submitit to simplify cluster submissions
5
5
  Author: Amir Mehrpanah
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "resubmit"
7
- version = "0.0.6"
7
+ version = "0.0.7"
8
8
  description = "Small wrapper around submitit to simplify cluster submissions"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -153,6 +153,7 @@ def submit_jobs(
153
153
  block: bool = False,
154
154
  prompt: bool = True,
155
155
  local_run: bool = False,
156
+ job_name: Optional[str] = "resubmit",
156
157
  slurm_additional_parameters: Dict | None = None,
157
158
  ) -> Any:
158
159
  """
@@ -193,5 +194,6 @@ def submit_jobs(
193
194
  block=block,
194
195
  prompt=prompt,
195
196
  local_run=local_run,
197
+ job_name=job_name,
196
198
  slurm_additional_parameters=slurm_additional_parameters,
197
199
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: resubmit
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Small wrapper around submitit to simplify cluster submissions
5
5
  Author: Amir Mehrpanah
6
6
  License: MIT
File without changes
File without changes
File without changes