Skip to content

Releases: deepmodeling/dpdispatcher

v0.4.10: Merge pull request #194 from njzjz/inf-group-size

09 Jun 06:57
5adeeba
Compare
Choose a tag to compare

v0.4.9

09 May 07:31
1cbc434
Compare
Choose a tag to compare

Breaking Change

  • enable strict check for arguments by @njzjz in #183
    The hash of the submission may change in this version. Do not upgrade dpdispatcher before 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

v0.4.8: Merge pull request #181 from njzjz/replace_exception

18 Apr 08:45
9438565
Compare
Choose a tag to compare
batch replace 'except:' with 'except Exception:'

v0.4.7

17 Mar 02:56
b80d4cf
Compare
Choose a tag to compare
automatically switch to rsync backend (#170)

v0.4.6: Merge pull request #167 from KZHIWEI/master

17 Feb 06:20
13557e7
Compare
Choose a tag to compare

v0.4.5: Merge pull request #166 from njzjz/tqdm

11 Feb 09:00
3340249
Compare
Choose a tag to compare

v0.4.4: fix a bug in repeat submission (#165)

08 Feb 06:56
f9dd39f
Compare
Choose a tag to compare
* fix a bug in repeat submission

When a job previously failed, retries submitting, but is not submitted,
the job id should be cleaned. Otherwise, it will be considered failed
again (although it isn't actually submitted.)

* skip logging if it is not submitted

Co-authored-by: Jinzhe Zeng <[email protected]>

v0.4.3

19 Jan 09:45
50c55a5
Compare
Choose a tag to compare
remove lebesgue version 1 api support. add progress bar, and fix resu…

v0.4.2

23 Dec 08:01
d792862
Compare
Choose a tag to compare
fix tag path bug in slurm for job array (#160)

v0.4.1

04 Dec 07:59
c73c3eb
Compare
Choose a tag to compare
add module purge, improve envs and upload oss path with random addres…