Skip to content

Bump mace-torch from 0.3.12 to 0.3.14#81

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/mace-torch-0.3.14
Closed

Bump mace-torch from 0.3.12 to 0.3.14#81
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/mace-torch-0.3.14

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps mace-torch from 0.3.12 to 0.3.14.

Release notes

Sourced from mace-torch's releases.

v0.3.14

MACE v0.3.14 Release Notes

We are excited to announce MACE v0.3.14, featuring significant new capabilities for embedding functionality, GPU acceleration, dielectric properties prediction, and enhanced training options.

🏗️ Foundation Models

MACE-OMOL Foundation Models

Introduced support for MACE-OMOL models trained on the 100M OMOL dataset with charge and spin embeddings, providing improved accuracy for organic molecules with charges and spins.

Example usage:

from mace.calculators import mace_omol
Load MACE-OMOL model with charge and spin support
calc = mace_omol(model="extra_large", device="cuda")
atoms.calc = calc
Set charge and spin for the system
atoms.info["charge"] = 1.0      # +1 charge
atoms.info["spin"] = 1.0        # spin multiplicity
energy = atoms.get_potential_energy()
forces = atoms.get_forces()

Small OMAT Model

Added omat-small-0 to foundation model shortcuts for faster inference when high accuracy is not critical.

Example usage:

from mace.calculators import mace_mp
calc = mace_mp(model="small-omat-0")  # Faster, smaller model

🎯 Fine-tuning

Pseudo-label Finetuning

Added multihead pseudo-label finetuning capability, allowing models to be fine-tuned on their own predictions for improved accuracy and easy of use.

Example usage:

python run_train.py \
  --foundation_model="medium" \
  --train_file=real_data.xyz \
  --pt_train_file=replay_data.xyz \
  --multiheads_finetuning=True \
  --pseudolabel_replay=True \

... (truncated)

Commits
  • 9e223a1 Merge pull request #1118 from ACEsuit/develop
  • c9b6599 add oeq for training and ase calc
  • 0139da1 Merge pull request #1116 from ACEsuit/develop
  • cade687 Delete test_foundation_models.py
  • 577ad92 Merge pull request #1045 from ACEsuit/develop
  • 69afa61 Improve code formatting and readability
  • 93f0a78 Merge pull request #1102 from ACEsuit/missing_data_error_table
  • 80de566 Merge branch 'develop' into missing_data_error_table
  • 3d6d6c5 Merge pull request #1079 from Nilsgoe/mace_mu_alpha
  • c325f26 Do test_run_train_multihead_replay_filtered_pt_data with dry run, since probl...
  • 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 [mace-torch](https://github.com/ACEsuit/mace) from 0.3.12 to 0.3.14.
- [Release notes](https://github.com/ACEsuit/mace/releases)
- [Commits](ACEsuit/mace@v0.3.12...v0.3.14)

---
updated-dependencies:
- dependency-name: mace-torch
  dependency-version: 0.3.14
  dependency-type: direct:development
  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 Feb 20, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2026

Superseded by #82.

@dependabot dependabot bot closed this Feb 24, 2026
@dependabot dependabot bot deleted the dependabot/pip/mace-torch-0.3.14 branch February 24, 2026 00:21
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