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

Relax type constraints of config dictionaries #412

Merged
merged 6 commits into from
Sep 18, 2024

Conversation

fhagemann
Copy link
Collaborator

When reading in config files, the dicttype can be given. This allows to keep the order of entries, e.g. when using OrderedDict.

Also: OrderedDict in DataStructures is just imported and reexported from OrderedCollections.
I've changes the dependencies to only depend on OrderedCollections instead of DataStructures.

@fhagemann fhagemann added the dependencies Pull requests that update a dependency file label Sep 17, 2024
@fhagemann
Copy link
Collaborator Author

Just for the record: the change of [compat] is needed because of JuliaData/YAML.jl#87

@fhagemann fhagemann merged commit 62b3afa into JuliaPhysics:main Sep 18, 2024
15 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant