gnn_tracking.utils.versioning

gnn_tracking.utils.versioning#

Module Contents#

Functions#

get_commit_hash(→ str)

Get the git commit hash of the current module.

assert_version_geq(require)

gnn_tracking.utils.versioning.get_commit_hash(module: None | types.ModuleType | str | os.PathLike = None) str#

Get the git commit hash of the current module.

gnn_tracking.utils.versioning.assert_version_geq(require: str)#