Skip to content

Bump deepmd-kit[cpu] from 3.1.2 to 3.1.3#71

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/deepmd-kit-cpu--3.1.3
Open

Bump deepmd-kit[cpu] from 3.1.2 to 3.1.3#71
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/deepmd-kit-cpu--3.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps deepmd-kit[cpu] from 3.1.2 to 3.1.3.

Release notes

Sourced from deepmd-kit[cpu]'s releases.

v3.1.3

Highlights

This release focuses on two major themes: easier access to pretrained models and the next stage of the PyTorch roadmap. DeePMD-kit can now download built-in pretrained models directly, and the same release series also introduces a new pretrained model, DPA3-Omol-Large, on top of that mechanism. In parallel, we have started building an experimental exportable PyTorch backend based on the Array API, torch.export, and torch.compile, motivated in part by the deprecation of torch.jit.

Beyond these headline items, v3.1.3 expands PyTorch training capabilities with new optimizers and distributed-training support, improves diagnostics and training safety, adds charge-spin and spin-virial related functionality, and continues to strengthen documentation, CI, packaging, and backend consistency across the project.

Try DPA3-Omol-Large in 3 steps:

# Install the latest version of DeePMD-kit (will be available a few days after this release)
curl -fsSL https://dp1s.deepmodeling.com | bash
# Restart the shell, and download the pretrained model
dp pretrained download DPA3-Omol-Large
# Evaluate your training/test data with the pretrained model
dp test -m ~/.cache/deepmd/pretrained/models/DPA3-Omol-Large.pt -s path_to_your_system

Breaking Changes

New Features

Pretrained models and model distribution

Experimental PyTorch backend

... (truncated)

Commits
  • b2c8511 feat(pretrained): add DPA3-Omol-Large (#5327)
  • 1ce26cf refactor(pt): fully refactor of HybridMuon optimizer (#5275)
  • 9ed2d48 feat(pt_expt): add frozen model (#5318)
  • 08394be fix(dpmodel): fix natoms[0] bug, einsum, and return type in EnergyLoss (#5325)
  • a9bbf74 fix: nan error when all fparam/aparam have equal values (#5321)
  • 3ab3779 feat(pt_expt): add dp freeze support and dp test tests for .pte models (#5302)
  • b2805fb [pre-commit.ci] pre-commit autoupdate (#5320)
  • 87b1fff chore(pre-commit): remove flake8 hook (#5324)
  • 4ce5c73 fix: statisitcs -> statistics (#5315)
  • 09345bf fix(lmp): default fparam support (#5311)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [deepmd-kit[cpu]](https://github.com/deepmodeling/deepmd-kit) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/deepmodeling/deepmd-kit/releases)
- [Commits](deepmodeling/deepmd-kit@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: deepmd-kit[cpu]
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants