Skip to content

Bump matgl from 2.0.6 to 2.1.1#1426

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/matgl-2.1.1
Apr 3, 2026
Merged

Bump matgl from 2.0.6 to 2.1.1#1426
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/matgl-2.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps matgl from 2.0.6 to 2.1.1.

Release notes

Sourced from matgl's releases.

v2.1.1

  • Merged TensorNet (PyG) and TensorNetWarp into a single TensorNet class with optional warp acceleration (use_warp parameter; auto-detected when nvalchemi-toolkit-ops is installed).
  • Moved warp-accelerated TensorEmbedding and TensorNetInteraction layers to matgl.layers._embedding_warp and matgl.layers._graph_convolution_warp.
  • Made nvalchemiops an optional dependency throughout: _pymatgen_pyg, _ase_pyg, and warp layer imports all fall back gracefully to pymatgen-based neighbor list construction when the package is absent.

v2.1.0

  • Bug fix for accidental change of default backend.
  • Training module updated for QET support.

v2.0.9

  • Bug fix for missing Atoms2Graph export.

v2.0.8

  • Bug fix for missing Atoms2Graph export.

v2.0.7

  • Refactored PyG TensorNet embedding and interaction blocks to pure PyTorch for improved compatibility. (@​kenko911)
  • Improved handling of stress units in PESCalculator. (@​kenko911)
  • Enabled returning intermediate crystal features from CHGNet and TensorNet models. (@​bowen-bd)
  • Added GPU-accelerated neighbor list construction and improved CUDA neighbor list performance and retry logic. (@​zubatyuk)
  • Integrated NVIDIA TensorNet Warp CUDA kernels into the main branch. (@​atulcthakur, @​zubatyuk)
  • Improved QET training support via updates to Atoms2Graph, collate_fn_pes, and MGLDataset (including include_ref_charge). (@​kenko911)
  • Documentation updates for QET, including references and DOI links. (@​kenko911)
Changelog

Sourced from matgl's changelog.

2.1.1

  • Merged TensorNet (PyG) and TensorNetWarp into a single TensorNet class with optional warp acceleration (use_warp parameter; auto-detected when nvalchemi-toolkit-ops is installed).
  • Moved warp-accelerated TensorEmbedding and TensorNetInteraction layers to matgl.layers._embedding_warp and matgl.layers._graph_convolution_warp.
  • Made nvalchemiops an optional dependency throughout: _pymatgen_pyg, _ase_pyg, and warp layer imports all fall back gracefully to pymatgen-based neighbor list construction when the package is absent.

2.1.0

  • Bug fix for accidental change of default backend.
  • Training module updated for QET support.

2.0.9

  • Bug fix for missing Atoms2Graph export.

2.0.7

  • Refactored PyG TensorNet embedding and interaction blocks to pure PyTorch for improved compatibility. (@​kenko911)
  • Improved handling of stress units in PESCalculator. (@​kenko911)
  • Enabled returning intermediate crystal features from CHGNet and TensorNet models. (@​bowen-bd)
  • Added GPU-accelerated neighbor list construction and improved CUDA neighbor list performance and retry logic. (@​zubatyuk)
  • Integrated NVIDIA TensorNet Warp CUDA kernels into the main branch. (@​atulcthakur, @​zubatyuk)
  • Improved QET training support via updates to Atoms2Graph, collate_fn_pes, and MGLDataset (including include_ref_charge). (@​kenko911)
  • Documentation updates for QET, including references and DOI links. (@​kenko911)
Commits
  • 299148f Update changelog and version.
  • 131be0e Some cleanup.
  • b4a4266 Fix lint errors and coverage upload.
  • dd311d8 Try to fix test errors with warp.
  • 6537747 Fix mypy errors.
  • a86abf5 Make warwp and nvalchemiops optional in tests.
  • 8f05ee9 Refactor warp implementations.
  • f304284 Updated workflows.
  • f78419c Make sure workflows are tested with and without warp.
  • e5401ee Update uv.lock.
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 16, 2026
Bumps [matgl](https://github.com/materialyzeai/matgl) from 2.0.6 to 2.1.1.
- [Release notes](https://github.com/materialyzeai/matgl/releases)
- [Changelog](https://github.com/materialyzeai/matgl/blob/main/changes.md)
- [Commits](materialyzeai/matgl@v2.0.6...v2.1.1)

---
updated-dependencies:
- dependency-name: matgl
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/matgl-2.1.1 branch from 42baf91 to d282c38 Compare April 3, 2026 22:19
@github-actions github-actions bot merged commit 9179bde into main Apr 3, 2026
17 checks passed
@github-actions github-actions bot deleted the dependabot/pip/matgl-2.1.1 branch April 3, 2026 22:30
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