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
<dt><strong>counts</strong><spanclass="classifier">1-D array_like, int</span></dt><dd><p>Vectors of counts/abundances of taxa for one sample.</p>
738
738
</dd>
739
739
<dt><strong>taxa</strong><spanclass="classifier">list, np.array</span></dt><dd><p>Vector of taxon IDs corresponding to tip names in <codeclass="docutils literal notranslate"><spanclass="pre">tree</span></code>. Must be the same
740
740
length as <codeclass="docutils literal notranslate"><spanclass="pre">counts</span></code>. Required.</p>
741
+
<divclass="versionchanged">
742
+
<p><spanclass="versionmodified changed">Changed in version 0.6.0: </span>Renamed from <codeclass="docutils literal notranslate"><spanclass="pre">otu_ids</span></code>. The old name is kept as an alias but is deprecated.</p>
743
+
</div>
741
744
</dd>
742
745
<dt><strong>tree</strong><spanclass="classifier">skbio.TreeNode</span></dt><dd><p>Tree relating taxa. The set of tip names in the tree can be a superset of
743
746
<codeclass="docutils literal notranslate"><spanclass="pre">taxa</span></code>, but not a subset. Required.</p>
are valid. See <aclass="reference internal" href="../diversity.html#module-skbio.diversity" title="skbio.diversity"><codeclass="xref py py-mod docutils literal notranslate"><spanclass="pre">skbio.diversity</span></code></a> for the description of what validation
750
753
entails so you can determine if you can safely disable validation.</p>
751
754
</dd>
752
-
<dt><strong>otu_ids</strong><spanclass="classifier">list, np.array</span></dt><dd><p>Alias of <codeclass="docutils literal notranslate"><spanclass="pre">taxa</span></code> for backward compatibility. Deprecated and to be removed in a
<dt><strong>counts</strong><spanclass="classifier">1-D array_like, int</span></dt><dd><p>Vectors of counts/abundances of taxa for one sample.</p>
731
731
</dd>
732
732
<dt><strong>taxa</strong><spanclass="classifier">list, np.array</span></dt><dd><p>Vector of taxon IDs corresponding to tip names in <codeclass="docutils literal notranslate"><spanclass="pre">tree</span></code>. Must be the same
733
733
length as <codeclass="docutils literal notranslate"><spanclass="pre">counts</span></code>. Required.</p>
734
+
<divclass="versionchanged">
735
+
<p><spanclass="versionmodified changed">Changed in version 0.6.0: </span>Renamed from <codeclass="docutils literal notranslate"><spanclass="pre">otu_ids</span></code>. The old name is kept as an alias but is deprecated.</p>
736
+
</div>
734
737
</dd>
735
738
<dt><strong>tree</strong><spanclass="classifier">skbio.TreeNode</span></dt><dd><p>Tree relating taxa. The set of tip names in the tree can be a superset of
736
739
<codeclass="docutils literal notranslate"><spanclass="pre">taxa</span></code>, but not a subset. Required.</p>
<dt><strong>validate</strong><spanclass="classifier">bool, optional</span></dt><dd><p>Whether validate the input data. See <aclass="reference internal" href="skbio.diversity.alpha.faith_pd.html#skbio.diversity.alpha.faith_pd" title="skbio.diversity.alpha.faith_pd"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">faith_pd</span></code></a> for details.</p>
747
750
</dd>
748
-
<dt><strong>otu_ids</strong><spanclass="classifier">list, np.array</span></dt><dd><p>Alias of <codeclass="docutils literal notranslate"><spanclass="pre">taxa</span></code> for backward compatibility. Deprecated and to be removed in a
0 commit comments