history
File Purpose: logging, recording info about state of code, etc.
For reproducibility in the future.
E.g., with results, also save git hash for current version of the code.
Functions
returns the current version of PlasmaCalcs, if available. |
|
returns dict including info about right now, and the version of the code being used. |
|
current datetime as string according to user's computer. |
|
|
returns the git commit hash for current git HEAD at the provided module or path. |
returns the git commit hash for current git HEAD in PlasmaCalcs |
|
|
returns git commit hash for the __file__ in the namespace where this function is called. |
|
returns the git commit hash for current git HEAD within the local directory |