{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":464315033,"defaultBranch":"master","name":"dpgen2","ownerLogin":"deepmodeling","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-02-28T02:41:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32671488?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724134574.0","currentOid":""},"activityList":{"items":[{"before":"a8ca7f03d397d11e9f0f1f836852865ced8350b1","after":"7b8e9422872ce46b13d1f46f8d67b9bb12625412","ref":"refs/heads/master","pushedAt":"2024-09-12T01:30:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Optimize set operations in ExplorationReport (#262)\n\n`set.union` becomes slow significantly when set size large than 100k.\r\nTest with\r\n```python\r\nfrom tqdm import tqdm\r\ns = set()\r\nfor i in tqdm(range(200000)):\r\n s = s.union([i])\r\n```\r\nin comparison to\r\n```python\r\nfrom tqdm import tqdm\r\ns = set()\r\nfor i in tqdm(range(200000)):\r\n s.update([i])\r\n```\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Performance Improvements**\r\n- Enhanced the efficiency of accuracy value aggregation by modifying how\r\naccuracy values are updated, potentially improving performance in\r\nscenarios with large or frequently updated data.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi ","shortMessageHtmlLink":"Optimize set operations in ExplorationReport (#262)"}},{"before":"3501db4ec27bf34367eeeb14cfe953b52bbef50c","after":"a8ca7f03d397d11e9f0f1f836852865ced8350b1","ref":"refs/heads/master","pushedAt":"2024-09-11T03:53:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"docs: update DeepModeling URLs (#261)\n\nUpdate DeepModeling URLs for domain migration.\r\n\r\nGenerated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/8.","shortMessageHtmlLink":"docs: update DeepModeling URLs (#261)"}},{"before":"ce4ab3e6deb980611cc8c397b444c7a9dfaed883","after":"3501db4ec27bf34367eeeb14cfe953b52bbef50c","ref":"refs/heads/master","pushedAt":"2024-09-10T07:23:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Add HDF5 support for trajs and model_devis (#259)\n\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Introduced new optional arguments for improved data handling and\r\nmultitasking capabilities.\r\n\t- Added support for HDF5 formatted data in various modules.\r\n\t- Enhanced flexibility in input handling for multiple data formats.\r\n\r\n- **Bug Fixes**\r\n\t- Improved robustness in handling validation data structures.\r\n\r\n- **Documentation**\r\n- Updated documentation to clarify new parameters and their intended\r\nuse.\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Add HDF5 support for trajs and model_devis (#259)"}},{"before":"8fb287efe98b9ff867da9634aa24c19e7925ff5c","after":"ce4ab3e6deb980611cc8c397b444c7a9dfaed883","ref":"refs/heads/master","pushedAt":"2024-09-04T07:32:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Support electronic temperature (#258)\n\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Introduced a new argument for handling electronic temperature\r\nconfigurations, enhancing simulation flexibility.\r\n- Added the capability to specify optional output paths, improving\r\noutput management.\r\n- Expanded functionality for retrieving configurations with new\r\ntemperature parameters.\r\n- Enhanced exploration scheduling with elemental temperature\r\nconfigurations.\r\n\r\n- **Bug Fixes**\r\n- Improved data validation processes to ensure consistency across\r\ntrajectories and outputs.\r\n\r\n- **Documentation**\r\n- Updated documentation to reflect new parameters and functionalities\r\nacross multiple modules.\r\n\r\n- **Tests**\r\n- Added unit tests to validate the functionality of temperature setup\r\nand related methods.\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Support electronic temperature (#258)"}},{"before":"643e88988e3bf487d348c039bee74b792cf8496a","after":"8fb287efe98b9ff867da9634aa24c19e7925ff5c","ref":"refs/heads/master","pushedAt":"2024-09-03T12:56:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Support valid data for multitask training (#257)\n\n\r\n## Summary by CodeRabbit\r\n\r\n\r\n- **New Features**\r\n- Introduced support for multitask validation data, allowing users to\r\nspecify multiple validation datasets through new arguments.\r\n- Enhanced flexibility in handling validation data, accommodating both\r\nsingle and multitask configurations.\r\n- Added dynamic model freezing capability based on configuration\r\nparameters.\r\n- Improved configurability by allowing external configuration data to be\r\nintegrated into function execution.\r\n\r\n- **Bug Fixes**\r\n- Improved error handling for validation data inputs, ensuring robust\r\nprocessing of various data structures.\r\n\r\n- **Documentation**\r\n- Updated documentation to clarify the usage of new arguments related to\r\nmultitask validation data.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Support valid data for multitask training (#257)"}},{"before":"899a76f905b28b2f5c0db688e9d480050efbd0a9","after":"643e88988e3bf487d348c039bee74b792cf8496a","ref":"refs/heads/master","pushedAt":"2024-08-27T03:24:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"support extra FP outputs; add post_command for Gaussian (#256)\n\n\r\n## Summary by CodeRabbit\r\n\r\n\r\n- **New Features**\r\n- Introduced a new optional argument for additional output files in\r\nmultiple functions, enhancing flexibility in file handling.\r\n- Added the capability to execute a post-command after the main task in\r\nthe Gaussian workflow.\r\n- Enhanced output structures across various components to accommodate\r\nadditional output data.\r\n\r\n- **Bug Fixes**\r\n- Improved the handling of extra output files in various methods to\r\nensure they are properly returned and logged.\r\n\r\n- **Documentation**\r\n- Updated documentation to clarify the purpose and usage of new\r\narguments related to extra output files and post-commands.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"support extra FP outputs; add post_command for Gaussian (#256)"}},{"before":"ff1352ed6c57af3b2fdfafa2be5615ccc61dc7c7","after":"899a76f905b28b2f5c0db688e9d480050efbd0a9","ref":"refs/heads/master","pushedAt":"2024-08-26T02:42:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zjgemi","name":"Xinzijian Liu","path":"/zjgemi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27884723?s=80&v=4"},"commit":{"message":"Support keywords of pair_style for LmpTemplateTaskGroup (#254)\n\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Enhanced the input handling to dynamically accommodate additional\r\nparameters for the `pair_style` command.\r\n- Added new documentation for parameters to improve usability and\r\nclarity in the task group configuration.\r\n\r\n- **Bug Fixes**\r\n- Improved the handling of varying input scenarios by refining the\r\nfunctionality of the input model revision process.\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Support keywords of pair_style for LmpTemplateTaskGroup (#254)"}},{"before":"c9b7c9d77eb699542ab5d9c4f0f1fcdd7aa3afae","after":"ff1352ed6c57af3b2fdfafa2be5615ccc61dc7c7","ref":"refs/heads/master","pushedAt":"2024-08-26T01:06:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"fix: support electron temperature in lammps npt task group (#255)\n\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Introduced two optional parameters for enhanced electron temperature\r\nconfiguration in the task group functionality.\r\n- Added a new NPT simulation input template for improved flexibility in\r\ntesting configurations.\r\n- Implemented a new test method to validate the correct integration of\r\nthe NPT simulation input.\r\n\r\n- **Bug Fixes**\r\n- Enhanced the robustness of testing capabilities for NPT simulations,\r\nensuring accurate validation of different parameter configurations.\r\n\r\n\r\n\r\nCo-authored-by: Han Wang ","shortMessageHtmlLink":"fix: support electron temperature in lammps npt task group (#255)"}},{"before":"496795124439fdd6508acc1e717cd16e8a49f514","after":"c9b7c9d77eb699542ab5d9c4f0f1fcdd7aa3afae","ref":"refs/heads/master","pushedAt":"2024-08-22T12:49:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Fix: calling functions for the default value of argument. (#253)\n\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Enhanced flexibility in parameter handling by allowing `prep_config`\r\nand `run_config` to be optional inputs across multiple classes.\r\n- Improved clarity of intent in the constructors by utilizing default\r\nvalues of `None` for configuration parameters.\r\n\r\n- **Bug Fixes**\r\n- Ensured that `prep_config` and `run_config` are initialized to a valid\r\ndictionary structure if not provided, enhancing robustness.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>\r\nCo-authored-by: Han Wang ","shortMessageHtmlLink":"Fix: calling functions for the default value of argument. (#253)"}},{"before":"44d3fd1f118fc229a7ea8caae0e6bce9df218796","after":"496795124439fdd6508acc1e717cd16e8a49f514","ref":"refs/heads/master","pushedAt":"2024-08-22T07:09:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Add DiffCSP as a new exploration engine (#251)\n\n\r\n## Summary by CodeRabbit\r\n\r\n\r\n- **New Features**\r\n- Introduced `variant_filter` for configuration filtering in exploration\r\ntasks.\r\n- Added support for the new `DiffCSP` exploration style, enhancing\r\nexploration capabilities.\r\n- New classes and methods for managing and executing `DiffCSP` tasks,\r\nincluding `DiffCSPTaskGroup`.\r\n - CIF file conversion functionality added via the `DiffCSPGen` class.\r\n- New class `DistanceConfFilter` for validating atomic configurations\r\nbased on distance criteria.\r\n- Implemented the `RunRelax` class for structured execution of\r\nrelaxation tasks.\r\n\r\n- **Bug Fixes**\r\n- Enhanced configuration handling in multiple locations, addressing\r\npreviously unsupported filters.\r\n\r\n- **Tests**\r\n- Comprehensive test suites for `DistanceConfFilter`, `DiffCSPGen`,\r\n`RunRelax`, and `PrepRunDiffCSP` to ensure functionality and\r\nintegration.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com>\r\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Add DiffCSP as a new exploration engine (#251)"}},{"before":"716674bc58395017843512f757e0ac379a8a3fb5","after":"44d3fd1f118fc229a7ea8caae0e6bce9df218796","ref":"refs/heads/master","pushedAt":"2024-08-21T03:28:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"add distance conf filter (#250)\n\n\r\n## Summary by CodeRabbit\r\n\r\n\r\n- **New Features**\r\n- Introduced a `filters` argument for configuration customization in\r\nexisting functions.\r\n- Implemented new filtering classes for validating atomic configurations\r\nbased on distance and geometric criteria, enhancing configuration\r\nselection options.\r\n\r\n- **Tests**\r\n- Added unit tests for the new filtering classes to ensure robust\r\nfunctionality and validation of atomic configurations.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"add distance conf filter (#250)"}},{"before":"046bc46e944ea697d806394564f5001c9e623aa7","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.7.0","pushedAt":"2024-08-20T06:16:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"c0f83c7e67ca626450ecb11699fc2abb7eb24354","after":"716674bc58395017843512f757e0ac379a8a3fb5","ref":"refs/heads/master","pushedAt":"2024-08-20T06:16:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.6.1 to 6.7.0 (#252)\n\nBumps\r\n[docker/build-push-action](https://github.com/docker/build-push-action)\r\nfrom 6.6.1 to 6.7.0.\r\n
\r\nRelease notes\r\n

Sourced from docker/build-push-action's\r\nreleases.

\r\n
\r\n

v6.7.0

\r\n
    \r\n
  • Print info message for build summary support checks by @​crazy-max in docker/build-push-action#1211
  • \r\n
\r\n

Full Changelog: https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 5cd11c3\r\nMerge pull request #1211\r\nfrom crazy-max/summary-info-message
  • \r\n
  • 0aba704\r\nchore: update generated content
  • \r\n
  • 23c657a\r\nprint info message for build summary support checks
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=6.6.1&new-version=6.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Bug Fixes**\r\n- Updated the Docker build and push action to a newer version to enhance\r\nfunctionality and security.\r\n \r\n- **Chores**\r\n- Maintained the overall structure of the GitHub Actions workflow while\r\nupdating dependencies.\r\n\r\n\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump docker/build-push-action from 6.6.1 to 6.7.0 (#252)"}},{"before":null,"after":"046bc46e944ea697d806394564f5001c9e623aa7","ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.7.0","pushedAt":"2024-08-19T14:18:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.6.1 to 6.7.0\n\nBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/16ebe778df0e7752d2cfcbd924afdbbd89c1a755...5cd11c3a4ced054e52742c5fd54dca954e0edd85)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump docker/build-push-action from 6.6.1 to 6.7.0"}},{"before":"ac33abefcf9ab45c29d219db6542103255c10b82","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.6.1","pushedAt":"2024-08-13T00:50:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"54289870f66e2d123cb819a21e7fbd6335558949","after":"c0f83c7e67ca626450ecb11699fc2abb7eb24354","ref":"refs/heads/master","pushedAt":"2024-08-13T00:50:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.5.0 to 6.6.1 (#249)\n\nBumps\r\n[docker/build-push-action](https://github.com/docker/build-push-action)\r\nfrom 6.5.0 to 6.6.1.\r\n
\r\nRelease notes\r\n

Sourced from docker/build-push-action's\r\nreleases.

\r\n
\r\n

v6.6.1

\r\n
    \r\n
  • Bump @​docker/actions-toolkit from 0.37.0 to 0.37.1 in\r\ndocker/build-push-action#1205
  • \r\n
\r\n

Full Changelog: https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1

\r\n

v6.6.0

\r\n
    \r\n
  • Generate GitHub annotations for build checks by @​crazy-max in docker/build-push-action#1197
  • \r\n
  • Bump @​docker/actions-toolkit from 0.35.0 to 0.37.0 in\r\ndocker/build-push-action#1196\r\ndocker/build-push-action#1198
  • \r\n
\r\n

Full Changelog: https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 16ebe77\r\nMerge pull request #1205\r\nfrom docker/dependabot/npm_and_yarn/docker/actions-t...
  • \r\n
  • 646a62b\r\nchore: update generated content
  • \r\n
  • d92ab13\r\nchore(deps): Bump @​docker/actions-toolkit from 0.37.0 to\r\n0.37.1
  • \r\n
  • 4f7cdeb\r\nMerge pull request #1198\r\nfrom docker/dependabot/npm_and_yarn/docker/actions-t...
  • \r\n
  • ad3cd77\r\nchore: update generated content
  • \r\n
  • 3efbc13\r\nchore(deps): Bump @​docker/actions-toolkit from 0.36.0 to\r\n0.37.0
  • \r\n
  • 2dbe91d\r\nMerge pull request #1197\r\nfrom crazy-max/build-checks
  • \r\n
  • 7de3854\r\nchore: update generated content
  • \r\n
  • 175aa53\r\nopt to disable github annotations generation for build checks
  • \r\n
  • 806a2a4\r\ngenerate GitHub annotations for build checks
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=6.5.0&new-version=6.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Chores**\r\n- Updated the Docker build and push action in the workflow to enhance\r\nefficiency and reliability. This change may lead to improved performance\r\nin building and deploying Docker images.\r\n\r\n\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump docker/build-push-action from 6.5.0 to 6.6.1 (#249)"}},{"before":"777c7faa3d928680b5409d721c977ec9640771bf","after":"54289870f66e2d123cb819a21e7fbd6335558949","ref":"refs/heads/master","pushedAt":"2024-08-13T00:42:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Add docs of \"Implement a new exploration engine for dpgen2\" (#248)\n\n\r\n## Summary by CodeRabbit\r\n\r\n\r\n- **New Features**\r\n- Introduced a new exploration engine for enhanced task definition and\r\nexecution within the dpgen2 framework.\r\n- Added a new operational procedure for preparing and executing\r\nexploration tasks.\r\n- Included an exploration scheduler for improved task management and\r\ntrajectory rendering.\r\n\r\n- **Bug Fixes**\r\n- Implemented unit tests for the new operational procedure to ensure\r\nfunctionality and correctness.\r\n\r\n- **Documentation**\r\n- Updated documentation to reflect the new exploration engine and its\r\nassociated components.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com>\r\nCo-authored-by: Jinzhe Zeng ","shortMessageHtmlLink":"Add docs of \"Implement a new exploration engine for dpgen2\" (#248)"}},{"before":null,"after":"ac33abefcf9ab45c29d219db6542103255c10b82","ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.6.1","pushedAt":"2024-08-12T14:42:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.5.0 to 6.6.1\n\nBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.1.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/5176d81f87c23d6fc96624dfdbcd9f3830bbe445...16ebe778df0e7752d2cfcbd924afdbbd89c1a755)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump docker/build-push-action from 6.5.0 to 6.6.1"}},{"before":"f5c5d95f5a8e4c6019ab7789c9b64311eb1c979a","after":"777c7faa3d928680b5409d721c977ec9640771bf","ref":"refs/heads/master","pushedAt":"2024-08-05T11:41:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zjgemi","name":"Xinzijian Liu","path":"/zjgemi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27884723?s=80&v=4"},"commit":{"message":"Refactor finetune (#247)\n\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Introduced a streamlined approach to finetuning within the workflow,\r\nintegrating parameters directly without separate step creation.\r\n\r\n- **Bug Fixes**\r\n- Revised logic for model initialization to improve clarity and reduce\r\ncomplexity.\r\n\r\n- **Refactor**\r\n- Removed outdated classes and methods related to modifying training\r\nscripts, simplifying the `PrepRunDPTrain` class.\r\n- Enhanced decision-making processes by eliminating redundant conditions\r\nacross various functions.\r\n- Updated test cases to remove references to outdated \"finetune\"\r\noperations, refining the testing strategy.\r\n- Adjusted test cases and configurations to reflect the removal of\r\n\"finetune\" references and enhance clarity.\r\n\r\n- **Chores**\r\n- Cleansed the logic for handling \"finetune\" patterns in specific\r\nutility functions for better maintainability.\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: zjgemi \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Refactor finetune (#247)"}},{"before":"a9a565778d0daea01736fe37180a945c1d1dc585","after":null,"ref":"refs/heads/dependabot/github_actions/docker/login-action-3.3.0","pushedAt":"2024-07-23T00:45:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"38a331f8dba3f1e695a4620786dba9fbe21998d2","after":"f5c5d95f5a8e4c6019ab7789c9b64311eb1c979a","ref":"refs/heads/master","pushedAt":"2024-07-23T00:45:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Bump docker/login-action from 3.2.0 to 3.3.0 (#246)\n\nBumps [docker/login-action](https://github.com/docker/login-action) from\r\n3.2.0 to 3.3.0.\r\n
\r\nRelease notes\r\n

Sourced from docker/login-action's\r\nreleases.

\r\n
\r\n

v3.3.0

\r\n
    \r\n
  • Bump @​docker/actions-toolkit from 0.24.0 to 0.35.0 in\r\ndocker/login-action#754
  • \r\n
  • Bump https-proxy-agent from 7.0.4 to 7.0.5 in docker/login-action#741
  • \r\n
  • Bump braces from 3.0.2 to 3.0.3 in docker/login-action#730
  • \r\n
\r\n

Full Changelog: https://github.com/docker/login-action/compare/v3.2.0...v3.3.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 9780b0c\r\nMerge pull request #741\r\nfrom docker/dependabot/npm_and_yarn/proxy-agent-depen...
  • \r\n
  • 2fa130c\r\nchore: update generated content
  • \r\n
  • 5e87b2a\r\nbuild(deps): bump https-proxy-agent
  • \r\n
  • e039495\r\nMerge pull request #754\r\nfrom docker/dependabot/npm_and_yarn/docker/actions-to...
  • \r\n
  • 9af18aa\r\nchore: update generated content
  • \r\n
  • 668190a\r\nswitch to Docker exec
  • \r\n
  • be5150d\r\nbuild(deps): bump @​docker/actions-toolkit from 0.24.0 to\r\n0.35.0
  • \r\n
  • e80ebca\r\nMerge pull request #730\r\nfrom docker/dependabot/npm_and_yarn/braces-3.0.3
  • \r\n
  • 75ee3ea\r\nMerge pull request #733\r\nfrom docker/dependabot/github_actions/docker/bake-act...
  • \r\n
  • 793c19c\r\nbuild(deps): bump docker/bake-action from 4 to 5
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=3.2.0&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump docker/login-action from 3.2.0 to 3.3.0 (#246)"}},{"before":"a5874e47e8da2aa2c9be8491bd7948b8aae84445","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.5.0","pushedAt":"2024-07-23T00:45:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8c060d89b9e3f764d1c2c8007e763b8674bb74d6","after":"38a331f8dba3f1e695a4620786dba9fbe21998d2","ref":"refs/heads/master","pushedAt":"2024-07-23T00:45:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.4.0 to 6.5.0 (#245)\n\nBumps\r\n[docker/build-push-action](https://github.com/docker/build-push-action)\r\nfrom 6.4.0 to 6.5.0.\r\n
\r\nRelease notes\r\n

Sourced from docker/build-push-action's\r\nreleases.

\r\n
\r\n

v6.5.0

\r\n
    \r\n
  • Bump @​docker/actions-toolkit from 0.33.0 to 0.35.0 in\r\ndocker/build-push-action#1186\r\ndocker/build-push-action#1191
  • \r\n
\r\n

Full Changelog: https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0

\r\n

v6.4.1

\r\n
    \r\n
  • revert "Set repository and ghtoken\r\nattributes for GitHub\r\nActions cache backend" by @​crazy-max in docker/build-push-action#1183
  • \r\n
\r\n

Full Changelog: https://github.com/docker/build-push-action/compare/v6.4.0...v6.4.1

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 5176d81\r\nMerge pull request #1191\r\nfrom docker/dependabot/npm_and_yarn/docker/actions-t...
  • \r\n
  • ec10ae8\r\nchore: update generated content
  • \r\n
  • 597e8fc\r\nchore(deps): Bump @​docker/actions-toolkit from 0.34.0 to\r\n0.35.0
  • \r\n
  • e050dfa\r\nMerge pull request #1186\r\nfrom docker/dependabot/npm_and_yarn/docker/actions-t...
  • \r\n
  • d1fcdb6\r\nchore: update generated content
  • \r\n
  • a6067b9\r\nchore(deps): Bump @​docker/actions-toolkit from 0.33.0 to\r\n0.34.0
  • \r\n
  • 1ca370b\r\nMerge pull request #1183\r\nfrom crazy-max/revert-gha-cache-to
  • \r\n
  • 2c95ebe\r\nchore: update generated content
  • \r\n
  • d189d0e\r\nRevert "set repository and ghtoken attributes for gha cache\r\ntype"
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=6.4.0&new-version=6.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump docker/build-push-action from 6.4.0 to 6.5.0 (#245)"}},{"before":null,"after":"a9a565778d0daea01736fe37180a945c1d1dc585","ref":"refs/heads/dependabot/github_actions/docker/login-action-3.3.0","pushedAt":"2024-07-22T14:31:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump docker/login-action from 3.2.0 to 3.3.0\n\nBumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.\n- [Release notes](https://github.com/docker/login-action/releases)\n- [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567)\n\n---\nupdated-dependencies:\n- dependency-name: docker/login-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump docker/login-action from 3.2.0 to 3.3.0"}},{"before":null,"after":"a5874e47e8da2aa2c9be8491bd7948b8aae84445","ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.5.0","pushedAt":"2024-07-22T14:31:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.4.0 to 6.5.0\n\nBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.5.0.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/a254f8ca60a858f3136a2f1f23a60969f2c402dd...5176d81f87c23d6fc96624dfdbcd9f3830bbe445)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump docker/build-push-action from 6.4.0 to 6.5.0"}},{"before":"6e860061b9ec1a25006b900914bb76781e1bdacd","after":"8c060d89b9e3f764d1c2c8007e763b8674bb74d6","ref":"refs/heads/master","pushedAt":"2024-07-16T21:52:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"njzjz","name":"Jinzhe Zeng","path":"/njzjz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9496702?s=80&v=4"},"commit":{"message":"docs: pin sphinx-argparse to < 0.5.0 (#244)\n\nPin sphinx-argparse to <0.5.0 due to sphinx-doc/sphinx-argparse#56.\r\n\r\nGenerated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/7.","shortMessageHtmlLink":"docs: pin sphinx-argparse to < 0.5.0 (#244)"}},{"before":"0d18aa43b7783c9c4713b75043f0892e01911e20","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.4.0","pushedAt":"2024-07-16T01:43:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"e949b6444554c3f97f0a9a34c54869d89317767f","after":"6e860061b9ec1a25006b900914bb76781e1bdacd","ref":"refs/heads/master","pushedAt":"2024-07-16T01:43:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.3.0 to 6.4.0 (#243)\n\nBumps\r\n[docker/build-push-action](https://github.com/docker/build-push-action)\r\nfrom 6.3.0 to 6.4.0.\r\n
\r\nRelease notes\r\n

Sourced from docker/build-push-action's\r\nreleases.

\r\n
\r\n

v6.4.0

\r\n
    \r\n
  • Set repository and ghtoken attributes for\r\nGitHub\r\nActions cache backend by @​crazy-max in docker/build-push-action#1133
  • \r\n
  • Bump @​docker/actions-toolkit from 0.31.0 to 0.33.0 in\r\ndocker/build-push-action#1179
  • \r\n
\r\n

Full Changelog: https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • a254f8c\r\nMerge pull request #1179\r\nfrom docker/dependabot/npm_and_yarn/docker/actions-t...
  • \r\n
  • 94dae62\r\nchore: update generated content
  • \r\n
  • 267a69d\r\nchore(deps): Bump @​docker/actions-toolkit from 0.31.0 to\r\n0.33.0
  • \r\n
  • f23fb2a\r\nMerge pull request #1133\r\nfrom crazy-max/gha-cache-to
  • \r\n
  • ef76d10\r\nchore: update generated content
  • \r\n
  • 522345f\r\nset repository and ghtoken attributes for gha cache type
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=6.3.0&new-version=6.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump docker/build-push-action from 6.3.0 to 6.4.0 (#243)"}},{"before":null,"after":"0d18aa43b7783c9c4713b75043f0892e01911e20","ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.4.0","pushedAt":"2024-07-15T14:14:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump docker/build-push-action from 6.3.0 to 6.4.0\n\nBumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0.\n- [Release notes](https://github.com/docker/build-push-action/releases)\n- [Commits](https://github.com/docker/build-push-action/compare/1a162644f9a7e87d8f4b053101d1d9a712edc18c...a254f8ca60a858f3136a2f1f23a60969f2c402dd)\n\n---\nupdated-dependencies:\n- dependency-name: docker/build-push-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump docker/build-push-action from 6.3.0 to 6.4.0"}},{"before":"26d6470c87f156b9bdd6a968f2fa5155325a8eeb","after":null,"ref":"refs/heads/dependabot/github_actions/docker/build-push-action-6.3.0","pushedAt":"2024-07-09T02:15:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQwMTozMDoxNS4wMDAwMDBazwAAAASz01vM","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMlQwMTozMDoxNS4wMDAwMDBazwAAAASz01vM","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0wOVQwMjoxNToyMS4wMDAwMDBazwAAAAR6LbBa"}},"title":"Activity · deepmodeling/dpgen2"}