Releases: deepmodeling/dpdispatcher
Releases · deepmodeling/dpdispatcher
v0.4.18
What's Changed
- add retry for totp authentication by @PKUfjh in #246
- fix authing using secrets and totp by @njzjz in #251
- change source of mock-ssh-server; uncomment 3.8 by @njzjz in #252
- add ci tests on slurm by @njzjz in #253
- fix codecov upload by @njzjz in #255
- add tests for openpbs by @njzjz in #256
- add tests for slurm job array by @njzjz in #257
- migrate ssh ci test to docker by @njzjz in #258
- support port and key_filename for rsync by @njzjz in #249
- add tests for LazyLocalContext by @njzjz in #259
- add tests for empty transfer by @njzjz in #260
- ssh: move remote_root when it changes by @njzjz in #261
Full Changelog: v0.4.17...v0.4.18
v0.4.17: Enlarge banner timout (#245)
This PR tends to solve https://github.com/deepmodeling/dpdispatcher/issues/244 the ssh banner timeout error when using in high concurrency scenario. I enlarge the banner timout parameter from the default 15 to 60.
v0.4.16
v0.4.15: Merge pull request #210 from zjgemi/master
Add a GitHub action for building docker image and pushing to Docker Hub
v0.4.14: Merge pull request #206 from felix5572/master
add field abs_work_base to avoid submission hash conflict
v0.4.13
v0.4.12
v0.4.11
What's Changed
- docs: use dargs directive by @njzjz in #196
- catch socket.timeout for ut by @njzjz in #197
- docs: add links for classes, methods, and parameters by @njzjz in #198
- set Machine and BaseContext as abstract classes by @njzjz in #199
- follow symlink in LocalContext downloading by @njzjz in #201
Full Changelog: v0.4.10...v0.4.11
v0.4.10: Merge pull request #194 from njzjz/inf-group-size
support infinite group_size
v0.4.9
Breaking Change
- enable strict check for arguments by @njzjz in #183
The hash of the submission may change in this version. Do not upgradedpdispatcherbefore a submission is finished.
What's Changed
- Fix symlink subdirs not uploaded to remote by @LavendaRaphael in #185
- allow batch_type with strict check; check kwargs when batch_type exsits by @njzjz in #186
- doc: add links to DP-GUI by @njzjz in #187
Full Changelog: v0.4.8...v0.4.9