Releases: deepmodeling/dpdispatcher
Releases · deepmodeling/dpdispatcher
v0.5.9
What's Changed
- translate comments into English by @njzjz in #354
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #350
- Add Bohrium OpenAPI Support for dpdispatcher by @dingzhaohan in #352
New Contributors
- @dingzhaohan made their first contribution in #352
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
- feat(submission): add async submission and unittest by @ixsluo in #348
- add new batch_type Fugaku by @chouyoudou in #351
- download jobs add retry by @xfwangustc in #353
New Contributors
- @ixsluo made their first contribution in #348
- @chouyoudou made their first contribution in #351
- @xfwangustc made their first contribution in #353
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- Add retry for SSHException due to paramiko/paramiko#1508 by @Cloudac7 in #327
- add slurm_job_size argument for slurm job array by @njzjz in #325
- Fix and test Resources arginfo by @njzjz in #328
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #326
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #329
- fix type None - None is not a type by @njzjz in #331
- Add retry for "Invalid user for SlurmUser" by @Cloudac7 in #332
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #330
- refactor job kill by @njzjz in #334
- support
ratio_unfinished
in the task level by @njzjz in #335 - slurm: bypass when the number of jobs exceeds the slurm limitation by @njzjz in #337
- fix Submission.belonging_tasks if recover by @njzjz in #338
- slurm: allow empty partition by @njzjz in #336
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #339
- pin pyright version to 1.1.312 by @njzjz in #340
- add job_resources before submit by @xiaoyeqiannian in #341
- fix ps command to find the defunct process by @njzjz in #344
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #342
- docs: improve README by @njzjz in #345
- remove temp hash empty dir when recovered by @njzjz in #346
Full Changelog: v0.5.6...v0.5.7
v0.5.6
Bugfixes
- list deduplication by @luobangkui in #316
- judge none or empty by @luobangkui in #318
- Fix bug uploading empty directories for deepmodeling/dpgen#1180 by @Cloudac7 in #322
Code Formats
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #319
- format codes with ruff rules by @njzjz in #321
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4: Feature/byron 20230220 brm 1.6.3 (#311)
fix for dpgen UT https://github.com/deepmodeling/dpgen/actions/runs/4381735189/jobs/7670083496
v0.5.3
v0.5.2: sort imports (#307)
- add hook - sort imports --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
v0.5.1
v0.5.0
What's Changed
- fix codecov by @njzjz in #274
- Add prepend_script and append_script for job.resource by @Cloudac7 in #273
- Remove
os.chdir()
method; add support for other key_file types other than RSA by @Cloudac7 in #275 - add tests for Python 3.11, macos, and windows by @njzjz in #276
- skip building docker out of deepmodeling by @njzjz in #278
- add cloudserver to the docker by @njzjz in #282
- add Optional to type hints when default is None by @njzjz in #283
- avoid compressing duplicated files by @njzjz in #284
- fix shell when filename contains special charaters by @njzjz in #285
- add type checker by @njzjz in #286
- disable tqdm when stderr is redirected by @njzjz in #277
- fix bohrium remote root by @njzjz in #287
- fix pass action by @njzjz in #292
- Support redirect log from bohrium which will be used by dflow by @KZHIWEI in #298
- add
look_for_keys
option by @njzjz in #299
Full Changelog: v0.4.19...v0.5.0