Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Julia v1.11 public API #33

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Support Julia v1.11 public API #33

merged 1 commit into from
Aug 27, 2024

Conversation

tjjarvinen
Copy link
Collaborator

Julia v1.11 has a new public API that allow specifying non exported methods/structures to be part of the public API. This is very useful for AtomsCalculators, as the API is not exported at all.

Compatibility to older Julia versions is done with Compat.jl

With Julia v1.11 you can now call

using AtomsCalculators

names(AtomsCalculatos) # lists the whole API

This does not change any functionality with AtomsCalculators, so will merge once CI passes.

@tjjarvinen tjjarvinen merged commit a076819 into master Aug 27, 2024
4 checks passed
@tjjarvinen tjjarvinen deleted the julia_v1.11 branch August 27, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant