Releases: deepmodeling/dpdispatcher
Releases · deepmodeling/dpdispatcher
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
v0.4.19
What's Changed
- migrate from setup.py to pyproject.toml by @njzjz in #265
- document different contexts and batches by @njzjz in #266
- Fix typo in pr#266 by @HuangJiameng in #267
- Change Lebesgue API Service To Bohrium API Service by @KZHIWEI in #268
- drop Python 3.6 support by @njzjz in #270
- support machine and context alias by @njzjz in #269
Full Changelog: v0.4.18...v0.4.19
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