-
Notifications
You must be signed in to change notification settings - Fork 16
Feature/imas data dictionaries #48
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
Feature/imas data dictionaries #48
Conversation
The Data Dictionary definitions are now provided by the `imas-data-dictionaries` package.
|
So what happens when there's a new release of the DD? Is |
https://github.com/iterorganization/IMAS-Python/blob/319a2f698c8c905530274e238ba46a37f6c4e261/docs/source/multi-dd.rst#data-dictionary-definitions |
It never was, you always had to reinstall IMAS-Python to get updated DD definitions. When DD 4.1 will be released, the current The main goal of the
Shouldn't |
We were thinking of packaging |
olivhoenen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Let's try that way first, looks neat with pypi install, then we can figure out a way which works for us with EB.
Remove logic for building the Data Dictionary.
The Data Dictionary definitions are now provided by the
imas-data-dictionariespackage.