> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# is_version_compatible

<div className="kinetica-pydoc">
  <div className="dl py method">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.Version.is_version_compatible"> <span className="sig-name descname"><span className="pre">is\_version\_compatible</span></span><span className="sig-paren">(</span><span className="em sig-param"><span className="n"><span className="pre">other</span></span></span><span className="sig-paren">)</span><a href="https://github.com/kineticadb/kinetica-api-python/blob/master/gpudb/gpudb.py#L4636"><span className="viewcode-link"><span className="pre">\[source]</span></span></a></div>

    <div className="dd">
      <p>Given another version, are the two compatible based on just the first two components taken into account? We don’t take the 3rd and 4th components into account since the server and the API ought to work as long as the first two components match.</p>

      <div className="dl simple">
        <div className="dt">TODO: Possibly add another optional parameter for taking how many</div>

        <div className="dd">
          <p>components to take into account when checking for compatibility.</p>
        </div>
      </div>

      <p><strong>Parameters</strong></p>

      <div className="blockquote">
        <div>
          <div className="dl simple">
            <div className="dt">other (<a className="reference internal" href="#gpudb.GPUdb.Version" title="gpudb.GPUdb.Version"><code className="xref py py-class docutils literal notranslate"><span className="pre">GPUdb.Version</span></code></a>) –</div>

            <div className="dd">
              <p>The other version object.</p>
            </div>
          </div>
        </div>
      </div>

      <p><strong>Returns</strong></p>

      <div className="blockquote">
        <div>
          <p>True if the two are compatible, False otherwise.</p>
        </div>
      </div>
    </div>
  </div>
</div>
