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 | None[source]

Get latest version number from conda

get_conda_installed_label() str | None[source]

Get with ‘main’ or ‘unstable’ from conda installed package

get_conda_installed_version() str | None[source]

Get version number of installed package 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

show_versions() None[source]