Skip to content

Releases: deepmodeling/dpdispatcher

v0.6.7

30 Aug 18:52
39846ae
Compare
Choose a tag to compare

What's Changed

New features

  • feat: allow copying files to remote with LocalContext by @njzjz in #487
  • add execute_command in SSH context by @thangckt in #475
  • feat: export resources information to the environment variables by @njzjz in #478

Bugfixes and enhancement

  • fix(ci): install procps into the containers by @njzjz in #481
  • fix: give detailed error message when ps is not installed by @njzjz in #482
  • fix: fix incorrect error messages by @njzjz in #483
  • chore: make block_call as abstractmethod; merge block_checkcall by @njzjz in #484

Documentation

CI/CD

  • CI: switch to docker compose v2 by @njzjz in #479

Full Changelog: v0.6.6...v0.6.7

v0.6.6

25 Jul 20:09
723f0b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.5...v0.6.6

v0.6.5

27 May 14:47
ec6081b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

21 Jan 20:29
bef41a5
Compare
Choose a tag to compare

New features

Bugfix

Dependency update

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

20 Nov 21:54
436060c
Compare
Choose a tag to compare

Enhancement

  • raise FileNotFoundError in several contexts by @njzjz in #416

CI/CD

Full Changelog: v0.6.2...v0.6.3

v0.6.2

17 Nov 19:40
038ced7
Compare
Choose a tag to compare

What's Changed

  • add backward compatibility with dflow by @njzjz in #414

Full Changelog: v0.6.1...v0.6.2

v0.6.1

14 Nov 20:18
ec84d6e
Compare
Choose a tag to compare

New features

  • add load_from_yaml method for Resource machine task class by @robinzyb in #401
  • save record of failed submission by @njzjz in #411
  • add cli to handle terminated submission by @njzjz in #413

Enhancement

  • argcheck: restrict the type of elements in a list by @njzjz in #398
  • pass timeout to paramiko's Transport by @Yi-FanLi in #399
  • add wait and append_script_part to Slurm job array script end template by @njzjz in #404
  • avoid retrying to download for FileNotFoundError by @njzjz in #409
  • refactor: reorganize submodules by @njzjz in #410

Documentation

  • docs: document customized header by @njzjz in #396

Bugfix

CI/CD

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Oct 04:33
cb77da2
Compare
Choose a tag to compare

New features

  • add dpgui entry points and dpdisp gui cli by @njzjz in #372
  • Support glob for backward files in local_context.py/ssh_context.py by @ZhouXY-PKU in #370
  • support customized template header by @njzjz in #376
  • forward the error message of the failed task to the screen by @njzjz in #388

Enhancement

  • ssh: raise clear error when broken symbolic link is found by @njzjz in #366
  • support public key auth with keyboard interactive by @Yi-FanLi in #375
  • Use separate script to prevent submit script too large by @njzjz in #380
  • throw errors if key_filename is not found by @njzjz in #383

Bugfix

  • ssh: recover default remote_root to None by @njzjz in #381
  • upload Bohrium script run file by @njzjz in #382

Documentation

CI/CD

New Contributors

Full Changelog: v0.5.11...v0.6.0

v0.5.11

03 Sep 14:07
02318b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.10...v0.5.11

v0.5.10

27 Jul 02:09
1721e52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.5.10