You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This documentation covers <strong>DataJoint 2.0</strong>, which is currently in pre-release.</p>
5699
+
<ul>
5700
+
<li><strong>For production use:</strong> Install the stable version (0.14.x) and use <ahref="https://datajoint.github.io/datajoint-python">legacy docs</a></li>
5701
+
<li><strong>For testing 2.0:</strong> Follow the pre-release installation instructions below</li>
5702
+
<li><strong>For migration:</strong> See the <ahref="../migrate-to-v20/">Migration Guide</a></li>
5703
+
</ul>
5704
+
</div>
5705
+
<h2id="choose-your-installation">Choose Your Installation<aclass="headerlink" href="#choose-your-installation" title="Permanent link">¶</a></h2>
5706
+
<h3id="pre-release-20-for-testing-and-development">Pre-Release (2.0) — For Testing and Development<aclass="headerlink" href="#pre-release-20-for-testing-and-development" title="Permanent link">¶</a></h3>
5707
+
<p><strong>Note:</strong> DataJoint 2.0 is not yet on PyPI/conda. Install from the pre-release branch:</p>
pip<spanclass="w"></span>install<spanclass="w"></span>datajoint<spanclass="o">[</span>gcs<spanclass="o">]</span><spanclass="w"></span><spanclass="c1"># Google Cloud Storage</span>
<pclass="admonition-title">Upgrading from 0.14.x?</p>
5657
-
<p>See the <ahref="../migrate-to-v20/">Migration Guide</a> for breaking changes and upgrade instructions.
5658
-
Legacy documentation for 0.14.x is available at <ahref="https://datajoint.github.io/datajoint-python">datajoint.github.io</a>.</p>
5659
-
</div>
5719
+
<h3id="stable-014x-for-production-use">Stable (0.14.x) — For Production Use<aclass="headerlink" href="#stable-014x-for-production-use" title="Permanent link">¶</a></h3>
<p><strong>Note:</strong> This installs DataJoint 0.14.x. The tutorials and guides in this documentation are written for 2.0 and will not match the stable API. Use <ahref="https://datajoint.github.io/datajoint-python">legacy documentation</a> instead.</p>
<p><strong>Expected output for this documentation:</strong>
5666
5729
- <code>2.0.0</code> or higher — You're ready to follow this documentation
5667
5730
- <code>0.14.x</code> or lower — You have the stable version, use <ahref="https://datajoint.github.io/datajoint-python">legacy docs</a> instead</p>
5668
-
<h3id="if-you-have-an-older-version">If You Have an Older Version<aclass="headerlink" href="#if-you-have-an-older-version" title="Permanent link">¶</a></h3>
5731
+
<h3id="if-you-have-the-wrong-version">If You Have the Wrong Version<aclass="headerlink" href="#if-you-have-the-wrong-version" title="Permanent link">¶</a></h3>
5669
5732
<table>
5670
5733
<thead>
5671
5734
<tr>
@@ -5675,8 +5738,12 @@ <h3 id="if-you-have-an-older-version">If You Have an Older Version<a class="head
<h3id="1-install-codecs-with-your-project">1. Install Codecs with Your Project<aclass="headerlink" href="#1-install-codecs-with-your-project" title="Permanent link">¶</a></h3>
6659
6659
<p>Add plugin codecs to your project dependencies:</p>
0 commit comments