Split ase integration into a separate metatomic-ase package#177
Open
Luthaf wants to merge 1 commit intometatensor:mainfrom
Open
Split ase integration into a separate metatomic-ase package#177Luthaf wants to merge 1 commit intometatensor:mainfrom
metatomic-ase package#177Luthaf wants to merge 1 commit intometatensor:mainfrom
Conversation
90a9d5e to
2f2e349
Compare
Contributor
|
Shouldn't we maybe put this into a new repo? |
Member
This discussion we had a while back IRL, we're basically going monorepo a la metatensor :D |
Member
Author
|
My argument was that this is a small package, and we need to re-export it from metatomic-torch for backward compatibility reasons, so for now it's easier to have it in the same repo; and if it becomes an issue down the line we can always split it into its own repo (like metatomic was split out of metatensor.torch.atomistic ~9 months ago) |
56da4dc to
0044da1
Compare
HaoZeke
added a commit
to CompRhys/metatomic
that referenced
this pull request
Mar 16, 2026
Replace hatchling/hatch-vcs with setuptools for building metatomic-torchsim. This aligns with the build system used in metatomic-torch (PR metatensor#177). Changes: - Add setup.py with custom version generation from git tags - Update pyproject.toml to use setuptools.build_meta - Remove hatchling/hatch-vcs from tox.ini test dependencies - Add VERSION file with base version number
4841cbb to
4c27f0a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As we add more and more integrations to Python engines (see #167), we don't want to have to release the main metatomic package for every bug fix that only impacts one of the engine.
Toward this goal, this PR splits the ASE integration into it's own package, metatomic-ase. For backward compatibility, we add a dependency on metatomic-ase in metatomic-torch, and re-export the calculators at the same path.
Still TBD:
[project.urls]inpyproject.tomlContributor (creator of pull-request) checklist
Issue referenced (for PRs that solve an issue)?Reviewer checklist