Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps chgnet from 0.3.8 to 0.4.1.

Release notes

Sourced from chgnet's releases.

v0.4.1: Add r2SCAN model support and update documentation

What's New in v0.4.1

🚀 New Features

  • r2SCAN Model Support: Added support for loading r2SCAN transfer learning models via CHGNet.load('r2scan')
  • Enhanced Documentation: Updated README with detailed pretrained models section

🔧 Improvements

  • Model Loading: CHGNet.load() now supports:
    • CHGNet.load() - Latest MPtrj-pretrained CHGNet (0.3.0)
    • CHGNet.load(model_name='0.2.0') - Deprecated MPtrj version for backward compatibility
    • CHGNet.load(model_name='r2scan') - R2SCAN level model transfer learned from MP-R2SCAN dataset
  • CI Improvements: Fixed wandb hostname issues in GitHub Actions
  • Documentation: Added code examples and references to MatGL/MatPES models

📚 Documentation Updates

  • Added comprehensive pretrained models section to README
  • Included usage examples for different model versions
  • Added reference to MatGL/MatPES models for non-ground-state calculations
  • r2SCAN Model Details: See r2SCAN model documentation for detailed information about the R2SCAN transfer learning model

🐛 Bug Fixes

  • Fixed wandb hostname length issues in CI environment
  • Improved error handling in model loading functions

📖 r2SCAN Model Information

The r2SCAN model is a transfer learning model fine-tuned from CHGNet v0.3.0 on the MP-r2SCAN dataset. For detailed information about model parameters, training configuration, and performance metrics, please refer to the r2SCAN model documentation.

v0.4.0

What's Changed

💥 Breaking Changes

🐛 Bug Fixes

🛠 Enhancements

📖 Documentation

🧹 Linting

🏷️ Static Typing

🏥 Package Health

... (truncated)

Commits
  • 72c1151 fixed model loading and added pytest (#243)
  • 40bfa4f Add r2scan model support to CHGNet.load function
  • fe3bcb8 Update README style
  • af2d032 Bump version to 0.4.1
  • 755786d Add available pretrained models section to README
  • c45659b Fix wandb hostname issue in CI by setting WANDB_HOST and WANDB_MODE environme...
  • 322f10b Add CHGNet r2SCAN transfer learning model (#241)
  • 330d1af python 3.12 has issue with nose-hoover log
  • c623bd1 fixed md test
  • 2f38eb9 Fix FutureWarning in vasp_utils.py (#231)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [chgnet](https://github.com/CederGroupHub/chgnet) from 0.3.8 to 0.4.1.
- [Release notes](https://github.com/CederGroupHub/chgnet/releases)
- [Commits](CederGroupHub/chgnet@v0.3.8...v0.4.1)

---
updated-dependencies:
- dependency-name: chgnet
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #1302.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/pip/chgnet-0.4.1 branch September 29, 2025 08:37
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