-
Notifications
You must be signed in to change notification settings - Fork 1
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
Display information on module versions, remove PROTEUS.env #246
Conversation
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.
Very useful changes! The printout looks very clean and is very informative.
Thanks @timlichtenberg! I am hoping that these kinds of changes will make it easier to involve more people with the code. I just found another small issue with the config validation that Stef added: it tries to log a warning before the log has been setup, so it doesn't actually warn the user of anything. This is an easy fix, so I'll merge this once the tests pass again. |
This PR adds functionality to print information about the current module arrangement and corresponding code versions. This goes towards solving the main problem of #240, but we should revisit it further to maybe add a command like
proteus update
to the CLI.Also removes
PROTEUS.env
, which should make the code easier to use for new people. Instead of setting variables in the user's environment, the code locates the appropriate directories when it starts.Updated documentation. PROTEUS version 24.10.30.
Example of the new information printed to the log: