Releases: deepmodeling/dpdispatcher
Releases · deepmodeling/dpdispatcher
v0.6.12
What's Changed
New features
- feat: add proxy_command parameter for SSH jump host configuration by @Copilot in #530
Bugfixes
- fix: Replace rsync -az with -rlptDz to avoid permission issues by @Copilot in #547
Documentation
- docs: add comprehensive GitHub Copilot instructions for DPDispatcher development by @Copilot in #534
- docs: set up Copilot agent environment with uv, pre-commit, and GitHub Actions workflow by @Copilot in #536
- docs: fix proxy_command examples to use explicit hostname:port instead of %h:%p by @Copilot in #542
- docs: move .github/copilot-instructions.md to AGENTS.md by @Copilot in #550
CI/CD
- fix: bump pyright to 1.1.404 and resolve type errors by @Copilot in #532
- docs: clean up redundant Copilot instructions by @Copilot in #540
- CI: skip workflows on copilot/, dependabot/, and pre-commit-ci-update-config branches by @Copilot in #538
- fix: add tags trigger to release workflow to enable tag-based releases by @Copilot in #544
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #546
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #548
- CI: Replace the macos-13 images with the macos-15-intel images by @njzjz in #551
New Contributors
- @Copilot made their first contribution in #532
Full Changelog: v0.6.11...v0.6.12
v0.6.11
What's Changed
Bugfixes
- fix: remove DSSKey since it has been removed by paramiko by @njzjz in #527
- Default Create
dp_cloud_server
by @Rasic2 in #526
CI/CD
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #528
New Contributors
Full Changelog: v0.6.10...v0.6.11
v0.6.10
What's Changed
- build(deps): bump astral-sh/setup-uv from 5 to 6 by @dependabot[bot] in #516
- update bohrium-sdk version 0.6.0 by @dingzhaohan in #520
- fix: add
--parsable
tosbatch
command by @njzjz in #522
Full Changelog: v0.6.9...v0.6.10
v0.6.9
What's Changed
- Fixed when a log decoding error caused the process to terminate. by @xiaoyeqiannian in #515
Full Changelog: v0.6.8...v0.6.9
v0.6.8
What's Changed
- handle more job status on SGE system by @thangckt in #491
- docs: update DeepModeling URLs by @njzjz-bot in #492
- Update submission.py by @yzhong52 in #499
- Update README.md by @yzhong52 in #498
- chore(ci): use astral-sh/setup-uv action by @njzjz-bot in #500
- improve path check by @thangckt in #501
- docs: replace sphinx-rtd-theme with sphinx-book-theme by @njzjz-bot in #505
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #507
- build(deps): bump astral-sh/setup-uv from 3 to 4 by @dependabot in #508
- style: fix Ruff 0.8.0 UP031 errors by @njzjz-bot in #510
- build(deps): bump astral-sh/setup-uv from 4 to 5 by @dependabot in #512
- ci: pin ubuntu to 22.04 by @njzjz in #513
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #490
New Contributors
Full Changelog: v0.6.7...v0.6.8
v0.6.7
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
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- improve SGE system by @thangckt in #446
- fix: remove ref-names from .git_archival.txt by @njzjz-bot in #465
- docs: pin sphinx-argparse to < 0.5.0 by @njzjz-bot in #469
- job_name in SGE system by @thangckt in #470
- improve _get_files in SSH context by @thangckt in #473
- fix: fix the remote path in SSH when local is Windows by @njzjz in #472
New Contributors
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- Bump jakebailey/pyright-action from 1 to 2 by @dependabot in #432
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #435
- local_context: make error message more clear by @njzjz in #438
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #433
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #439
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #441
- Pin docker/login-action to the major version by @dependabot in #440
- ci: add linter to markdown and yaml by @njzjz in #442
- docs: document the current environment being overridden by @njzjz in #443
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #444
- feat(build): Add Git archives version files by @njzjz-bot in #448
- docs: setup uv for readthedocs by @njzjz in #453
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #447
- ci(test): fix py37 on macos by @njzjz in #455
- CI: setup uv by @njzjz in #450
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #454
- feat:
dpdisp run
by @njzjz in #456 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #457
- add "JH_UniScheduler" batch_type by @WangSimin123456 in #459
- fix bug:correct handle when meets PermissionError by @felix5572 in #460
New Contributors
- @njzjz-bot made their first contribution in #448
- @WangSimin123456 made their first contribution in #459
Full Changelog: v0.6.4...v0.6.5
v0.6.4
New features
- add SGE class in pbs.py by @GravityPHY in #323 #423
- add --reset-fail-count flag to dpdisp submission by @njzjz in #430
Bugfix
Dependency update
- Bump actions/setup-python from 4 to 5 by @dependabot in #418
New Contributors
- @GravityPHY made their first contribution in #323
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Enhancement
CI/CD
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #415
Full Changelog: v0.6.2...v0.6.3