mantidimaging.core.utility.version_check module

class mantidimaging.core.utility.version_check.CheckVersion[source]

Bases: object

conda_update_message() tuple[source]
static find_conda_executable() str[source]
get_conda_available_version() str[source]

Get latest version number from conda

get_version() str[source]

Get built in version

is_conda_uptodate() bool[source]

Check if up to date with lasted version in conda

is_prerelease() bool[source]
needs_update() bool[source]
show_versions() None[source]