forked from scikit-bio/scikit-bio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Native Welch t-test with statsmodels (scikit-bio#2049)
* fix deprecated convert_dtype parameter * fix deprecated behavior of setting an incompatible dtype * fix numpy array conversion deprecation * replaced native welch ttest with statsmodels * updated requirements * remove unused import * added documentation for new code * updated requirements * updated requirements for pypi
- Loading branch information
1 parent
3cd1ef1
commit 5c05801
Showing
5 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ numpy >= 1.17.0 | |
pandas >= 1.5.0 | ||
scipy >= 1.9.0 | ||
h5py >= 3.6.0 | ||
statsmodels >= 0.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ pandas >= 1.5.0 | |
scipy >= 1.9.0 | ||
h5py >= 3.6.0 | ||
biom-format >= 2.1.16 | ||
statsmodels >= 0.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ pydata-sphinx-theme | |
sphinxcontrib-youtube | ||
numpydoc | ||
matplotlib | ||
statsmodels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters